summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/basic-dialog.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/basic-dialog.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
index 2b1e20c..cfe6915 100644
--- a/frontend/beta/css/yui-extensions/basic-dialog.css
+++ b/frontend/beta/css/yui-extensions/basic-dialog.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.ydlg-proxy { 1.ydlg-proxy {
27 background-image: url(./images/default/gradient-bg.gif); 2 background-image: url(./images/default/gradient-bg.gif);
28 background-color:#c3daf9; 3 background-color:#c3daf9;
29 border:1px solid #6593cf; 4 border:1px solid #6593cf;
30 z-index:10001; 5 z-index:10001;
31 overflow:hidden; 6 overflow:hidden;
32 position:absolute; 7 position:absolute;
33 left:0;top:0; 8 left:0;top:0;
34} 9}
35.ydlg-shadow{ 10.ydlg-shadow{
36 background:#aaaaaa; 11 background:#aaaaaa;
37 position:absolute; 12 position:absolute;
38 left:0;top:0; 13 left:0;top:0;
39} 14}
40.ydlg-focus{ 15.ydlg-focus{
41 -moz-outline:0 none; 16 -moz-outline:0 none;
42 outline:0 none; 17 outline:0 none;
43 width:0; 18 width:0;
44 height:0; 19 height:0;
45 overflow:hidden; 20 overflow:hidden;
46 position:absolute; 21 position:absolute;
47 top:0; 22 top:0;
48 left:0; 23 left:0;
49} 24}
50.ydlg-mask{ 25.ydlg-mask{
51 z-index:10000; 26 z-index:10000;
52 display:none; 27 display:none;
53 position:absolute; 28 position:absolute;
54 top:0; 29 top:0;
55 left:0; 30 left:0;
56 -moz-opacity: 0.5; 31 -moz-opacity: 0.5;
57 opacity:.50; 32 opacity:.50;
58 filter: alpha(opacity=50); 33 filter: alpha(opacity=50);
59 background-color:#CCC; 34 background-color:#CCC;
60} 35}
61body.masked{ 36body.masked{
62} 37}
63body.masked select { 38body.masked select {
64 visibility:hidden; 39 visibility:hidden;
65} 40}
66body.masked .ydlg select { 41body.masked .ydlg select {
67 visibility:visible; 42 visibility:visible;
68} 43}
69.ydlg{ 44.ydlg{
70 z-index:10001; 45 z-index:10001;
71 overflow:hidden; 46 overflow:hidden;
72 position:absolute; 47 position:absolute;
73 left:300;top:0; 48 left:300;top:0;