summaryrefslogtreecommitdiff
path: root/frontend
authorJosh <jokajak@gmail.com>2012-06-16 02:41:01 (UTC)
committer Josh <jokajak@gmail.com>2012-06-16 02:41:01 (UTC)
commit052d05310292c62876295ab8623496788b893f4b (patch) (unidiff)
tree1df4a9cb97e4ed4745e0a4097af700916ce210b3 /frontend
parent36ff1deefcbbd24aceca97eb39a13f9da4af8ff5 (diff)
downloadclipperz-052d05310292c62876295ab8623496788b893f4b.zip
clipperz-052d05310292c62876295ab8623496788b893f4b.tar.gz
clipperz-052d05310292c62876295ab8623496788b893f4b.tar.bz2
Remove reference to missing images
This removes references to image files that are missing that don't affect the display.
Diffstat (limited to 'frontend') (more/less context) (ignore 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
@@ -21,13 +21,12 @@ refer to http://www.clipperz.com.
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;
@@ -90,13 +89,12 @@ body.masked .ydlg select {
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{