summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-14 17:45:43 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-14 17:45:43 +0300
commit5262ba3c9a87d1f1773be7e158c962544fc8e988 (patch)
tree154c17ecaedfc728293e8177d96c6e60bdb0dc6e /app/assets
parentdab1824679406e116ea6a32dd8e544d88daf9f98 (diff)
downloadgitlab-ce-5262ba3c9a87d1f1773be7e158c962544fc8e988.tar.gz
Default buttons should look the same on project page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss11
1 files changed, 4 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index cfce42a03c6..86b102690c0 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -15,7 +15,7 @@
}
.project-home-panel {
- margin-bottom: 15px;
+ margin-bottom: 20px;
position: relative;
padding-left: 85px;
@@ -66,13 +66,12 @@
.project-home-desc {
float: left;
- color: #666;
+ color: $gray;
}
}
.visibility-level-label {
- color: #555;
- font-weight: bold;
+ color: $gray;
i {
color: inherit;
}
@@ -138,7 +137,7 @@
.option-descr {
margin-left: 24px;
- color: #666;
+ color: $gray;
}
}
}
@@ -217,8 +216,6 @@ ul.nav.nav-projects-tabs {
white-space: normal;
text-align: left;
padding: 10px 15px;
- background-color: #F9F9F9;
- border-color: #DDD;
&.dropdown-toggle {
text-align: center;