[gnome-shell/wip/sass: 62/98] theme: banner buttons



commit ce38ae64cc0d8740b3f4df01007aec35a65a1e73
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 16 15:26:06 2015 +0100

    theme: banner buttons

 data/theme/_common.scss                  |   10 +++++++---
 data/theme/gnome-shell-high-contrast.css |   10 +++++++---
 data/theme/gnome-shell.css               |   10 +++++++---
 3 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 224a066..ec55a10 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1215,7 +1215,7 @@ StScrollBar {
 /* LOGIN DIALOG */
 .login-dialog-banner-view {
   padding-top: 24px;
-   max-width: 23em;
+  max-width: 23em;
 }
 
 /* NOTIFICATIONS & MESSAGE TRAY */
@@ -1330,12 +1330,16 @@ StScrollBar {
     &:ltr > StScrollBar { padding-left: 6px; }
     &:rtl > StScrollBar { padding-right: 6px; }
   }
-  .notification-button { -st-natural-width: 140px; }
+  .notification-button {
+    //-st-natural-width: 140px;
+    height: 24px;
+  }
   .notification-icon-button { 
     border-radius: 5px; 
     padding: 5px;
+    height: 24px; width: 24px;
     &:focus { }//FIXME
-    & > StIcon { icons-size: 16px; padding: 8px; }
+    & > StIcon { icons-size: 16px; width: 16px; height: 16px; padding: 2px; }
   }
   .secondary-icon { icon-size: 1.09em; } //FIXME
 
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index e51b420..9c9e08c 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1595,14 +1595,18 @@ StScrollBar {
     padding-right: 6px; }
 
 .notification-button {
-  -st-natural-width: 140px; }
+  height: 24px; }
 
 .notification-icon-button {
   border-radius: 5px;
-  padding: 5px; }
+  padding: 5px;
+  height: 24px;
+  width: 24px; }
   .notification-icon-button > StIcon {
     icons-size: 16px;
-    padding: 8px; }
+    width: 16px;
+    height: 16px;
+    padding: 2px; }
 
 .secondary-icon {
   icon-size: 1.09em; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 02091f5..09fb273 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1587,14 +1587,18 @@ StScrollBar {
     padding-right: 6px; }
 
 .notification-button {
-  -st-natural-width: 140px; }
+  height: 24px; }
 
 .notification-icon-button {
   border-radius: 5px;
-  padding: 5px; }
+  padding: 5px;
+  height: 24px;
+  width: 24px; }
   .notification-icon-button > StIcon {
     icons-size: 16px;
-    padding: 8px; }
+    width: 16px;
+    height: 16px;
+    padding: 2px; }
 
 .secondary-icon {
   icon-size: 1.09em; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]