Add a publish button on article view.
This commit is contained in:
parent
2bf7e97c55
commit
2a2d35dfde
4 changed files with 70 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue