Browse Source

Dropped "header-search" css class. #149

Ralfp 12 years ago
parent
commit
e3e2676e39
2 changed files with 0 additions and 24 deletions
  1. 0 1
      static/cranefly/css/cranefly.css
  2. 0 23
      static/cranefly/css/cranefly/header.less

+ 0 - 1
static/cranefly/css/cranefly.css

@@ -852,7 +852,6 @@ a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#ffffff;text-decor
 .header-primary .breadcrumb li a:hover,.header-primary .breadcrumb li a:active{color:#333333;}
 .header-primary .breadcrumb li .divider{padding-left:0px;padding-right:0px;}.header-primary .breadcrumb li .divider i{opacity:0.2;filter:alpha(opacity=20);position:relative;bottom:1px;}
 .header-primary h1{color:#555555;font-size:35px;font-weight:normal;}
-.header-primary.header-search h1{float:left;}.header-primary.header-search h1 form{float:right;margin:0px;}.header-primary.header-search h1 form input{margin-left:21px;-webkit-box-shadow:0px 0px 0px 3px #eeeeee;-moz-box-shadow:0px 0px 0px 3px #eeeeee;box-shadow:0px 0px 0px 3px #eeeeee;font-size:17.5px;}.header-primary.header-search h1 form input:focus,.header-primary.header-search h1 form input:active{border-color:#4dc3ff;-webkit-box-shadow:0px 0px 0px 3px #b3e5ff;-moz-box-shadow:0px 0px 0px 3px #b3e5ff;box-shadow:0px 0px 0px 3px #b3e5ff;}
 .header-primary .header-stats{overflow:visible;margin-bottom:0px;color:#999999;}.header-primary .header-stats li{float:left;margin-right:14px;}.header-primary .header-stats li>a{color:#999999;}.header-primary .header-stats li>a:hover,.header-primary .header-stats li>a:active{color:#333333;}
 .header-primary .header-stats li>i{opacity:0.5;filter:alpha(opacity=50);}
 .header-primary .header-stats li.stats-form{float:right;}.header-primary .header-stats li.stats-form form{margin:0px;margin-bottom:-12px;padding:0px;}.header-primary .header-stats li.stats-form form button{position:relative;bottom:12px;}.header-primary .header-stats li.stats-form form button>i{position:relative;top:0px;}

+ 0 - 23
static/cranefly/css/cranefly/header.less

@@ -46,29 +46,6 @@
     font-weight: normal;
   }
 
-  &.header-search {
-    h1 {
-      float: left;
-
-      form {
-        float: right;
-        margin: 0px;
-
-        input {
-          margin-left: @baseFontSize * 1.5;
-          .box-shadow(0px 0px 0px 3px darken(@bodyBackground, 5%));
-
-          font-size: @fontSizeLarge;
-
-          &:focus, &:active {
-            border-color: lighten(@linkColor, 25%);
-            .box-shadow(0px 0px 0px 3px lighten(@linkColor, 45%));
-          }
-        }
-      }
-    }  
-  }
-
   .header-stats {
     overflow: visible;
     margin-bottom: 0px;