mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Initial Bootstrap 3 migration
This commit is contained in:
committed by
Mark McDowall
parent
ad0e372c35
commit
28fa264c69
+14
-2
@@ -4,18 +4,30 @@
|
||||
@import "../Shared/Styles/clickable";
|
||||
@import "../Content/mixins";
|
||||
|
||||
.table {
|
||||
|
||||
//table-layout: fixed;
|
||||
}
|
||||
|
||||
.series-title {
|
||||
.text-overflow();
|
||||
}
|
||||
|
||||
.episode-title-cell {
|
||||
.btn-link;
|
||||
.text-overflow();
|
||||
}
|
||||
|
||||
.air-date-cell {
|
||||
width : 120px;
|
||||
cursor: default;
|
||||
.text-overflow();
|
||||
}
|
||||
|
||||
.relative-date-cell {
|
||||
width : 150px;
|
||||
cursor: default;
|
||||
.text-overflow();
|
||||
}
|
||||
|
||||
.history-event-type-cell {
|
||||
@@ -42,7 +54,7 @@
|
||||
}
|
||||
|
||||
i {
|
||||
color : @red;
|
||||
color : @brand-danger;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,7 +110,7 @@ td.episode-status-cell, td.quality-cell {
|
||||
}
|
||||
|
||||
.series-actions-cell {
|
||||
width: 40px;
|
||||
width: 56px;
|
||||
}
|
||||
|
||||
.timeleft-cell {
|
||||
|
||||
Reference in New Issue
Block a user