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-01 20:41:36 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 22:27:30 +0300
commit0b5ff4714caeedf359ed5a2477bada693ccb24a9 (patch)
treed5c1f1cb3afbd4f6b4fae513e5c4781fda5eb4f5 /app/assets/stylesheets/pages/labels.scss
parent452d1d4a8c3778f056c6c1e91e848ca6bd031edc (diff)
change the subscribe, delete and edit buttons to icons
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 4e02ec4e891..cce34418c58 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -49,6 +49,11 @@
}
.label-row {
+ .label-name {
+ display: inline-block;
+ width: 200px;
+ }
+
.label {
padding: 9px;
font-size: 14px;
@@ -69,3 +74,28 @@
background-color: $gl-danger;
color: $white-light;
}
+
+.manage-labels-list {
+
+ .prepend-left-10 {
+ display: inline-block;
+ width: 440px;
+ }
+
+ .pull-right {
+ .action-buttons {
+ border-color: transparent;
+ margin: 7px;
+ }
+
+ i {
+ color: $gl-text-color;
+ }
+
+ .append-right-20 {
+ a {
+ color: $gl-text-color;
+ }
+ }
+ }
+}