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-icon.html b/src/g-icon.html index 1c00224055..f2339622a0 100644 --- a/src/g-icon.html +++ b/src/g-icon.html @@ -20,7 +20,8 @@ width: 21px; height: 21px; cursor: pointer; - background: no-repeat center contain; + background: no-repeat center; + background-size: contain; }
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. */ --> -