summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/basic-dialog.css
authorClipperz <info@clipperz.com>2013-01-09 11:24:13 (UTC)
committer Clipperz <info@clipperz.com>2013-01-09 11:24:13 (UTC)
commit6cfcbb8deeb99b0b88f5ce3b34a5c9aa1877dc57 (patch) (unidiff)
treeae7ed58da6d0f4ce64b7ae4a4ba3f7b1519471d3 /frontend/beta/css/yui-extensions/basic-dialog.css
parentf6903b9a5670370ef742a02092ab72e4227ddcd9 (diff)
parent0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9 (diff)
downloadclipperz-6cfcbb8deeb99b0b88f5ce3b34a5c9aa1877dc57.zip
clipperz-6cfcbb8deeb99b0b88f5ce3b34a5c9aa1877dc57.tar.gz
clipperz-6cfcbb8deeb99b0b88f5ce3b34a5c9aa1877dc57.tar.bz2
Merge branch 'master' of github.com:clipperz/password-manager
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css
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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
index 2b1e20c..5a6cefb 100644
--- a/frontend/beta/css/yui-extensions/basic-dialog.css
+++ b/frontend/beta/css/yui-extensions/basic-dialog.css
@@ -1,192 +1,198 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer 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.ydlg-proxy { 26.ydlg-proxy {
27<<<<<<< HEAD
27 background-image: url(./images/default/gradient-bg.gif); 28 background-image: url(./images/default/gradient-bg.gif);
29=======
30>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
28 background-color:#c3daf9; 31 background-color:#c3daf9;
29 border:1px solid #6593cf; 32 border:1px solid #6593cf;
30 z-index:10001; 33 z-index:10001;
31 overflow:hidden; 34 overflow:hidden;
32 position:absolute; 35 position:absolute;
33 left:0;top:0; 36 left:0;top:0;
34} 37}
35.ydlg-shadow{ 38.ydlg-shadow{
36 background:#aaaaaa; 39 background:#aaaaaa;
37 position:absolute; 40 position:absolute;
38 left:0;top:0; 41 left:0;top:0;
39} 42}
40.ydlg-focus{ 43.ydlg-focus{
41 -moz-outline:0 none; 44 -moz-outline:0 none;
42 outline:0 none; 45 outline:0 none;
43 width:0; 46 width:0;
44 height:0; 47 height:0;
45 overflow:hidden; 48 overflow:hidden;
46 position:absolute; 49 position:absolute;
47 top:0; 50 top:0;
48 left:0; 51 left:0;
49} 52}
50.ydlg-mask{ 53.ydlg-mask{
51 z-index:10000; 54 z-index:10000;
52 display:none; 55 display:none;
53 position:absolute; 56 position:absolute;
54 top:0; 57 top:0;
55 left:0; 58 left:0;
56 -moz-opacity: 0.5; 59 -moz-opacity: 0.5;
57 opacity:.50; 60 opacity:.50;
58 filter: alpha(opacity=50); 61 filter: alpha(opacity=50);
59 background-color:#CCC; 62 background-color:#CCC;
60} 63}
61body.masked{ 64body.masked{
62} 65}
63body.masked select { 66body.masked select {
64 visibility:hidden; 67 visibility:hidden;
65} 68}
66body.masked .ydlg select { 69body.masked .ydlg select {
67 visibility:visible; 70 visibility:visible;
68} 71}
69.ydlg{ 72.ydlg{
70 z-index:10001; 73 z-index:10001;
71 overflow:hidden; 74 overflow:hidden;
72 position:absolute; 75 position:absolute;
73 left:300;top:0; 76 left:300;top:0;
74} 77}
75.yresizable-proxy{ 78.yresizable-proxy{
76 z-index:10002; 79 z-index:10002;
77} 80}
78.ydlg .ydlg-hd { 81.ydlg .ydlg-hd {
79 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 82 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
80 background-color:navy; 83 background-color:navy;
81 color:#ffffff; 84 color:#ffffff;
82 font:bold 12px "sans serif", tahoma, verdana, helvetica; 85 font:bold 12px "sans serif", tahoma, verdana, helvetica;
83 overflow:hidden; 86 overflow:hidden;
84 padding:5px; 87 padding:5px;
85} 88}
86.ydlg .ydlg-hd-left { 89.ydlg .ydlg-hd-left {
87 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 90 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
88 padding-left:3px; 91 padding-left:3px;
89 margin:0px; 92 margin:0px;
90} 93}
91.ydlg .ydlg-hd-right { 94.ydlg .ydlg-hd-right {
92 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 95 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
93 padding-right:3px; 96 padding-right:3px;
94} 97}
95.ydlg .ydlg-dlg-body{ 98.ydlg .ydlg-dlg-body{
99<<<<<<< HEAD
96 background:url(./images/default/layout/gradient-bg.gif); 100 background:url(./images/default/layout/gradient-bg.gif);
101=======
102>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
97 border:1px solid #6593cf; 103 border:1px solid #6593cf;
98 border-top:0 none; 104 border-top:0 none;
99 padding:10px; 105 padding:10px;
100 overflow:hidden; 106 overflow:hidden;
101} 107}
102.ydlg .ydlg-bd{ 108.ydlg .ydlg-bd{
103 overflow:hidden; 109 overflow:hidden;
104} 110}
105.ydlg .ydlg-ft{ 111.ydlg .ydlg-ft{
106 overflow:hidden; 112 overflow:hidden;
107 padding:5px; 113 padding:5px;
108 padding-bottom:0; 114 padding-bottom:0;
109} 115}
110.ydlg .yui-ext-tabbody{ 116.ydlg .yui-ext-tabbody{
111 background:white; 117 background:white;
112 overflow:auto; 118 overflow:auto;
113} 119}
114.ydlg .ytabs-top .yui-ext-tabbody{ 120.ydlg .ytabs-top .yui-ext-tabbody{
115 border:1px solid #6593cf; 121 border:1px solid #6593cf;
116 border-top:0 none; 122 border-top:0 none;
117} 123}
118.ydlg .ytabs-bottom .yui-ext-tabbody{ 124.ydlg .ytabs-bottom .yui-ext-tabbody{
119 border:1px solid #6593cf; 125 border:1px solid #6593cf;
120 border-bottom:0 none; 126 border-bottom:0 none;
121} 127}
122.ydlg .ylayout-container .yui-ext-tabbody{ 128.ydlg .ylayout-container .yui-ext-tabbody{
123 border:0 none; 129 border:0 none;
124} 130}
125.ydlg .inner-tab{ 131.ydlg .inner-tab{
126 margin:5px; 132 margin:5px;
127} 133}
128.ydlg .ydlg-ft .ybtn{ 134.ydlg .ydlg-ft .ybtn{
129 margin-right:5px; 135 margin-right:5px;
130 float:right; 136 float:right;
131 clear:none; 137 clear:none;
132} 138}
133.ydlg .ydlg-ft .ydlg-btns td { 139.ydlg .ydlg-ft .ydlg-btns td {
134 border:0; 140 border:0;
135 padding:0; 141 padding:0;
136} 142}
137.ydlg .ydlg-ft .ydlg-btns-right table{ 143.ydlg .ydlg-ft .ydlg-btns-right table{
138 float:right; 144 float:right;
139 clear:none; 145 clear:none;
140} 146}
141.ydlg .ydlg-ft .ydlg-btns-left table{ 147.ydlg .ydlg-ft .ydlg-btns-left table{
142 float:left; 148 float:left;
143 clear:none; 149 clear:none;
144} 150}
145.ydlg .ydlg-ft .ydlg-btns-center{ 151.ydlg .ydlg-ft .ydlg-btns-center{
146 text-align:center; /*ie*/ 152 text-align:center; /*ie*/
147} 153}
148.ydlg .ydlg-ft .ydlg-btns-center table{ 154.ydlg .ydlg-ft .ydlg-btns-center table{
149 margin:0 auto; /*everyone else*/ 155 margin:0 auto; /*everyone else*/
150} 156}
151.ydlg-draggable .ydlg-hd{ 157.ydlg-draggable .ydlg-hd{
152 cursor:move; 158 cursor:move;
153} 159}
154.ydlg-closable .ydlg-hd{ 160.ydlg-closable .ydlg-hd{
155 padding-right:22px; 161 padding-right:22px;
156} 162}
157.ydlg .ydlg-close { 163.ydlg .ydlg-close {
158 position:absolute; 164 position:absolute;
159 top:4px; 165 top:4px;
160 right:4px; 166 right:4px;
161 z-index:6; 167 z-index:6;
162 height:15px; 168 height:15px;
163 width:15px; 169 width:15px;
164 margin:0; 170 margin:0;
165 padding:0; 171 padding:0;
166 line-height:1px; 172 line-height:1px;
167 font-size:1px; 173 font-size:1px;
168 background-repeat:no-repeat; 174 background-repeat:no-repeat;
169 cursor:pointer; 175 cursor:pointer;
170 visibility:inherit; 176 visibility:inherit;
171 background-image:url(./images/default/basic-dialog/close.gif); 177 background-image:url(./images/default/basic-dialog/close.gif);
172} 178}
173.ydlg div.yresizable-handle-east{ 179.ydlg div.yresizable-handle-east{
174 background-image:url(./images/default/sizer/e-handle-dark.gif); 180 background-image:url(./images/default/sizer/e-handle-dark.gif);
175 border:0; 181 border:0;
176 background-position:left; 182 background-position:left;
177 margin-right:0; 183 margin-right:0;
178} 184}
179.ydlg div.yresizable-handle-south{ 185.ydlg div.yresizable-handle-south{
180 background-image:url(./images/default/sizer/s-handle-dark.gif); 186 background-image:url(./images/default/sizer/s-handle-dark.gif);
181 border:0; 187 border:0;
182 height:6px; 188 height:6px;
183} 189}
184.ydlg div.yresizable-handle-west{ 190.ydlg div.yresizable-handle-west{
185 background-image:url(./images/default/sizer/e-handle-dark.gif); 191 background-image:url(./images/default/sizer/e-handle-dark.gif);
186 border:0; 192 border:0;
187 background-position:1px; 193 background-position:1px;
188} 194}
189.ydlg div.yresizable-handle-north{ 195.ydlg div.yresizable-handle-north{
190 background-image:url(./images/default/s.gif); 196 background-image:url(./images/default/s.gif);
191 border:0; 197 border:0;
192} 198}