summaryrefslogtreecommitdiff
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2012-06-16 07:23:07 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2012-06-16 07:23:07 (UTC)
commit215d8fc16f628bd4d96ab5c793e811a0d3350019 (patch) (unidiff)
treeb87fda148ef781653111a8014a1fb79bc5fb581b
parent9ae34bd825e9390eedb1a8c9842b2515699dac99 (diff)
parent052d05310292c62876295ab8623496788b893f4b (diff)
downloadclipperz-215d8fc16f628bd4d96ab5c793e811a0d3350019.zip
clipperz-215d8fc16f628bd4d96ab5c793e811a0d3350019.tar.gz
clipperz-215d8fc16f628bd4d96ab5c793e811a0d3350019.tar.bz2
Merge pull request #42 from jokajak/issue38
Remove reference to missing images
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
index bad0679..5a9f311 100644
--- a/frontend/beta/css/yui-extensions/basic-dialog.css
+++ b/frontend/beta/css/yui-extensions/basic-dialog.css
@@ -3,49 +3,48 @@
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 background-image: url(../images/default/gradient-bg.gif);
28 background-color:#c3daf9; 27 background-color:#c3daf9;
29 border:1px solid #6593cf; 28 border:1px solid #6593cf;
30 z-index:10001; 29 z-index:10001;
31 overflow:hidden; 30 overflow:hidden;
32 position:absolute; 31 position:absolute;
33 left:0;top:0; 32 left:0;top:0;
34} 33}
35.ydlg-shadow{ 34.ydlg-shadow{
36 background:#aaaaaa; 35 background:#aaaaaa;
37 position:absolute; 36 position:absolute;
38 left:0;top:0; 37 left:0;top:0;
39} 38}
40.ydlg-focus{ 39.ydlg-focus{
41 -moz-outline:0 none; 40 -moz-outline:0 none;
42 outline:0 none; 41 outline:0 none;
43 width:0; 42 width:0;
44 height:0; 43 height:0;
45 overflow:hidden; 44 overflow:hidden;
46 position:absolute; 45 position:absolute;
47 top:0; 46 top:0;
48 left:0; 47 left:0;
49} 48}
50.ydlg-mask{ 49.ydlg-mask{
51 z-index:10000; 50 z-index:10000;
@@ -72,49 +71,48 @@ body.masked .ydlg select {
72 position:absolute; 71 position:absolute;
73 left:300;top:0; 72 left:300;top:0;
74} 73}
75.yresizable-proxy{ 74.yresizable-proxy{
76 z-index:10002; 75 z-index:10002;
77} 76}
78.ydlg .ydlg-hd { 77.ydlg .ydlg-hd {
79 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 78 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
80 background-color:navy; 79 background-color:navy;
81 color:#ffffff; 80 color:#ffffff;
82 font:bold 12px "sans serif", tahoma, verdana, helvetica; 81 font:bold 12px "sans serif", tahoma, verdana, helvetica;
83 overflow:hidden; 82 overflow:hidden;
84 padding:5px; 83 padding:5px;
85} 84}
86.ydlg .ydlg-hd-left { 85.ydlg .ydlg-hd-left {
87 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 86 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
88 padding-left:3px; 87 padding-left:3px;
89 margin:0px; 88 margin:0px;
90} 89}
91.ydlg .ydlg-hd-right { 90.ydlg .ydlg-hd-right {
92 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 91 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
93 padding-right:3px; 92 padding-right:3px;
94} 93}
95.ydlg .ydlg-dlg-body{ 94.ydlg .ydlg-dlg-body{
96 background:url(../images/default/layout/gradient-bg.gif);
97 border:1px solid #6593cf; 95 border:1px solid #6593cf;
98 border-top:0 none; 96 border-top:0 none;
99 padding:10px; 97 padding:10px;
100 overflow:hidden; 98 overflow:hidden;
101} 99}
102.ydlg .ydlg-bd{ 100.ydlg .ydlg-bd{
103 overflow:hidden; 101 overflow:hidden;
104} 102}
105.ydlg .ydlg-ft{ 103.ydlg .ydlg-ft{
106 overflow:hidden; 104 overflow:hidden;
107 padding:5px; 105 padding:5px;
108 padding-bottom:0; 106 padding-bottom:0;
109} 107}
110.ydlg .yui-ext-tabbody{ 108.ydlg .yui-ext-tabbody{
111 background:white; 109 background:white;
112 overflow:auto; 110 overflow:auto;
113} 111}
114.ydlg .ytabs-top .yui-ext-tabbody{ 112.ydlg .ytabs-top .yui-ext-tabbody{
115 border:1px solid #6593cf; 113 border:1px solid #6593cf;
116 border-top:0 none; 114 border-top:0 none;
117} 115}
118.ydlg .ytabs-bottom .yui-ext-tabbody{ 116.ydlg .ytabs-bottom .yui-ext-tabbody{
119 border:1px solid #6593cf; 117 border:1px solid #6593cf;
120 border-bottom:0 none; 118 border-bottom:0 none;