Added autocomplete to edit series path field.

This commit is contained in:
kay.one 2013-07-13 23:05:51 -07:00
commit 94807ac00b
3 changed files with 26 additions and 14 deletions

View file

@ -2,6 +2,10 @@
@import "../Shared/Styles/clickable.less";
@import "../Content/prefixer";
.edit-series-modal {
overflow : visible;
}
.series-item {
padding-bottom : 30px;
@ -165,16 +169,16 @@
}
.search-buttons {
width: 400px;
margin-left: auto;
margin-right: auto;
width : 400px;
margin-left : auto;
margin-right : auto;
}
}
.season-grid {
.toggle-cell {
width : 12px;
text-align: center;
width : 12px;
text-align : center;
}
.toggle-cell {
@ -185,8 +189,8 @@
}
.season-actions, .series-actions {
font-size : 24px;
text-transform: none;
font-size : 24px;
text-transform : none;
i {
.clickable;