Disabled the internship header edit button because I cannot figure out what I was intending to do with it; Moved the page editor's save button to the upper right corner of the page (may want to move it over the bottom right corner of the screen instead?); Changed the position of the logout icon slightly and gave it a tool tip.
This commit is contained in:
12
imports/ui/Admin/PageEditor.import.styl
vendored
12
imports/ui/Admin/PageEditor.import.styl
vendored
@@ -1,6 +1,14 @@
|
||||
#boardEditor
|
||||
#pageEditor
|
||||
display: block
|
||||
.ck.ck-editor__editable_inline
|
||||
border-color: rgba(0,0,0,.2)
|
||||
.ck.ck-editor__editable_inline.ck-focused
|
||||
border-color: rgba(0,0,0,1)
|
||||
border-color: rgba(0,0,0,1)
|
||||
h1
|
||||
display: inline-block
|
||||
button#save
|
||||
float: right
|
||||
padding: 6px 10px
|
||||
font-size: 16px
|
||||
font-weight: 800
|
||||
cursor: pointer
|
||||
Reference in New Issue
Block a user