fix navigation hierarchy, use top bar and align controls

This commit is contained in:
Jan-Christoph Borchardt 2013-09-22 02:27:18 +02:00
parent 3b80e68c54
commit f9d0c7c910
2 changed files with 17 additions and 8 deletions

View file

@ -120,6 +120,15 @@ section > header h1 {
overflow: auto;
}
.reload, .all-read, #setstarred, #setunread {
float: right;
margin-left: 10px;
}
.settings, .list {
float: left;
}
section > footer {
padding: 10px;
position: fixed;