integration/css/egonomy.css
changeset 46 a766937acc12
parent 44 f2d7c97b7ec9
equal deleted inserted replaced
45:ea2c1961a515 46:a766937acc12
   150 
   150 
   151 .search-field {
   151 .search-field {
   152     box-sizing: border-box;
   152     box-sizing: border-box;
   153     -moz-box-sizing: border-box;
   153     -moz-box-sizing: border-box;
   154     -webkit-box-sizing: border-box;
   154     -webkit-box-sizing: border-box;
   155     width: 100%; border: none; background: #d0e0FF;
   155     border: none; background: #d0e0FF;
   156     padding: 2px; margin: 3px 0; height: 20px;
   156     padding: 2px; margin: 2px 0; height: 20px;
       
   157     font-size: 13px; width: 210px; float: left;
       
   158     line-height: 20px; height: 20px;
       
   159 }
       
   160 
       
   161 .search-type {
       
   162     box-sizing: border-box;
       
   163     -moz-box-sizing: border-box;
       
   164     -webkit-box-sizing: border-box;
       
   165     border: none; background: #E0E0E0;
       
   166     float: left; width: 100px;
       
   167     padding: 2px; margin: 2px 0 0 1px;
   157     font-size: 13px;
   168     font-size: 13px;
       
   169     line-height: 20px; height: 20px;
   158 }
   170 }
   159 
   171 
   160 .placeholder {
   172 .placeholder {
   161     background: #d0e0FF;
   173     background: #d0e0FF;
   162 }
   174 }
   204 .column-full {
   216 .column-full {
   205     margin-left: 0; width: 968px;
   217     margin-left: 0; width: 968px;
   206 }
   218 }
   207 
   219 
   208 .subcol-eighth {
   220 .subcol-eighth {
   209     width: 110px;
   221     width: 110px; margin-left: 12px;
   210 }
   222 }
   211 
   223 
   212 .subcol-eighth:nth-child(even) {
   224 .subcol-eighth:nth-child(even) {
   213     margin-left: 13px;
   225     margin-left: 13px;
   214 }
   226 }