diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-24 01:20:30 +0000 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-12-24 01:20:30 +0000 |
commit | 1c3c5c2bbda09d43a034d665cfacfd0c4f334f45 (patch) | |
tree | 4068713502c6087d0184ebe9434bfe553c8fc974 | |
parent | 21fb690c216f9e40be07229726e106d7016e13fc (diff) | |
parent | 64086f6a76bdc5bad205fb516339ea4145cc526b (diff) | |
download | gitlab-ce-1c3c5c2bbda09d43a034d665cfacfd0c4f334f45.tar.gz |
Merge branch 'fix-cycle-analytics-nav' into 'master'
CSS fixes on Cycle Analytics page
See merge request !8300
-rw-r--r-- | app/assets/stylesheets/pages/cycle_analytics.scss | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/cycle_analytics.scss b/app/assets/stylesheets/pages/cycle_analytics.scss index 5aef31724e1..9ce261eafef 100644 --- a/app/assets/stylesheets/pages/cycle_analytics.scss +++ b/app/assets/stylesheets/pages/cycle_analytics.scss @@ -23,12 +23,12 @@ } .stage-header { - width: 28%; + width: 26%; padding-left: $gl-padding; } .median-header { - width: 12%; + width: 14%; } .event-header { @@ -141,7 +141,7 @@ .dismiss-icon { position: absolute; - right: $cycle-analytics-dismiss-icon-color; + right: $cycle-analytics-box-padding; cursor: pointer; color: $cycle-analytics-dismiss-icon-color; } @@ -215,7 +215,6 @@ border-bottom: 1px solid transparent; border-right: 1px solid $border-color; background-color: $gray-light; - cursor: default; &.active { background-color: transparent; @@ -247,11 +246,11 @@ float: left; &.stage-name { - width: 70%; + width: 65%; } &.stage-median { - width: 30%; + width: 35%; } } |