From aa5c722eca4fa45d3dab609135057381afbdde70 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Thu, 8 Jan 2015 16:34:38 +0100 Subject: [PATCH] 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 19f695f93..e4bb88e13 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 c9918d231..1588b310a 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 bcded1336..4ec59c77c 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 */