1- // FONT----------------------------------------------------------------------------------------------------------------//
2-
3- @import url (http://fonts.googleapis.com/css?family=Open+Sans:400 ,300 ,600 &subset=latin ,cyrillic-ext );
4-
51// VAR-----------------------------------------------------------------------------------------------------------------//
62
73$skinMainFirstColor : #23282f !default ;
84$skinMainSecondColor : #5ea3d3 !default ;
95$skinBorderRadius : 4px !default ;
106$skinBorderWindowColor : #e6e9ee !default ;
117$skinTablePadding : 10px !default ;
12-
138// HTML----------------------------------------------------------------------------------------------------------------//
149
1510html {
16- font-family : ' Open Sans' , sans-serif ;
1711 background : #f7f9fb ;
18- font-weight : 300 ;
1912}
2013body .active_admin {
21- font-family : ' Open Sans' , sans-serif ;
2214 background : #f7f9fb ;
2315}
2416#wrapper {
@@ -187,7 +179,7 @@ body.active_admin {
187179 background-image : none ;
188180 text-shadow : none ;
189181 }
190-
182+
191183 .flash_notice {
192184 background-color : #669148 ;
193185 border-bottom : 2px solid #4C7331 ;
@@ -302,6 +294,7 @@ body.active_admin {
302294 padding : 10px 20px ;
303295 color : #ffffff ;
304296 text-shadow : none ;
297+ border-right : 1px solid #ffffff ;
305298 span {
306299 color : #ffffff ;
307300 font-size : 11px ;
@@ -358,6 +351,9 @@ body.active_admin {
358351 font-weight : bold !important ;
359352 }
360353 }
354+ th .col-selectable {
355+ width : 12px ;
356+ }
361357 th .sorted-desc {
362358 background-color : $skinBorderWindowColor ;
363359 }
@@ -735,4 +731,9 @@ form fieldset > ol > li fieldset ol li {
735731}
736732.ui-widget-overlay {
737733 background : rgba (0 , 0 , 0 , 0.7 );
734+ }
735+
736+ // becouse of sidebar border 2px
737+ form .filter_form .filter_form_field.filter_date_range .seperator {
738+ width : 10px ;
738739}
0 commit comments