summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/qtips.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/qtips.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/qtips.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/beta/css/yui-extensions/qtips.css b/frontend/beta/css/yui-extensions/qtips.css
index 34d3323..d4af0a2 100644
--- a/frontend/beta/css/yui-extensions/qtips.css
+++ b/frontend/beta/css/yui-extensions/qtips.css
@@ -9,59 +9,59 @@ refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26.ytip{ 26.ytip{
27 position: absolute; 27 position: absolute;
28 top: 0; 28 top: 0;
29 visibility: hidden; 29 visibility: hidden;
30 z-index: 11000; 30 z-index: 11000;
31} 31}
32.ytip .ytip-bd{ 32.ytip .ytip-bd{
33 background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; 33 background: #e0e8f3 url(./images/default/qtip/bg.gif) repeat-x;
34 border: 1px solid #a3bad9; 34 border: 1px solid #a3bad9;
35 font: normal 11px arial,helvetica,sans-serif; 35 font: normal 11px arial,helvetica,sans-serif;
36 padding: 5px; 36 padding: 5px;
37} 37}
38.ytip .ytip-close{ 38.ytip .ytip-close{
39 background-image: url(../images/default/basic-dialog/close.gif); 39 background-image: url(./images/default/basic-dialog/close.gif);
40 height: 15px; 40 height: 15px;
41 position: absolute; 41 position: absolute;
42 right: 3px; 42 right: 3px;
43 top: 3px; 43 top: 3px;
44 width: 15px; 44 width: 15px;
45} 45}
46.ytip .ytip-hd { 46.ytip .ytip-hd {
47 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 47 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
48 background-color: navy; 48 background-color: navy;
49 color: #FFF; 49 color: #FFF;
50 display: block; 50 display: block;
51 font: bold 11px tahoma, arial, verdana, helvetica; 51 font: bold 11px tahoma, arial, verdana, helvetica;
52 padding: 4px; 52 padding: 4px;
53} 53}
54.ytip .ytip-hd-left { 54.ytip .ytip-hd-left {
55 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 55 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
56 display: block; 56 display: block;
57 margin: 0px; 57 margin: 0px;
58 padding-left: 3px; 58 padding-left: 3px;
59} 59}
60.ytip .ytip-hd-right { 60.ytip .ytip-hd-right {
61 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px; 61 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px;
62 display: block; 62 display: block;
63 padding-right: 3px; 63 padding-right: 3px;
64} 64}
65y\:qtip, qtip{ 65y\:qtip, qtip{
66 display: none; 66 display: none;
67} 67}