mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
less cleanup.
This commit is contained in:
parent
ef89f5ae4b
commit
f40d1013b0
21 changed files with 224 additions and 987 deletions
2
UI/Content/Backgrid/backgrid.less
Normal file
2
UI/Content/Backgrid/backgrid.less
Normal file
|
@ -0,0 +1,2 @@
|
|||
@import "filter";
|
||||
@import "paginator";
|
11
UI/Content/Backgrid/filter.less
Normal file
11
UI/Content/Backgrid/filter.less
Normal file
|
@ -0,0 +1,11 @@
|
|||
.backgrid-filter .close {
|
||||
display : inline-block;
|
||||
float : none;
|
||||
width : 20px;
|
||||
height : 20px;
|
||||
margin-top : -4px;
|
||||
font-size : 20px;
|
||||
line-height : 20px;
|
||||
text-align : center;
|
||||
vertical-align : text-top;
|
||||
}
|
48
UI/Content/Backgrid/paginator.less
Normal file
48
UI/Content/Backgrid/paginator.less
Normal file
|
@ -0,0 +1,48 @@
|
|||
.backgrid-paginator {
|
||||
text-align : center;
|
||||
-webkit-box-sizing : border-box;
|
||||
-moz-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
border-top : none;
|
||||
-webkit-border-radius : 0 0 4px 4px;
|
||||
-moz-border-radius : 0 0 4px 4px;
|
||||
border-radius : 0 0 4px 4px;
|
||||
|
||||
|
||||
|
||||
|
||||
ul {
|
||||
display : inline-block;
|
||||
*display : inline;
|
||||
margin : 5px 0;
|
||||
*zoom : 1;
|
||||
|
||||
li {
|
||||
display : inline;
|
||||
|
||||
i, span {
|
||||
float : left;
|
||||
width : 30px;
|
||||
height : 30px;
|
||||
padding : 0;
|
||||
line-height : 30px;
|
||||
text-decoration : none;
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
i, span {
|
||||
background-color : #f5f5f5;
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
i, span {
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue