Initial Bootstrap 3 migration

This commit is contained in:
Taloth Saldono
2014-04-01 22:10:36 +02:00
committed by Mark McDowall
parent ad0e372c35
commit 28fa264c69
151 changed files with 9617 additions and 6299 deletions

View File

@@ -1,6 +1,6 @@
<div class="btn-group">
<button class="btn btn-mini x-automatic-search x-automatic-search-icon" title="Automatic Search" data-container="body"><i class="icon-search"></i></button>
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
<button class="btn btn-xs x-automatic-search x-automatic-search-icon" title="Automatic Search" data-container="body"><i class="icon-search"></i></button>
<button class="btn btn-xs dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">

View File

@@ -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 {