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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 09:14:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 09:14:05 +0400
commit00464099704ec16ad64faa3fe8c19d931ee7037a (patch)
tree85409d2e7e003e4a674518d05e4dda61e0a091e1 /app/assets/stylesheets/themes/ui_basic.scss
parent4c6c24856cc326e26b6f7ac91ee6eae9fcc722f7 (diff)
I prefer icons on header
Diffstat (limited to 'app/assets/stylesheets/themes/ui_basic.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_basic.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_basic.scss b/app/assets/stylesheets/themes/ui_basic.scss
index 09ff0747470..1f3d3d3d389 100644
--- a/app/assets/stylesheets/themes/ui_basic.scss
+++ b/app/assets/stylesheets/themes/ui_basic.scss
@@ -15,4 +15,22 @@
color: $blue_link;
}
}
+
+ .app_logo {
+ .separator {
+ margin-left: 0;
+ margin-right: 0;
+ }
+ }
+
+ .separator {
+ float: left;
+ height: 60px;
+ width: 1px;
+ background: white;
+ border-left: 1px solid #DDD;
+ margin-top: -10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
}