File tree Expand file tree Collapse file tree 5 files changed +36
-31
lines changed
skin/adminhtml/default/go Expand file tree Collapse file tree 5 files changed +36
-31
lines changed Original file line number Diff line number Diff line change @@ -2329,6 +2329,18 @@ h3 {
23292329 color : # f15a24 ;
23302330 word-wrap : break-word;
23312331}
2332+ /* Icon Head */
2333+ /* Headings with icon preceding text*/
2334+ .icon-head {
2335+ min-height : 18px ;
2336+ background-repeat : no-repeat;
2337+ background-position : 0 8px ;
2338+ padding-left : 22px ;
2339+ }
2340+ .entry-edit .entry-edit-head .icon-head {
2341+ background-position : 0 6px ;
2342+ margin-left : 13px ;
2343+ }
23322344html [lang = "de" ] .side-col h3 {
23332345 font-size : 24px ;
23342346}
@@ -2402,18 +2414,6 @@ html[lang="de"] .side-col h3 {
24022414 float : left;
24032415 margin-bottom : 0 ;
24042416}
2405- /* Icon Head */
2406- /* Headings with icon preceding text*/
2407- .icon-head {
2408- min-height : 18px ;
2409- background-repeat : no-repeat;
2410- background-position : 0 8px ;
2411- padding-left : 22px ;
2412- }
2413- .entry-edit .entry-edit-head .icon-head {
2414- background-position : 0 6px ;
2415- margin-left : 13px ;
2416- }
24172417.head-adminhtml {
24182418 padding-left : 0 ;
24192419}
Original file line number Diff line number Diff line change @@ -16,20 +16,22 @@ var rename = require('gulp-rename');
1616var cssflip = require ( 'gulp-css-flip' ) ;
1717
1818gulp . task ( 'less' , function ( ) {
19- return gulp . src ( 'less/app.less' )
20-
19+ gulp . src ( 'less/app.less' )
2120 . pipe ( less ( ) ) . on ( 'error' , function ( e ) {
2221 util . log ( e ) ;
2322 } )
2423 //.pipe(minifycss())
2524 . pipe ( gulp . dest ( 'dist' ) )
26- //.pipe(rename({suffix: '-rtl'}))
27- //.pipe(cssflip.gulp())
28- //.pipe(gulp.dest('dist/css'))
25+ . pipe ( less ( ) ) . on ( 'error' , function ( e ) {
26+ util . log ( e ) ;
27+ } )
28+ . pipe ( rename ( { suffix : '-rtl' } ) )
29+ . pipe ( cssflip . gulp ( ) )
30+ . pipe ( gulp . dest ( 'dist' ) )
2931 . pipe ( livereload ( server ) )
3032 . pipe ( notify ( {
3133 message : 'Successfully compiled LESS'
32- } ) ) ;
34+ } ) ) ;
3335} ) ;
3436
3537// Watch
Original file line number Diff line number Diff line change 77// @import 'variables-rtl.less';
88// add RTL LTR variables through soczed_less_additional_variables event observer.
99// see /app/code/community/Bubble/AdminTheme/etc/config.xml
10+ @import ' variables-ltr.less' ;
1011
1112@import ' mixins.less' ;
1213
Original file line number Diff line number Diff line change @@ -2577,6 +2577,20 @@ h3 {
25772577 word-wrap : break-word ;
25782578}
25792579
2580+ /* Icon Head */
2581+ /* Headings with icon preceding text*/
2582+ .icon-head {
2583+ min-height : 18px ;
2584+ background-repeat : no-repeat ;
2585+ .background-position (0 , 8px );
2586+ .padding-left (22px );
2587+ }
2588+
2589+ .entry-edit .entry-edit-head .icon-head {
2590+ .background-position (0 , 6px );
2591+ .margin-left (13px );
2592+ }
2593+
25802594html [lang= " de" ] .side-col h3 {
25812595 font-size : 24px ;
25822596}
@@ -2666,19 +2680,6 @@ html[lang="de"] .side-col h3 {
26662680 margin-bottom : 0 ;
26672681}
26682682
2669- /* Icon Head */
2670- /* Headings with icon preceding text*/
2671- .icon-head {
2672- min-height : 18px ;
2673- background-repeat : no-repeat ;
2674- .background-position (0 , 8px );
2675- .padding-left (22px );
2676- }
2677-
2678- .entry-edit .entry-edit-head .icon-head {
2679- .background-position (0 , 6px );
2680- .margin-left (13px );
2681- }
26822683
26832684.head-adminhtml {
26842685 .padding-left (0 );
Original file line number Diff line number Diff line change 1414 "tiny-lr" : " ~0.0.5"
1515 },
1616 "dependencies" : {
17+ "gulp-css-flip" : " ^0.4.0" ,
1718 "gulp-util" : " ^3.0.2"
1819 }
1920}
You can’t perform that action at this time.
0 commit comments