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