summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/dd.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/dd.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/dd.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/dd.css b/frontend/beta/css/yui-extensions/dd.css
index 87cfdae..055a841 100644
--- a/frontend/beta/css/yui-extensions/dd.css
+++ b/frontend/beta/css/yui-extensions/dd.css
@@ -1,73 +1,48 @@
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.ydd-drag-proxy{ 1.ydd-drag-proxy{
27 position:absolute; 2 position:absolute;
28 left:0;top:0; 3 left:0;top:0;
29 visibility:hidden; 4 visibility:hidden;
30 z-index:15000; 5 z-index:15000;
31} 6}
32.ydd-drag-ghost{ 7.ydd-drag-ghost{
33 color: black; 8 color: black;
34 font: normal 11px arial, helvetica, sans-serif; 9 font: normal 11px arial, helvetica, sans-serif;
35 -moz-opacity: 0.85; 10 -moz-opacity: 0.85;
36 opacity:.85; 11 opacity:.85;
37 filter: alpha(opacity=85); 12 filter: alpha(opacity=85);
38 border-top:1px solid #dddddd; 13 border-top:1px solid #dddddd;
39 border-left:1px solid #dddddd; 14 border-left:1px solid #dddddd;
40 border-right:1px solid #bbbbbb; 15 border-right:1px solid #bbbbbb;
41 border-bottom:1px solid #bbbbbb; 16 border-bottom:1px solid #bbbbbb;
42 padding:3px; 17 padding:3px;
43 padding-left:20px; 18 padding-left:20px;
44 background-color:white; 19 background-color:white;
45 white-space:nowrap; 20 white-space:nowrap;
46} 21}
47.ydd-drag-repair .ydd-drag-ghost{ 22.ydd-drag-repair .ydd-drag-ghost{
48 -moz-opacity: 0.4; 23 -moz-opacity: 0.4;
49 opacity:.4; 24 opacity:.4;
50 filter: alpha(opacity=40); 25 filter: alpha(opacity=40);
51 border:0 none; 26 border:0 none;
52 padding:0; 27 padding:0;
53 background-color:transparent; 28 background-color:transparent;
54} 29}
55.ydd-drag-repair .ydd-drop-icon{ 30.ydd-drag-repair .ydd-drop-icon{
56 visibility:hidden; 31 visibility:hidden;
57} 32}
58.ydd-drop-icon{ 33.ydd-drop-icon{
59 position:absolute; 34 position:absolute;
60 top:3px; 35 top:3px;
61 left:3px; 36 left:3px;
62 display:block; 37 display:block;
63 width:16px; 38 width:16px;
64 height:16px; 39 height:16px;
65 background-color:transparent; 40 background-color:transparent;
66 background-position: center; 41 background-position: center;
67 background-repeat: no-repeat; 42 background-repeat: no-repeat;
68 z-index:1; 43 z-index:1;
69} 44}
70.ydd-drop-nodrop .ydd-drop-icon{ 45.ydd-drop-nodrop .ydd-drop-icon{
71 background-image: url(./images/default/dd/drop-no.gif); 46 background-image: url(./images/default/dd/drop-no.gif);
72} 47}
73.ydd-drop-ok .ydd-drop-icon{ 48.ydd-drop-ok .ydd-drop-icon{