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/sections/header.scss')
-rw-r--r--app/assets/stylesheets/sections/header.scss38
1 files changed, 19 insertions, 19 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index 07eba39b275..c08404c324b 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -2,14 +2,14 @@
* Application Header
*
*/
-header {
+header {
width:100%;
padding:0;
margin:0;
top:1px;
left:0;
background: #F1F1F1; /* for non-css3 browsers */
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
box-shadow: 0 -1px 0 white inset;
-moz-box-shadow: 0 -1px 0 white inset;
-webkit-box-shadow: 0 -1px 0 white inset;
@@ -17,7 +17,7 @@ header {
height:60px;
/**
- *
+ *
* Logo holder
*
*/
@@ -27,10 +27,10 @@ header {
position:relative;
top:-5px;
- a {
+ a {
float:left;
- h1 {
+ h1 {
text-indent:-9999px;
width:102px;
background: url('logo_text.png') no-repeat 0px -3px;
@@ -54,8 +54,8 @@ header {
margin-top: -10px;
}
}
- .container {
- .top_panel_content {
+ .container {
+ .top_panel_content {
margin:auto;
position:relative;
padding:15px 0;
@@ -63,7 +63,7 @@ header {
}
/**
- *
+ *
* Project / Area name
*
*/
@@ -78,10 +78,10 @@ header {
text-shadow: 0 1px 1px #FFF;
}
- .fbtn {
+ .fbtn {
float: right;
margin-right:10px;
- .btn {
+ .btn {
margin-left:7px;
background: #F1F1F1;
border: 1px solid #CCC;
@@ -90,13 +90,13 @@ header {
/**
- *
+ *
* Search box
*
*/
- .search {
+ .search {
float: right;
- margin-right: 50px;
+ margin-right: 45px;
.search-input {
@extend .span2;
@@ -110,7 +110,7 @@ header {
}
/**
- *
+ *
* Account box
*
*/
@@ -125,13 +125,13 @@ header {
display: block;
cursor: pointer;
img {
- border-radius: 4px;
+ @include border-radius(4px);
right: 5px;
position: absolute;
- width: 31px;
- height: 31px;
+ width: 28px;
+ height: 28px;
display: block;
- top: 0;
+ top: 2px;
&:after {
content: " ";
display: block;
@@ -186,7 +186,7 @@ header {
width: 100px;
position: absolute;
right: 10px;
- top: 46px;
+ top: 42px;
margin-top: 0;
float: right;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);