[gnome-shell/wip/sass: 51/78] theme: Adapt to commit 117a81e06f3ac975



commit 8976e4d971d3b9440518c2fe66efc47503e8f118
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Thu Jan 8 16:34:38 2015 +0100

    theme: Adapt to commit 117a81e06f3ac975
    
    It makes some changes on the theme

 data/theme/_common.scss          |    6 ++++++
 data/theme/_gnome-shell-old.scss |    4 ----
 data/theme/gnome-shell.css       |   13 ++++++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index dc9c01d..fb009b2 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -775,6 +775,12 @@ StScrollBar {
   color: $fg_color;
 }
 
+/* LOGIN DIALOG */
+.login-dialog-banner-view {
+  padding-top: 24px;
+   max-width: 23em;
+}
+
 /* NOTIFICATIONS & MESSAGE TRAY */
 
 #message-tray {
diff --git a/data/theme/_gnome-shell-old.scss b/data/theme/_gnome-shell-old.scss
index c9918d2..1588b31 100644
--- a/data/theme/_gnome-shell-old.scss
+++ b/data/theme/_gnome-shell-old.scss
@@ -624,11 +624,7 @@
 }
 
 .login-dialog-banner {
-    font-size: 10pt;
-    font-weight: bold;
-    text-align: center;
     color: #666666;
-    padding-bottom: 1em;
 }
 
 .login-dialog {
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ddb6fdf..d20958b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -501,11 +501,7 @@
   border: 2px solid #bbbbbb; }
 
 .login-dialog-banner {
-  font-size: 10pt;
-  font-weight: bold;
-  text-align: center;
-  color: #666666;
-  padding-bottom: 1em; }
+  color: #666666; }
 
 .login-dialog {
   /* Reset border and background */
@@ -1501,6 +1497,11 @@ StScrollBar {
   font-weight: bold;
   color: #eeeeec; }
 
+/* LOGIN DIALOG */
+.login-dialog-banner-view {
+  padding-top: 24px;
+  max-width: 23em; }
+
 /* NOTIFICATIONS & MESSAGE TRAY */
 #message-tray {
   background: #212424 url("noise-texture.png");
@@ -1772,3 +1773,5 @@ StScrollBar {
   border: 2px solid grey;
   border-radius: 4px;
   padding: 6px; }
+
+/*# sourceMappingURL=gnome-shell.css.map */


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