Add a publish button on article view.

This commit is contained in:
Bonbadil 2014-10-15 22:00:32 +02:00
parent 2bf7e97c55
commit 2a2d35dfde
4 changed files with 70 additions and 2 deletions

View file

@ -120,11 +120,14 @@ section > header h1 {
overflow: auto;
}
.reload, .all-read, #setstarred, #setunread {
.reload, .all-read, #setstarred, #setunread, #setpublished {
float: right;
margin-left: 10px;
}
#setpublished { display: none;}
#setpublished.active { display: inline;}
.settings, .list {
float: left;
}