1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fixed styling. Fixed definitions not being returned.

This commit is contained in:
Leonardo Galli
2017-01-22 19:52:25 +01:00
parent 94eccc6c14
commit 1fa736c6d8
9 changed files with 146 additions and 138 deletions
+33
View File
@@ -0,0 +1,33 @@
@import "../../Shared/Styles/clickable.less";
.lists-list {
li {
display: inline-block;
vertical-align: top;
}
}
.list-item {
.clickable;
width: 290px;
height: 90px;
padding: 10px 15px;
&.add-card {
.center {
margin-top: -3px;
}
}
}
.modal-overflow {
overflow-y: visible;
}
.add-list {
li.add-thingy-item {
width: 33%;
}
}