summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-07-17 09:35:00 +1000
committerSimon Knox <psimyn@gmail.com>2017-08-08 22:12:08 +1000
commitf36347980831347b2bf434f17918acfaf475dcf9 (patch)
treed43941f5c67eb6672582dd1330a3d56aca605f81 /app/assets/stylesheets/framework
parent001dd56e7bfd04d22f5437569ba8aa60a0317a3e (diff)
downloadgitlab-ce-f36347980831347b2bf434f17918acfaf475dcf9.tar.gz
hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 5e374360359..293aa194528 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -372,6 +372,10 @@ table {
background: $gl-success !important;
}
+.dz-message {
+ margin: 0;
+}
+
.space-right {
margin-right: 10px;
}