[polari] ui: Fix alignment of header bar buttons on left
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] ui: Fix alignment of header bar buttons on left
- Date: Fri, 18 Oct 2013 14:59:44 +0000 (UTC)
commit 378341c89e5dff89116eb8f8c987ce07c549ccf5
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Oct 18 16:56:08 2013 +0200
ui: Fix alignment of header bar buttons on left
We set the bottom padding to zero so the separator extends to the
bottom of the header bar; however with a non-zero top padding, the
buttons end up off-center. Just set both top and bottom padding to
zero and rely on the alignment for the buttons.
https://bugzilla.gnome.org/show_bug.cgi?id=710461
data/resources/application.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 2938397..beb7d26 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -104,9 +104,9 @@
.polari-titlebar-left {
/* the horizontal padding confuses left_side_size_group, so we
add it as margin-left to the first button instead (in mainWindow.ui);
- also set the bottom padding to 0 so the separator extends to the
+ also set the vertical padding to 0 so the separator extends to the
bottom */
- padding: 6px 1px 0;
+ padding: 0 1px;
}
.polari-titlebar-left:dir(ltr),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]