Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-27 19:49:56 +0300
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:44 +0300
commita943241056961c7b820adfd8fd08edd25c3a563a (patch)
tree4fd0a70fcbb31804748ee6fa7fb928850c206d12 /app/assets/stylesheets/pages/boards.scss
parent8b977b295e887f7d134cd92ec352a24c0afd5950 (diff)
Some styling updates
Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss24
1 files changed, 13 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index cf1c52a2b38..e7321b19e15 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -255,7 +255,6 @@
.form-control {
display: inline-block;
width: 210px;
- margin-right: 10px;
}
}
@@ -387,8 +386,11 @@
> .row {
width: 100%;
- margin-top: auto;
- margin-bottom: auto;
+ margin: auto 0;
+ }
+
+ .svg-content {
+ margin-top: -40px;
}
}
}
@@ -420,7 +422,7 @@
.card-parent {
width: 100%;
- padding: 0 $gl-vert-padding ($gl-vert-padding * 2);
+ padding: 0 5px 5px;
@media (min-width: $screen-sm-min) {
width: 50%;
@@ -433,6 +435,7 @@
.card {
border: 1px solid $border-gray-dark;
+ box-shadow: 0 1px 2px rgba($issue-boards-card-shadow, .3);
cursor: pointer;
}
}
@@ -446,9 +449,7 @@
}
.add-issues-footer {
- margin-top: auto;
- margin-left: -15px;
- margin-right: -15px;
+ margin: auto -15px 0;
padding-left: 15px;
padding-right: 15px;
border-bottom-right-radius: $border-radius-default;
@@ -465,10 +466,11 @@
position: absolute;
right: -3px;
top: -3px;
- width: 20px;
- background-color: $blue-dark;
+ width: 17px;
+ background-color: $blue-light;
color: $white-light;
- font-size: 12px;
- line-height: 20px;
+ border: 1px solid $border-blue-light;
+ font-size: 9px;
+ line-height: 17px;
border-radius: 50%;
}