summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-05 17:08:24 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-05 17:08:24 +0200
commit4c3cdfa4fffb221d797e35913361bedbe1060d44 (patch)
tree30ab759347e5d2ea39984190b3c4b1513d494f4c
parenta350b52c9b621a5f37b27f8ca6cfc424ff573425 (diff)
downloadgitlab-ce-4c3cdfa4fffb221d797e35913361bedbe1060d44.tar.gz
Make profile dropbown a bit bigger
-rw-r--r--app/assets/stylesheets/sections/header.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index 4171c00ab8b..1efe23a127f 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -172,7 +172,7 @@ header {
display: none;
z-index: 100000;
@include border-radius(4px);
- width: 100px;
+ width: 130px;
position: absolute;
right: 5px;
top: 38px;
@@ -181,7 +181,7 @@ header {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
a {
color: #fff;
- padding: 7px 10px;
+ padding: 12px 15px;
display: block;
text-shadow: none;
border-bottom: 1px solid #666;
@@ -204,8 +204,8 @@ header {
}
&:last-child {
@include border-radius(0 0 5px 5px);
- border-bottom: 0;
- }
+ border-bottom: 0;
+ }
}