Add zen.css
This commit is contained in:
parent
ab2d7535ed
commit
fbd0e8a59a
1 changed files with 19 additions and 0 deletions
19
zen.css
Normal file
19
zen.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Move Maximize Button to Right-Side */
|
||||
.titlebar-button.titlebar-max {
|
||||
position: fixed;
|
||||
right: 11px;
|
||||
top: 12px;
|
||||
}
|
||||
#PanelUI-button {
|
||||
margin-right: 36px;
|
||||
}
|
||||
|
||||
/* Move Close Button a little to the right too */
|
||||
.titlebar-button.titlebar-close {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Fix Corners */
|
||||
#zen-main-app-wrapper {
|
||||
border-radius: 6px 6px 0px 0px;
|
||||
}
|
Loading…
Reference in a new issue