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:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-04-04 20:38:16 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 22:27:30 +0300
commitffe2f8e679f7718e5064acb0c2504b2b3cc160de (patch)
tree0121eecc44248732d6d51280953bc50c3a3b6757 /app/assets/stylesheets/pages/labels.scss
parent8d28f94e7bbf09ecf49ae9d7fab8c9a76abeb7ac (diff)
fix the failing tests and some changes
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 0e4468ad2c7..5dab9999059 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -53,7 +53,7 @@
.label-name {
display: inline-block;
width: 200px;
- vertical-align: top;
+ vertical-align: baseline;
@media (max-width: $screen-xs-min) {
display: block;
@@ -85,12 +85,13 @@
.prepend-left-10 {
display: inline-block;
- width: 45%;
+ width: 40%;
+ vertical-align: text-top;
@media (max-width: $screen-xs-min) {
display: block;
width: 100%;
- margin-left: 0px;
+ margin-left: 0;
padding: 10px 0;
}
}
@@ -104,7 +105,13 @@
.action-buttons {
border-color: transparent;
- padding: 6px
+ padding: 6px;
+ color: $gl-text-color;
+ vertical-align: initial;
+
+ &.subscribe-button {
+ padding-left: 0;
+ }
}
i {