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-05 21:17:30 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 22:27:30 +0300
commitfc7b5bd49cf48d87f770acb5377c85c7a034b701 (patch)
tree03106a5cab0497455e4fad342952d1fea9fc5128 /app/assets/stylesheets/pages/labels.scss
parentffe2f8e679f7718e5064acb0c2504b2b3cc160de (diff)
apply some css changes
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 5dab9999059..3e0a3140be7 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -49,11 +49,9 @@
}
.label-row {
-
.label-name {
display: inline-block;
width: 200px;
- vertical-align: baseline;
@media (max-width: $screen-xs-min) {
display: block;
@@ -86,7 +84,7 @@
.prepend-left-10 {
display: inline-block;
width: 40%;
- vertical-align: text-top;
+ vertical-align: middle;
@media (max-width: $screen-xs-min) {
display: block;
@@ -107,7 +105,6 @@
border-color: transparent;
padding: 6px;
color: $gl-text-color;
- vertical-align: initial;
&.subscribe-button {
padding-left: 0;