diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /node_modules/montage/ui | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'node_modules/montage/ui')
37 files changed, 107 insertions, 107 deletions
diff --git a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js index 0690dd87..9048bd6e 100644 --- a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js +++ b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js | |||
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | /** | 30 | /** |
31 | @module "montage/ui/bluemoon/button-group.reel" | 31 | @module "montage/ui/bluemoon/button-group.reel" |
32 | @requires montage/core/core | 32 | @requires montage/core/core |
33 | @requires "ui/component-group.reel" | 33 | @requires "ui/component-group.reel" |
34 | */ | 34 | */ |
diff --git a/node_modules/montage/ui/bluemoon/button.reel/button.js b/node_modules/montage/ui/bluemoon/button.reel/button.js index e8d7c280..8d8be141 100644 --- a/node_modules/montage/ui/bluemoon/button.reel/button.js +++ b/node_modules/montage/ui/bluemoon/button.reel/button.js | |||
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | /** | 30 | /** |
31 | @module "montage/ui/bluemoon/button.reel" | 31 | @module "montage/ui/bluemoon/button.reel" |
32 | @requires montage/core/core | 32 | @requires montage/core/core |
33 | @requires montage/ui/component | 33 | @requires montage/ui/component |
34 | */ | 34 | */ |
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css index 372e66f2..80c2344e 100644 --- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css +++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css | |||
@@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
72 | } | 72 | } |
73 | 73 | ||
74 | .montage-checkbox .checkmark{ | 74 | .montage-checkbox .checkmark{ |
75 | -webkit-transition-duration: 360ms; | 75 | -webkit-transition-duration: 360ms; |
76 | } | 76 | } |
77 | 77 | ||
78 | .montage-checkbox input[type=checkbox] { | 78 | .montage-checkbox input[type=checkbox] { |
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js index 0a5ae0e9..a17f30bf 100644 --- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js +++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js | |||
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | /** | 30 | /** |
31 | @module "montage/ui/bluemoon/input-checkbox.reel" | 31 | @module "montage/ui/bluemoon/input-checkbox.reel" |
32 | @requires montage/core/core | 32 | @requires montage/core/core |
33 | @requires montage/ui/component | 33 | @requires montage/ui/component |
34 | */ | 34 | */ |
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.css b/node_modules/montage/ui/bluemoon/progress.reel/progress.css index 54da4477..6c4f730d 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.css +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.css | |||
@@ -28,31 +28,31 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | .montage-progress { | 30 | .montage-progress { |
31 | height: 7px; | 31 | height: 7px; |
32 | padding: 1px; | 32 | padding: 1px; |
33 | border-radius: 5px / 4px; | 33 | border-radius: 5px / 4px; |
34 | overflow: hidden; | 34 | overflow: hidden; |
35 | background: #ccc url(rule.png); | 35 | background: #ccc url(rule.png); |
36 | -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; | 36 | -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; |
37 | -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; | 37 | -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; |
38 | box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; | 38 | box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; |
39 | } | 39 | } |
40 | 40 | ||
41 | .montage-progress .bar { | 41 | .montage-progress .bar { |
42 | height: 7px; | 42 | height: 7px; |
43 | border-radius: inherit; | 43 | border-radius: inherit; |
44 | background: #0cbeff; | 44 | background: #0cbeff; |
45 | 45 | ||
46 | -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); | 46 | -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); |
47 | -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); | 47 | -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); |
48 | transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); | 48 | transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); |
49 | } | 49 | } |
50 | 50 | ||
51 | .montage-progress.dark { | 51 | .montage-progress.dark { |
52 | background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%, | 52 | background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%, |
53 | color-stop(0%, #303030), color-stop(100%, #3f3f3f) ); | 53 | color-stop(0%, #303030), color-stop(100%, #3f3f3f) ); |
54 | 54 | ||
55 | -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; | 55 | -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; |
56 | -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; | 56 | -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; |
57 | box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; | 57 | box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; |
58 | } | 58 | } |
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.html b/node_modules/montage/ui/bluemoon/progress.reel/progress.html index 774da851..de516980 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.html +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.html | |||
@@ -44,8 +44,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
44 | </script> | 44 | </script> |
45 | </head> | 45 | </head> |
46 | <body> | 46 | <body> |
47 | <div data-montage-id="progress" class="montage-progress"> | 47 | <div data-montage-id="progress" class="montage-progress"> |
48 | <div data-montage-id="bar" class="bar"></div> | 48 | <div data-montage-id="bar" class="bar"></div> |
49 | </div> | 49 | </div> |
50 | </body> | 50 | </body> |
51 | </html> | 51 | </html> |
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.js b/node_modules/montage/ui/bluemoon/progress.reel/progress.js index 01d0df9b..b6a6f91f 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.js +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.js | |||
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | /** | 30 | /** |
31 | @module "montage/ui/bluemoon/progress.reel" | 31 | @module "montage/ui/bluemoon/progress.reel" |
32 | @requires montage/core/core | 32 | @requires montage/core/core |
33 | @requires montage/ui/component | 33 | @requires montage/ui/component |
34 | */ | 34 | */ |
diff --git a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js index 9dfa1a30..7b95134a 100755 --- a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js +++ b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js | |||
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
28 | POSSIBILITY OF SUCH DAMAGE. | 28 | POSSIBILITY OF SUCH DAMAGE. |
29 | </copyright> */ | 29 | </copyright> */ |
30 | /** | 30 | /** |
31 | @module "montage/ui/tabs.reel" | 31 | @module "montage/ui/tabs.reel" |
32 | @requires montage/core/core | 32 | @requires montage/core/core |
33 | @requires montage/ui/compone |