summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/calendar.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-28 11:03:14 +0100
committerPhil Hughes <me@iamphill.com>2016-05-16 12:22:17 +0100
commit93c0bb8041963d6677cc9c169a0e1e22221dd0cb (patch)
treeb9b2d99c9f292ffdd3b2a1d1484090cc81ba8b6e /app/assets/stylesheets/framework/calendar.scss
parentbef5695a81af7a0afbb7ebe30d8ce344afe824f5 (diff)
downloadgitlab-ce-93c0bb8041963d6677cc9c169a0e1e22221dd0cb.tar.gz
Fixed issue with selected date not loading correctly
Added loading icon to selected date box
Diffstat (limited to 'app/assets/stylesheets/framework/calendar.scss')
-rw-r--r--app/assets/stylesheets/framework/calendar.scss16
1 files changed, 2 insertions, 14 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index 5b48801485b..81118b13bef 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -5,24 +5,12 @@
}
.user-calendar-activities {
- .calendar_onclick_hr {
- padding: 0;
- margin: 10px 0;
- }
-
.str-truncated {
max-width: 70%;
}
- .text-expander {
- background: #eee;
- color: #555;
- padding: 0 5px;
- cursor: pointer;
- margin-left: 4px;
- &:hover {
- background-color: #ddd;
- }
+ .user-calendar-activities-loading {
+ font-size: 24px;
}
}