summaryrefslogtreecommitdiffstats
path: root/js/yui3/tabview-plugin
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-03 05:46:38 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-03 05:48:52 +0200
commitbd23fbfeccd49a406f6a8d99a21371ad7ade07ba (patch)
tree4f7fe26cad167380d7d17ce4616173a90e684acf /js/yui3/tabview-plugin
parent14be79f77292305fbd5a9508ca6142e97498abb5 (diff)
downloadbugzilla-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')
-rw-r--r--js/yui3/tabview-plugin/assets/tabview-core.css48
-rw-r--r--js/yui3/tabview-plugin/assets/tabview.css28
-rw-r--r--js/yui3/tabview-plugin/tabview-plugin-min.js7
3 files changed, 4 insertions, 79 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;
-};
diff --git a/js/yui3/tabview-plugin/tabview-plugin-min.js b/js/yui3/tabview-plugin/tabview-plugin-min.js
index 2c3789ce3..b9abb0eb0 100644
--- a/js/yui3/tabview-plugin/tabview-plugin-min.js
+++ b/js/yui3/tabview-plugin/tabview-plugin-min.js
@@ -1,7 +1,8 @@
/*
-YUI 3.7.3 (build 5687)
-Copyright 2012 Yahoo! Inc. All rights reserved.
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
-YUI.add("tabview-plugin",function(e,t){function n(){n.superclass.constructor.apply(this,arguments)}n.NAME="tabviewPlugin",n.NS="tabs",e.extend(n,e.TabviewBase),e.namespace("Plugin"),e.Plugin.Tabview=n},"3.7.3",{requires:["tabview-base"]});
+
+YUI.add("tabview-plugin",function(e,t){function n(){n.superclass.constructor.apply(this,arguments)}n.NAME="tabviewPlugin",n.NS="tabs",e.extend(n,e.TabviewBase),e.namespace("Plugin"),e.Plugin.Tabview=n},"3.17.2",{requires:["tabview-base"]});