mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Moved source code under src folder - massive change
This commit is contained in:
2
src/UI/Content/Backgrid/backgrid.less
Normal file
2
src/UI/Content/Backgrid/backgrid.less
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "filter";
|
||||
@import "paginator";
|
||||
11
src/UI/Content/Backgrid/filter.less
Normal file
11
src/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;
|
||||
}
|
||||
58
src/UI/Content/Backgrid/paginator.less
Normal file
58
src/UI/Content/Backgrid/paginator.less
Normal file
@@ -0,0 +1,58 @@
|
||||
@import "../prefixer";
|
||||
@import "../../Shared/Styles/clickable.less";
|
||||
|
||||
.backgrid-paginator {
|
||||
text-align : center;
|
||||
box-sizing : border-box;
|
||||
border-top : none;
|
||||
.box-sizing(border-box);
|
||||
.border-radius(0 0 4px 4px);
|
||||
position: relative;
|
||||
|
||||
.total-records {
|
||||
display : inline-block;
|
||||
height : 30px;
|
||||
padding : 0;
|
||||
line-height: 30px;
|
||||
font-size : 13px;
|
||||
position : absolute;
|
||||
right : 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
display : inline-block;
|
||||
|
||||
li {
|
||||
display : inline;
|
||||
|
||||
i, span {
|
||||
float : left;
|
||||
width : 30px;
|
||||
height : 30px;
|
||||
padding : 0;
|
||||
line-height : 30px;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.pager-btn {
|
||||
.clickable;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
span {
|
||||
background-color : #f5f5f5;
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
width : inherit;
|
||||
padding : 0px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
i, span {
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user