Skip to content

Commit

Permalink
Revert "Updating paths"
Browse files Browse the repository at this point in the history
This reverts commit ed2f914.
  • Loading branch information
pvertenten committed Jul 24, 2012
1 parent ed2f914 commit 8eb8ffd
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/stylesheets/sencha-touch/default/_all.scss
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'sencha-touch/default/core/core'; @import 'core';
@import 'sencha-touch/default/core/widgets'; @import 'widgets';
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
@import 'widgets/toolbar-forms'; @import 'widgets/toolbar-forms';
@import 'widgets/loading-spinner'; @import 'widgets/loading-spinner';
@import 'widgets/img'; @import 'widgets/img';
@import 'widgets/media'; @import 'widgets/media';
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// http://pictos.drewwilson.com/ // http://pictos.drewwilson.com/
// Pictos icons are (c) 2010 Drew Wilson // Pictos icons are (c) 2010 Drew Wilson


@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.Button * @class Ext.Button
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.carousel.Indicator * @class Ext.carousel.Indicator
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/* /*
* Includes basic form slider styles. * Includes basic form slider styles.
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* Includes default form slider styles. * Includes default form slider styles.
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';
@import 'form-sliders'; @import 'form-sliders';


/** /**
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'sencha-touch/default/global'; @import '../global';


.x-img { .x-img {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.dataview.IndexBar * @class Ext.dataview.IndexBar
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.dataview.List * @class Ext.dataview.List
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@


.x-mask-map { .x-mask-map {
background: transparent !important; background: transparent !important;
} }
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


.x-video { .x-video {
height: 100%; height: 100%;
Expand All @@ -18,4 +18,4 @@


audio { audio {
width: 100%; width: 100%;
} }
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


$panel-border-radius: .3em; $panel-border-radius: .3em;


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


$picker-row-height: 2.5em !default; $picker-row-height: 2.5em !default;
$picker-active-border: .12em solid $active-color !default; $picker-active-border: .12em solid $active-color !default;
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.Sheet * @class Ext.Sheet
Expand Down Expand Up @@ -49,4 +49,4 @@ $sheet-padding: .7em !default;
} }
} }
} }
} }
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// http://pictos.drewwilson.com/ // http://pictos.drewwilson.com/
// Pictos icons are (c) 2010 Drew Wilson // Pictos icons are (c) 2010 Drew Wilson


@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.tab.Bar * @class Ext.tab.Bar
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.field.Field * @class Ext.field.Field
Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'sencha-touch/default/global'; @import '../global';


/** /**
* @class Ext.Toolbar * @class Ext.Toolbar
Expand Down

0 comments on commit 8eb8ffd

Please sign in to comment.