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:
authorJacob Schatz <jschatz1@gmail.com>2016-02-19 15:26:59 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-02-19 15:26:59 +0300
commitc21c8825d812d0fecd887090fbb4377cc7ee2f97 (patch)
tree1b6c98b1d85feb3f7634763bf56bc9444c43c8f5 /app/assets
parente586858eb58cc628f700c4f0d6ae7b574def3be9 (diff)
parent099a29933851e8766d86c1d48e28ee4cdce5a14b (diff)
Merge branch 'issue_11872' into 'master'
Put project visibility icon next to title Fixes #11872 See merge request !2885
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss19
1 files changed, 7 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 046bae672fc..542ac896f6b 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -73,24 +73,19 @@
font-weight: normal;
}
+ .visibility-icon {
+ display: inline-block;
+ margin-left: 5px;
+ font-size: 18px;
+ color: $gray;
+ }
+
p {
padding: 0 $gl-padding;
color: #5c5d5e;
}
}
- .visibility-level-label {
- @extend .btn;
- @extend .btn-gray;
-
- color: $gray;
- cursor: default;
-
- i {
- color: inherit;
- }
- }
-
.project-repo-buttons {
margin-top: 20px;
margin-bottom: 0px;