Bufferlist design attempt

This commit is contained in:
Lorenz Hübschle-Schneider 2014-07-30 16:29:55 +01:00 committed by Tor Hveem
commit 2475ad2c61
4 changed files with 29 additions and 5 deletions

View file

@ -204,7 +204,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
#sidebar .badge {
border-radius: 0;
margin-right: -15px;
margin-right: -10px;
}
#sidebar ul.indented li.indent span.buffername {
@ -224,7 +224,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
overflow-x: hidden;
right: 0;
top: 0;
padding-top: 35px;
padding-top: 39px;
padding-left: 5px;
padding-bottom: 35px;
z-index: 2;
@ -256,6 +256,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
.nav-pills > li > a {
border-radius: 0;
color: #ddd;
padding: 5px 10px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:hover span {
color: #222;
@ -511,6 +512,24 @@ h2 span, h2 small {
display: none;
}
}
/* bold hash before channels */
li.buffer.channel a span:last-of-type:before {
color: #888;
content: "#";
font-weight: bold;
}
li.buffer.channel.active a span:last-of-type:before {
color: #444;
}
li.buffer.channel.active a:hover span:last-of-type:before {
color: #222;
}
li.buffer.indent.private a {
padding-left: 17px;
}
.make-thinner {
padding-right: -15px;