Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-11-14 16:54:46 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-23 20:17:41 (GMT)
commit7d5ad738f666072958e6b8636340f3a292980c6b (patch)
tree2053850938aa274bd3e2a2163c9c6d129334c54c
parent364d0f3f22a92d2b2c5c88cd8d955f7c5e0bbe92 (diff)
Force GtkLabel inside notebook tab to be in one line - SL #3932
Add padding to the GtkLabel inside notebook tab so it is displayed in one line. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 334c989..9a2496e 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -333,6 +333,7 @@ GtkComboBox .separator {
/* sure the buttons get black color in the next two rules: */
.notebook tab GtkLabel {
color: @white;
+ padding: $(subcell_size)px 0;
}
.notebook tab .button GtkLabel {