fixed starred/unstarred read/unread

This commit is contained in:
Jeena 2013-09-20 13:54:28 +02:00
parent 4e77ad9a01
commit 8865361f2d
7 changed files with 174 additions and 120 deletions

View file

@ -73,6 +73,11 @@ button:active, a:active, .button:active {
padding: 10px 20px;
}
#login .backends label {
display: block;
margin-bottom: 1px;
}
label {
display: none;
}
@ -356,4 +361,4 @@ canvas {
#settings .button.small {
width: 20%;
text-align: center;
}
}