[gnome-shell] dialog: Update the layout of dialogs according to the new design
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] dialog: Update the layout of dialogs according to the new design
- Date: Tue, 14 Jan 2020 23:28:39 +0000 (UTC)
commit e4cb1a8f4bce7d5dae23a5f09895280811477751
Author: Jonas Dreßler <verdre v0yd nl>
Date: Mon Jan 13 15:13:53 2020 +0100
dialog: Update the layout of dialogs according to the new design
According to the new dialog mockups, update the dialogs paddings and
spacings. Also change the font-weigth of the title to 800 and the
font-size to 18pt, this will make the headings of some dialogs ellipsize
because they contain too much text, we'll have to fix this in subsequent
commits.
See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/886
data/theme/gnome-shell-sass/widgets/_dialogs.scss | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss
b/data/theme/gnome-shell-sass/widgets/_dialogs.scss
index 8ccd9a01fd..18969a96ab 100644
--- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss
+++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss
@@ -35,17 +35,14 @@
/* Message Dialog */
.message-dialog-content {
- max-width: 28em;
- spacing: 20px;
-}
-
-.message-dialog-title {
- font-weight: bold;
-}
+ spacing: 18px;
-.message-dialog-description {
- color: $fg_color;
- font-weight: bold;
+ .message-dialog-title {
+ text-align: center;
+ font-size: 18pt;
+ font-weight: 800;
+ }
+ .message-dialog-description { text-align: center; }
}
/* ShellMountOperation Dialogs */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]