OSDN Git Service

top panel -> search -> css
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Sat, 12 Nov 2011 10:50:25 +0000 (12:50 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Sat, 12 Nov 2011 10:50:25 +0000 (12:50 +0200)
app/assets/stylesheets/projects.css.scss
vendor/assets/stylesheets/jquery-ui/jquery-ui.css

index e92784f..3bc7492 100644 (file)
@@ -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;
index a94efee..357df7a 100644 (file)
        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;