Minor fix to static file serving

This commit is contained in:
tomtom5152
2014-10-29 01:32:55 +00:00
parent b8cb25db67
commit 4bc4bdedc6
74 changed files with 25723 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/**Toolbar**/
@import "compass/css3":
.ui-toolbar{
padding: 7px 14px;
margin: 0 0 18px;
#ui-gradient > .vertical( @ui-white, @ui-form-actions-background );
border: 1px solid lighten(@ui-gray-light,25%);
@border-radius( 3px );
@box-shadow( inset 0 1px 0 $ui-white );
}