1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

basic width styling for common cells

This commit is contained in:
kay.one
2013-06-09 22:37:41 -07:00
parent e1de291f8c
commit 6838298dbc
3 changed files with 21 additions and 5 deletions
+12
View File
@@ -5,3 +5,15 @@
.episode-title-cell {
.btn-link;
}
.air-date-cell {
width: 100px;
}
.relative-date-cell {
width: 150px;
}
.quality-cell{
width: 130px;
}