diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-09-03 05:46:38 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-09-03 05:48:52 +0200 |
commit | bd23fbfeccd49a406f6a8d99a21371ad7ade07ba (patch) | |
tree | 4f7fe26cad167380d7d17ce4616173a90e684acf /js/yui3/tabview-plugin/assets | |
parent | 14be79f77292305fbd5a9508ca6142e97498abb5 (diff) | |
download | bugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.gz bugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.xz |
Bug 913647: Deploy YUI 3.17.2 for BMO
r=glob
Diffstat (limited to 'js/yui3/tabview-plugin/assets')
-rw-r--r-- | js/yui3/tabview-plugin/assets/tabview-core.css | 48 | ||||
-rw-r--r-- | js/yui3/tabview-plugin/assets/tabview.css | 28 |
2 files changed, 0 insertions, 76 deletions
diff --git a/js/yui3/tabview-plugin/assets/tabview-core.css b/js/yui3/tabview-plugin/assets/tabview-core.css deleted file mode 100644 index 96d2628d1..000000000 --- a/js/yui3/tabview-plugin/assets/tabview-core.css +++ /dev/null @@ -1,48 +0,0 @@ -/* -YUI 3.7.3 (build 5687) -Copyright 2012 Yahoo! Inc. All rights reserved. -Licensed under the BSD License. -http://yuilibrary.com/license/ -*/ -.yui3-tab-panel { - display:none; -} - -.yui3-tab-panel-selected { - display:block; -} - -.yui3-tabview-list, -.yui3-tab { - margin:0; - padding:0; - list-style:none; -} - -.yui3-tabview { - position:relative; /* contain absolute positioned tabs (left/right) */ -} - -.yui3-tabview, -.yui3-tabview-list, -.yui3-tabview-panel, -.yui3-tab, -.yui3-tab-panel { /* IE: kill space between horizontal tabs */ - zoom:1; -} - -.yui3-tab { - display:inline-block; - *display:inline; /* IE */ - vertical-align:bottom; /* safari: for overlap */ - cursor:pointer; -} - -.yui3-tab-label { - display:block; - display:inline-block; - padding: 6px 10px; - position:relative; /* IE: to allow overlap */ - text-decoration: none; - vertical-align:bottom; /* safari: for overlap */ -} diff --git a/js/yui3/tabview-plugin/assets/tabview.css b/js/yui3/tabview-plugin/assets/tabview.css deleted file mode 100644 index 552623a06..000000000 --- a/js/yui3/tabview-plugin/assets/tabview.css +++ /dev/null @@ -1,28 +0,0 @@ -/* -YUI 3.7.3 (build 5687) -Copyright 2012 Yahoo! Inc. All rights reserved. -Licensed under the BSD License. -http://yuilibrary.com/license/ -*/ -.yui3-tab-panel { - display: none; -} - -.yui3-tab-selected { - background: yellow; -} - -.yui3-tab-selected { - background: yellow; -} - -.yui3-tab-panel-selected { - background: yellow; - display: block; -} - -.yui3-tab { - display: inline-block; - margin-right: 0.5em; - zoom: 1; -}; |