2013-06-09 22:51:32 +02:00
|
|
|
@import "../content/Bootstrap/mixins";
|
|
|
|
@import "../content/Bootstrap/variables";
|
|
|
|
@import "../content/Bootstrap/buttons";
|
2013-07-03 02:44:22 +02:00
|
|
|
@import "../shared/styles/clickable";
|
2013-06-09 22:51:32 +02:00
|
|
|
|
|
|
|
.episode-title-cell {
|
|
|
|
.btn-link;
|
|
|
|
}
|
2013-06-10 07:37:41 +02:00
|
|
|
|
|
|
|
.air-date-cell {
|
2013-07-03 02:44:22 +02:00
|
|
|
width : 100px;
|
2013-06-10 07:37:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.relative-date-cell {
|
2013-07-03 02:44:22 +02:00
|
|
|
width : 150px;
|
2013-06-10 07:37:41 +02:00
|
|
|
}
|
|
|
|
|
2013-07-03 02:44:22 +02:00
|
|
|
.quality-cell {
|
|
|
|
width : 130px;
|
2013-06-10 07:37:41 +02:00
|
|
|
}
|
2013-06-11 03:55:05 +02:00
|
|
|
|
2013-07-03 02:44:22 +02:00
|
|
|
.history-event-type-cell {
|
2013-06-11 03:55:05 +02:00
|
|
|
width : 10px;
|
|
|
|
}
|
2013-07-03 02:44:22 +02:00
|
|
|
|
|
|
|
.download-report-cell {
|
|
|
|
.clickable();
|
|
|
|
}
|
|
|
|
|
|
|
|
.approval-status-cell {
|
|
|
|
widows : 10px;
|
|
|
|
.popover {
|
|
|
|
max-width : 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
color : @red;
|
|
|
|
}
|
|
|
|
}
|