[gnome-shell/wip/sass: 57/90] theme: banner buttons
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 57/90] theme: banner buttons
- Date: Wed, 18 Feb 2015 20:45:09 +0000 (UTC)
commit dab2af9f2f8f511b10b0b5538a0887ac472b8faf
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 f53f54e..08c5049 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1219,7 +1219,7 @@ StScrollBar {
/* LOGIN DIALOG */
.login-dialog-banner-view {
padding-top: 24px;
- max-width: 23em;
+ max-width: 23em;
}
/* NOTIFICATIONS & MESSAGE TRAY */
@@ -1334,12 +1334,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 e51b420..9c9e08c 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1595,14 +1595,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 d34ebbe..84adfed 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1595,14 +1595,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]