End of day commit
This commit is contained in:
+8146
File diff suppressed because it is too large
Load Diff
+37787
File diff suppressed because it is too large
Load Diff
+16
File diff suppressed because one or more lines are too long
+23
File diff suppressed because one or more lines are too long
Vendored
+15
-17
@@ -1,17 +1,15 @@
|
||||
/*!
|
||||
* qTip2 - Pretty powerful tooltips - v2.0.1-35-
|
||||
/*
|
||||
* qTip2 - Pretty powerful tooltips - v2.1.1
|
||||
* http://qtip2.com
|
||||
*
|
||||
* Copyright (c) 2013 Craig Michael Thompson
|
||||
* Released under the MIT, GPL licenses
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: Sun Mar 10 2013 03:07 GMT+0000
|
||||
* Plugins: svg ajax tips modal viewport imagemap ie6
|
||||
* Date: Thu Jul 11 2013 02:03 GMT+0100+0100
|
||||
* Plugins: tips modal viewport svg imagemap ie6
|
||||
* Styles: basic css3
|
||||
*/
|
||||
|
||||
/* Core qTip styles */
|
||||
.qtip{
|
||||
position: absolute;
|
||||
left: -28000px;
|
||||
@@ -75,7 +73,6 @@
|
||||
display: block;
|
||||
text-indent: -1000em;
|
||||
direction: ltr;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.qtip-icon, .qtip-icon .ui-icon{
|
||||
@@ -89,6 +86,7 @@
|
||||
width: 18px;
|
||||
height: 14px;
|
||||
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
font: normal bold 10px/13px Tahoma,sans-serif;
|
||||
@@ -97,7 +95,6 @@
|
||||
background: transparent none no-repeat -100em -100em;
|
||||
}
|
||||
|
||||
|
||||
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
|
||||
.qtip-focus{}
|
||||
|
||||
@@ -130,6 +127,7 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*! Light tooltip style */
|
||||
.qtip-light{
|
||||
background-color: white;
|
||||
@@ -234,7 +232,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
|
||||
|
||||
.qtip-shadow{
|
||||
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
||||
@@ -251,9 +249,9 @@
|
||||
}
|
||||
|
||||
.qtip-rounded .qtip-titlebar{
|
||||
-moz-border-radius: 5px 5px 0 0;
|
||||
-webkit-border-radius: 5px 5px 0 0;
|
||||
border-radius: 5px 5px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
/* Youtube tooltip style */
|
||||
@@ -391,12 +389,12 @@
|
||||
}
|
||||
|
||||
.qtip-tipsy .qtip-titlebar{
|
||||
padding: 6px 35px 0 10;
|
||||
padding: 6px 35px 0 10px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.qtip-tipsy .qtip-content{
|
||||
padding: 6px 10;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.qtip-tipsy .qtip-icon{
|
||||
@@ -564,7 +562,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* Tips plugin */
|
||||
|
||||
.qtip .qtip-tip{
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
@@ -595,7 +593,7 @@
|
||||
display: inline-block;
|
||||
visibility: visible;
|
||||
}
|
||||
/* Modal plugin */
|
||||
|
||||
#qtip-overlay{
|
||||
position: fixed;
|
||||
left: -10000em;
|
||||
@@ -619,7 +617,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* IE6 Modal plugin fix */
|
||||
|
||||
.qtipmodal-ie6fix{
|
||||
position: absolute !important;
|
||||
}
|
||||
Vendored
+1
-1
@@ -3538,4 +3538,4 @@ IE6.initialize = 'render';
|
||||
|
||||
|
||||
}));
|
||||
}( window, document ));
|
||||
}( window, document ));
|
||||
|
||||
Reference in New Issue
Block a user