Clean up settings UI

pull/497/head
Tim Turner 8 years ago
parent dd8af0ad8c
commit e3e67d1098

@ -4,7 +4,7 @@
<li><a href="#quality" class="x-quality-tab no-router">Quality</a></li>
<li><a href="#indexers" class="x-indexers-tab no-router">Indexers</a></li>
<li><a href="#download-client" class="x-download-client-tab no-router">Download Client</a></li>
<li><a href="#net-import" class="x-net-import-tab no-router">Net Import</a></li>
<li><a href="#net-import" class="x-net-import-tab no-router">Lists</a></li>
<li><a href="#notifications" class="x-notifications-tab no-router">Connect</a></li>
<li><a href="#metadata" class="x-metadata-tab no-router">Metadata</a></li>
<li><a href="#general" class="x-general-tab no-router">General</a></li>

@ -112,15 +112,7 @@ li.save-and-add:hover {
.settings-tabs {
li>a {
padding : 10px;
}
@media (min-width: @screen-sm-min) and (max-width: @screen-md-max) {
li {
a {
white-space : nowrap;
padding : 10px;
}
}
white-space : nowrap;
}
}

@ -8,6 +8,10 @@
font-weight: lighter;
text-align: center;
height: 85px;
.long-title {
font-size: 16px;
}
}
.add-thingies {
@ -36,7 +40,7 @@
h3 {
margin-top: 0px;
display: inline-block;
//display: inline-block; //this stops the text-overflow from applying
white-space: nowrap;
overflow: hidden;
line-height: 30px;

Loading…
Cancel
Save