[gnome-shell/wip/sass: 40/88] theme: Adapt to commit 117a81e06f3ac975



commit 62efb4512a2af44a6e049700ec7cab44260563a6
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 19f695f..e4bb88e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -761,6 +761,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 bcded13..4ec59c7 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 */
@@ -1490,6 +1486,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");
@@ -1761,3 +1762,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]