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