summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-25 13:07:44 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commit38d84c1396b5264ba171df109c873469d371be73 (patch)
treebc7bc1d6b28636ad0d2d8f193900adc951b65db0 /app/assets/stylesheets
parent97fbb3d1ff1d22aa8597ff0bad0520634d9e351e (diff)
downloadgitlab-ce-38d84c1396b5264ba171df109c873469d371be73.tar.gz
Changed where data gets loaded
Changed what is hidden when data is loading
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/boards.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index bf1c0d1842b..683ef9f2388 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -383,6 +383,10 @@
}
.add-issues-header {
+ margin: -25px -15px -5px;
+ border-top: 0;
+ border-bottom: 1px solid $border-color;
+
> h2 {
margin: 0;
font-size: 18px;
@@ -396,6 +400,7 @@
.add-issues-search {
display: flex;
margin-bottom: 10px;
+ margin-top: 10px;
.btn {
margin-left: 10px;