summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-12-07 14:21:59 -0800
committerPhilip Chimento <philip@endlessm.com>2015-12-07 14:27:35 -0800
commit29feb552fc4dcc505ce2adfaf387608a50c85a0c (patch)
tree120d92de87d4b931ad10a13de47cc4f57a9cf729 /data/css
parent87b1ed0276d312dab2ee34cb3461d51367d50457 (diff)
EosTopBar inherits from GtkHeaderBar
A lot of the functionality that we wrote in EosTopBar has been implemented in GtkHeaderBar in the meantime. Using upstream code is better because we don't have to maintain it, and can cut ~200 lines out of our library. Two discrepancies between the old and new EosTopBar is that the header bar has now gained a right-click menu on which you can close the app (I am leaving that in for now, as it's consistent with the other apps) and there is a separator between the window minimize button and the credits button. (The separator itself is invisible, but it adds another few pixels of inter-widget space that weren't there before.) [endlessm/eos-sdk#3782]
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index 54b068e..c292204 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -46,6 +46,8 @@ EosWindow {
font-size: 11px;
background-image: -gtk-gradient(linear, center top, center bottom,
from(#464646), to(#1e1e1e));
+ padding-left: 7px;
+ padding-right: 7px;
}
.top-bar.unmaximized {
@@ -61,6 +63,7 @@ EosWindow {
border-radius: 2px;
color: #8c8c8c;
icon-shadow: 0px -1px alpha(black, 0.25);
+ padding: 4px;
}
.top-bar .button:backdrop {