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 <dzaporozhets@sphereconsultinginc.com>2011-11-12 14:50:25 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 14:50:25 +0400
commit60f4576d5d5dd42e99f4bfbaf51603d167d1d344 (patch)
treefd14a5ee8bbd1654db5beee7ec660e2d9d40dd2f
parentde09e356934cb90546de7ebf1c4e721a31518235 (diff)
top panel -> search -> css
-rw-r--r--app/assets/stylesheets/projects.css.scss44
-rw-r--r--vendor/assets/stylesheets/jquery-ui/jquery-ui.css6
2 files changed, 2 insertions, 48 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index e92784f96df..3bc7492bf36 100644
--- a/app/assets/stylesheets/projects.css.scss
+++ b/app/assets/stylesheets/projects.css.scss
@@ -110,50 +110,6 @@ table.round-borders {
background: transparent 9 !important;
}
-#header-panel {
- @include panel-color;
- height:40px;
- position:fixed;
- z-index:999;
- top:0px;
- width:100%;
- margin-bottom:10px;
- overflow:hidden;
- .button{
- color:#bbb;
- border:none;
- margin:0px;
- height:25px;
- background:transparent;
- padding:10px 20px 5px 20px;
- &:hover{
- color:white;
- }
-
- &.current {
- border-bottom: 3px solid #EAEAEA !important;
- padding: 10px 20px 0;
- color: #eaeaea;
- }
- }
- .search-holder {
- float:left;
- width:290px;
- input {
- @include round-borders-all(4px);
- width:290px;
- border-color:#888;
- padding:5px;
- background:#666;
- color:#222;
- &:focus {
- background:#fff;
- color:#000;
- }
- }
- }
-}
-
#content-container{
min-height:250px;
background: #fff;
diff --git a/vendor/assets/stylesheets/jquery-ui/jquery-ui.css b/vendor/assets/stylesheets/jquery-ui/jquery-ui.css
index a94efee496d..357df7ab59f 100644
--- a/vendor/assets/stylesheets/jquery-ui/jquery-ui.css
+++ b/vendor/assets/stylesheets/jquery-ui/jquery-ui.css
@@ -382,15 +382,13 @@
padding:.2em .4em;
line-height:1.5;
zoom:1;
+ font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
- background: #fff !important;
- background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFF6BF)) !important;
- background: -moz-linear-gradient(top,#fff,#FFF6BF) !important;
- background: transparent 9 !important;
+ background: #eee;
border-radius:0px;
border-color:white;
border-bottom: 1px solid #E2EAEE;