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 Manuel Quiñones <manuq@laptop.org>2012-11-14 19:10:24 (GMT)
commit6932e87d68816f449b84e9d42c3420fc7dc8f49d (patch)
tree1fd7d2ffc05967c8a1e9b451978fb6f794932bb4
parentf6dcc2b715953c9011c561a1625ff89f4c3e37b3 (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>
-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 2896e15..d41c319 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 {