silverstripe-framework/thirdparty/greybox/greybox.css
Ingo Schommer 3d7b4894dc MINOR Moved jsparty/jquery/plugins/greybox to sapphire/thirdparty/greybox
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93553 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:17:48 +13:00

57 lines
779 B
CSS

html, body {
padding: 0;
margin: 0;
min-height: 100%;
height: 100%;
width: 100%;
}
#GB_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background-color:#000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
#GB_window {
top: 50%;
left: 50%;
position: fixed;
background: #fff;
border: 5px solid #aaa;
overflow: auto;
width: 400px;
height: 400px;
z-index: 150;
}
#GB_frame {
border: 0;
overflow: auto;
width: 100%;
height: 378px;
}
#GB_caption {
font: 12px bold helvetica, verdana, sans-serif;
color: #fff;
background: #888;
padding: 2px 0 2px 5px;
margin: 0;
text-align: left;
}
#GB_window img {
position: absolute;
top: 2px;
right: 5px;
cursor: pointer;
cursor: hand;
}