[gnome-shell/wip/sass: 51/84] theme: banner buttons
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 51/84] theme: banner buttons
- Date: Tue, 17 Feb 2015 19:53:16 +0000 (UTC)
commit 9f5b7c476bcd9e7b94482c40465c975d684b5051
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 26d8a11..280851f 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1226,7 +1226,7 @@ StScrollBar {
/* LOGIN DIALOG */
.login-dialog-banner-view {
padding-top: 24px;
- max-width: 23em;
+ max-width: 23em;
}
/* NOTIFICATIONS & MESSAGE TRAY */
@@ -1341,12 +1341,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 2f23d1b..608be3c 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1597,14 +1597,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 5a9850a..b312f8c 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1597,14 +1597,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]