[gnome-shell-sass] dateMenu: Swap calendar and event columns
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] dateMenu: Swap calendar and event columns
- Date: Fri, 20 Feb 2015 16:04:50 +0000 (UTC)
commit 8409846c837c96f26533c7e9116c1009a4cc8bce
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Jan 30 05:56:28 2015 +0100
dateMenu: Swap calendar and event columns
The new design has the events list on the left and the calendar on the
right, so swap them around and remove the vertical separator between
them in favor of some additional whitespace as in the mockups.
https://bugzilla.gnome.org/show_bug.cgi?id=744817
_common.scss | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 2c3c5d7..995afef 100644
--- a/_common.scss
+++ b/_common.scss
@@ -693,11 +693,20 @@ StScrollBar {
}
// calendar popover
+ #calendarArea {
+ padding: 0.75em 1.0em;
+ }
+
.calendar {
- padding: .4em 1.75em .8em 1.75em;
- margin-bottom: 2em;
+ margin: 0 1.5em;
+ margin-bottom: 1em;
}
+ .datemenu-calendar-column {
+ spacing: 0.5em;
+ padding-bottom: 3em;
+ }
+
.datemenu-date-label { //topmost date label
padding: .4em 1.7em;
text-align: center;
@@ -706,12 +715,6 @@ StScrollBar {
font-size: 110%;
}
- .calendar-vertical-separator {
- width: .3em;
- -stipple-width: 1px;
- -stipple-color: $_bubble_borders_color;
- }
-
.calendar-month-label {
color: darken($fg_color,5%);
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]