1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Add series UI changes

Link back to add series
Existing UI less contrasting
This commit is contained in:
Mark McDowall
2013-06-30 22:58:38 -07:00
parent a163e511ae
commit e283f54567
7 changed files with 63 additions and 21 deletions
+28 -6
View File
@@ -9,8 +9,6 @@
.existing-series {
@highLight : rgb(134, 129, 130);
.card();
margin : 20px 0px;
@@ -24,16 +22,13 @@
font-weight : 100;
font-size : 25px;
text-align : center;
background : @highLight;
}
.new-series-loadmore {
.clickable;
font-size : 30px;
font-weight : 300;
padding-top : 10px;
padding-bottom : 10px;
background : @highLight;
}
}
@@ -92,5 +87,32 @@
margin-left : 20px;
}
}
}
li.add-new {
.clickable;
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: rgb(51, 51, 51);
white-space: nowrap;
}
li.add-new:hover {
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
}
.btn-group {
.dropdown-menu {
right: 0px;
}
.add-series-import-btn {
width: 93.3%;
}
}