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-03 02:55:59 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 22:27:30 +0300
commit8d28f94e7bbf09ecf49ae9d7fab8c9a76abeb7ac (patch)
treeb3169d1d82243aea72ada3710961aa1b6506c1cd /app/assets/stylesheets/pages/labels.scss
parent02dcc4188c8816cd4363a98e60ae54309623ea6f (diff)
finish up the design and add info to the changelog
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index e77d43fa29c..0e4468ad2c7 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -49,9 +49,11 @@
}
.label-row {
+
.label-name {
display: inline-block;
- width: 21%;
+ width: 200px;
+ vertical-align: top;
@media (max-width: $screen-xs-min) {
display: block;
@@ -93,15 +95,16 @@
}
}
- .pull-right {
+ .pull-info-right {
+ float: right;
@media (max-width: $screen-xs-min) {
- float: none !important;
+ float: none;
}
.action-buttons {
border-color: transparent;
- margin: 7px;
+ padding: 6px
}
i {