summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/zen.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-30 08:28:06 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 10:48:49 +0100
commit0331fa3f3d27dbffdd2144073cf9c62fe7837aa1 (patch)
tree312002ff8edb97cc5a764a5a44dada3836261c9e /app/assets/stylesheets/framework/zen.scss
parentb7f0b22b9fe76f634d9e8cbce03cfaac41f333e6 (diff)
downloadgitlab-ce-0331fa3f3d27dbffdd2144073cf9c62fe7837aa1.tar.gz
Restyling on elements in comment form
Diffstat (limited to 'app/assets/stylesheets/framework/zen.scss')
-rw-r--r--app/assets/stylesheets/framework/zen.scss46
1 files changed, 19 insertions, 27 deletions
diff --git a/app/assets/stylesheets/framework/zen.scss b/app/assets/stylesheets/framework/zen.scss
index 02e24ec7c4d..e75f4471e6c 100644
--- a/app/assets/stylesheets/framework/zen.scss
+++ b/app/assets/stylesheets/framework/zen.scss
@@ -1,26 +1,4 @@
.zennable {
- a.js-zen-enter {
- color: $gl-gray;
- position: absolute;
- top: 0;
- right: 4px;
- line-height: 56px;
- }
-
- a.js-zen-leave {
- display: none;
- color: $gl-text-color;
- position: absolute;
- top: 10px;
- right: 10px;
- padding: 5px;
- font-size: 36px;
-
- &:hover {
- color: #111;
- }
- }
-
.zen-backdrop {
&.fullscreen {
background-color: white;
@@ -47,11 +25,7 @@
margin: 0 auto;
}
- a.js-zen-enter {
- display: none;
- }
-
- a.js-zen-leave {
+ .zen-control-leave {
display: block;
position: absolute;
top: 0;
@@ -59,3 +33,21 @@
}
}
}
+
+.zen-cotrol {
+ color: #555;
+ line-height: 31px;
+}
+
+.zen-control-leave {
+ display: none;
+ color: $gl-text-color;
+ position: absolute;
+ right: 10px;
+ padding: 5px;
+ font-size: 36px;
+
+ &:hover {
+ color: #111;
+ }
+}