Style tweaks

This commit is contained in:
Duncan Sommerville 2015-09-29 11:28:30 -04:00
parent a75a9676f2
commit 7a44a05cb2

View file

@ -329,6 +329,9 @@ thead th.ui-state-default:focus {
.sb-options-form label { .sb-options-form label {
color: #efefef; color: #efefef;
line-height: 26px; line-height: 26px;
display: inline-block;
padding: 0 0 0 4px;
vertical-align: middle;
} }
#sb_show_filter { #sb_show_filter {
@ -336,6 +339,11 @@ thead th.ui-state-default:focus {
position: absolute; position: absolute;
} }
#sb_my_shows {
top: 1px;
left: 2px;
}
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #5b5b5b; border-bottom: 1px solid #5b5b5b;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;