author | Josh <jokajak@gmail.com> | 2012-06-16 02:41:01 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-06-16 02:41:01 (UTC) |
commit | 052d05310292c62876295ab8623496788b893f4b (patch) (side-by-side diff) | |
tree | 1df4a9cb97e4ed4745e0a4097af700916ce210b3 /frontend/beta | |
parent | 36ff1deefcbbd24aceca97eb39a13f9da4af8ff5 (diff) | |
download | clipperz-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.
-rw-r--r-- | frontend/beta/css/yui-extensions/basic-dialog.css | 2 |
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 @@ -15,25 +15,24 @@ refer to http://www.clipperz.com. * Clipperz Community Edition is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. * You should have received a copy of the GNU Affero General Public License along with Clipperz Community Edition. If not, see <http://www.gnu.org/licenses/>. */ .ydlg-proxy {
- background-image: url(../images/default/gradient-bg.gif);
background-color:#c3daf9;
border:1px solid #6593cf;
z-index:10001;
overflow:hidden;
position:absolute;
left:0;top:0;
}
.ydlg-shadow{
background:#aaaaaa;
position:absolute;
left:0;top:0;
}
@@ -84,25 +83,24 @@ body.masked .ydlg select { padding:5px;
}
.ydlg .ydlg-hd-left {
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
padding-left:3px;
margin:0px;
}
.ydlg .ydlg-hd-right {
background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
padding-right:3px;
}
.ydlg .ydlg-dlg-body{
- background:url(../images/default/layout/gradient-bg.gif);
border:1px solid #6593cf;
border-top:0 none;
padding:10px;
overflow:hidden;
}
.ydlg .ydlg-bd{
overflow:hidden;
}
.ydlg .ydlg-ft{
overflow:hidden;
padding:5px;
padding-bottom:0;
|