[gnumeric] css: move the new css to the right section.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] css: move the new css to the right section.
- Date: Fri, 21 Jan 2022 14:58:06 +0000 (UTC)
commit 26609e83889b25d62be5423cafdd9262521525df
Author: Morten Welinder <terra gnome org>
Date: Fri Jan 21 09:57:46 2022 -0500
css: move the new css to the right section.
src/gnumeric.css | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/src/gnumeric.css b/src/gnumeric.css
index 6cbedf2bd..691b21651 100644
--- a/src/gnumeric.css
+++ b/src/gnumeric.css
@@ -259,6 +259,27 @@ button > *.auto-filter:active {
color: #ff6000;
}
+toolbar gocombobox {
+ /* Some spacing to make the arrow appear closer to the (correct) button */
+ padding-left: 3px;
+ padding-right: 3px;
+ margin: 0;
+}
+
+toolbar gocombobox button.toggle {
+ padding: 0;
+}
+
+toolbar combobox button.combo {
+ padding: 0;
+}
+
+toolbar combobox button.combo box {
+ padding: 0;
+ /* Unsure why something isn't symmetric. */
+ padding-right: 2px;
+}
+
#else
/* Extra space around multiple toolbars adds up quickly so avoid it. */
@@ -306,27 +327,6 @@ GnmPane GocLine.pane-resize-guide {
/* See also GnmPane */
}
-toolbar gocombobox {
- /* Some spacing to make the arrow appear closer to the (correct) button */
- padding-left: 3px;
- padding-right: 3px;
- margin: 0;
-}
-
-toolbar gocombobox button.toggle {
- padding: 0;
-}
-
-toolbar combobox button.combo {
- padding: 0;
-}
-
-toolbar combobox button.combo box {
- padding: 0;
- /* Unsure why something isn't symmetric. */
- padding-right: 2px;
-}
-
#endif
/* ------------------------------------------------------------------------- */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]