diff --git a/src/css/g-ratings.css b/src/css/g-ratings.css deleted file mode 100644 index 158e883b16..0000000000 --- a/src/css/g-ratings.css +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright 2012 The Toolkitchen Authors. All rights reserved. - * Use of this source code is governed by a BSD-style - * license that can be found in the LICENSE file. - */ -.star { - display: inline-block; - width: 12px; - height: 21px; - background: url('../images/star_blank.svg') center no-repeat; - cursor: default; -} - -.star.full { - background: url('../images/star_full.svg') center no-repeat; -} \ No newline at end of file diff --git a/src/css/g-tabs.css b/src/css/g-tabs.css deleted file mode 100644 index 9ece9d835c..0000000000 --- a/src/css/g-tabs.css +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright 2012 The Toolkitchen Authors. All rights reserved. - * Use of this source code is governed by a BSD-style - * license that can be found in the LICENSE file. - */ -@host { - display: block; - height: 28px; - line-height: 28px; - border: 0; - border-bottom: 1px solid #ccc; -} - -.vertical { - display: inline-block; - width: 71px; - height: 100%; - border: 0; - border-right: 1px solid #ccc; -} - -.tabContainer > * { - display: inline-block; - min-width: 54px; - height: 27px; - line-height: 27px; - text-align: center; - padding: 0 8px; - cursor: default; - border: 1px solid transparent; - border-radius: 2px 2px 0 0; - -webkit-transition: all 0.218s; -} - -.vertical .tabContainer > * { - border-radius: 2px 0 0 2px; -} - -.tabContainer > :hover { - color: #555; -} - -.tabContainer > .selected { - color: #202020; - border: 1px solid #ccc; -} \ No newline at end of file diff --git a/src/g-ajax.html b/src/g-ajax.html index a02a72d9d3..cb868bca7a 100644 --- a/src/g-ajax.html +++ b/src/g-ajax.html @@ -14,65 +14,68 @@ diff --git a/src/g-panels.html b/src/g-panels.html index 586112124b..5b00e49ac0 100644 --- a/src/g-panels.html +++ b/src/g-panels.html @@ -34,7 +34,7 @@ ready: function() { // ensure default transition if (!this.transition) { - this.transition = this.defaultTransition; + this.node.transition = this.defaultTransition; if (this.index != null) { this.node.index = 0; } diff --git a/src/g-ratings.html b/src/g-ratings.html index 0f6b46d148..ed1dab414b 100644 --- a/src/g-ratings.html +++ b/src/g-ratings.html @@ -5,35 +5,46 @@ * license that can be found in the LICENSE file. */ --> - + - diff --git a/src/g-tabs.html b/src/g-tabs.html index aeb79955f3..0980df6115 100644 --- a/src/g-tabs.html +++ b/src/g-tabs.html @@ -7,18 +7,56 @@ --> - diff --git a/src/g-togglebutton.html b/src/g-togglebutton.html index fe5dfbc976..56d558631b 100644 --- a/src/g-togglebutton.html +++ b/src/g-togglebutton.html @@ -17,14 +17,13 @@ diff --git a/src/g-xhr.html b/src/g-xhr.html index d307940396..bb89d71df9 100644 --- a/src/g-xhr.html +++ b/src/g-xhr.html @@ -16,7 +16,42 @@ + +
+ diff --git a/workbench/tabs.html b/workbench/tabs.html index c7f42ee263..0d2fac5325 100644 --- a/workbench/tabs.html +++ b/workbench/tabs.html @@ -2,7 +2,7 @@ Tabs - + diff --git a/workbench/togglebutton.html b/workbench/togglebutton.html index 48a56161a5..b542880b68 100644 --- a/workbench/togglebutton.html +++ b/workbench/togglebutton.html @@ -7,7 +7,7 @@ Toggle Button - +