Merge pull request #574 from stenehall/odd-even-background

Add odd/even backgrounds and increased font-size
This commit is contained in:
Tor Hveem 2015-03-24 23:44:01 +01:00
commit 62756ba061

View file

@ -165,6 +165,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
#sidebar .badge { #sidebar .badge {
border-radius: 0; border-radius: 0;
margin-right: -10px; margin-right: -10px;
padding: 4px 7px;
} }
#sidebar ul.indented li.indent span.buffername { #sidebar ul.indented li.indent span.buffername {
@ -209,10 +210,19 @@ input[type=text], input[type=password], #sendMessage, .badge {
overflow: hidden; overflow: hidden;
} }
.nav-pills {
font-size: 14px;
}
.nav-pills li+li {
margin-top: 0;
}
.nav-pills li:nth-child(2n) {
background: #232323;
}
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 0; border-radius: 0;
color: #ddd; color: #ddd;
padding: 5px 10px;
} }
.nav-pills > li > a:hover, .nav-pills > li > a:hover span { .nav-pills > li > a:hover, .nav-pills > li > a:hover span {
color: #222; color: #222;
@ -654,10 +664,6 @@ img.emojione {
min-height: 0%; min-height: 0%;
} }
.nav-pills > li > a {
padding: 10px 15px;
}
#bufferlines { #bufferlines {
height: 100%; height: 100%;
padding-bottom: 0; padding-bottom: 0;