[gnome-shell/wip/sass: 43/90] theme: Adapt to commit 117a81e06f3ac975
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 43/90] theme: Adapt to commit 117a81e06f3ac975
- Date: Wed, 18 Feb 2015 20:43:59 +0000 (UTC)
commit fc32ded87471df1fdf83c8b299af9ce3f79db4d4
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 7745657..d581dbb 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -765,6 +765,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 1a42593..acd7cdd 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 */
@@ -1498,6 +1494,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");
@@ -1769,3 +1770,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]