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
path: root/app
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-12 22:55:10 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-12 22:55:10 +0400
commit5f5cd2be1383503a48426bb2adeb127c11ae3d58 (patch)
tree64ac25943240ada630e8f71376938bfeac090633 /app
parent093159a8683c381a9f7aa80073ac94c4ed03e108 (diff)
ui-box style improved
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss2
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss19
2 files changed, 13 insertions, 8 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 7a94c127bb4..e76d6dba2e8 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -727,7 +727,7 @@ li.note {
/* CHZN reset few styles */
.chzn-container-single .chzn-single {
- background:#eee;
+ background:#FFF;
border: 1px solid #ccc;
}
.chzn-container-active .chzn-single {
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index 839ee641e7a..445987f75ae 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -402,8 +402,7 @@ form {
.ui-box {
margin-bottom: 40px;
@include round-borders-all(4px);
- @include shade;
- border-color:#DDD;
+ border-color: #CCC;
ul {
margin:0;
@@ -411,10 +410,13 @@ form {
h5, .title {
padding: 0 10px;
- background:#f5f5f5;
- border-bottom: 1px solid #eee;
@include round-borders-top(4px);
- border-top:none;
+ border-bottom: 1px solid #bbb;
+ background:#eee;
+ background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
+ background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
+ background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
+ background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
form {
padding:9px 0;
@@ -433,10 +435,13 @@ form {
}
.bottom {
- background:#f5f5f5;
- border-top: 1px solid #eee;
+ background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
+ background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
+ background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
+ background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
@include round-borders-bottom(4px);
border-bottom:none;
+ border-top: 1px solid #bbb;
}
&.padded {