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:
Diffstat (limited to 'app/assets/stylesheets/themes/ui_mars.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss49
1 files changed, 8 insertions, 41 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index feb02e1febc..0fea6144431 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -4,8 +4,7 @@
*
* Next items should be placed there
* - link colors
- * - header styles
- * - main menu styles
+ * - header restyles
*
*/
.ui_mars {
@@ -15,18 +14,11 @@
*
*/
header {
- width:100%;
- padding:0;
- margin:0;
- top:1px;
- left:0;
background: #474D57 url('bg-header.png') repeat-x bottom;
- z-index:10;
- height:60px;
+ box-shadow:none;
+ border-bottom: 1px solid #444;
.fbtn {
- float: right;
- margin-right:10px;
.btn {
margin-left:8px;
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #595D63), to(#31363E));
@@ -51,20 +43,10 @@
float: right;
margin-right: 55px;
.search-input {
- background-image:url("icon-search.png");
- float: right;
- text-shadow: none;
- width: 130px;
- background-image: url("icon-search.png");
- background-repeat: no-repeat;
- background-position: 10px;
- border-radius: 100px;
border: 1px solid rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.4) inset;
background-color: #D2D5DA;
background-color: rgba(255, 255, 255, 0.5);
- padding: 5px;
- padding-left: 26px;
&:focus {
background-color: white;
@@ -75,14 +57,7 @@
color: #666;
}
.app_logo {
- width:230px;
- float:left;
- position:relative;
- top:-5px;
-
a {
- float:left;
-
h1 {
background: url('images.png') no-repeat -3px -6px;
width: 65px;
@@ -94,25 +69,17 @@
float:left;
}
}
+ .separator {
+ border-color:#444;
+ background:#31363E;
+ }
+
}
.project_name {
- float:left;
- margin:0;
- margin-right:30px;
- font-size:20px;
line-height:38px;
- font-weight:bold;
color:#fff;
text-shadow: 0 1px 1px #111;
}
-
- .container {
- .top_panel_content {
- margin:auto;
- position:relative;
- padding:15px 0;
- }
- }
}
/*
* End of Application Header