Files
gallery3/modules/organize/css/organize_dialog.css
Bharat Mediratta 89597e7e70 Add a spinner to the dialog when loading the iframe so that it's not
just a blank dialog.  Create separate CSS for dialog vs. frame.
Don't show the Loading message for the first load.
2011-01-06 23:43:26 -08:00

18 lines
335 B
CSS

#g-organize-frame {
border: 0px;
width: 100%;
height: 100%;
}
#g-organize-app-loading {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-image: url(../vendor/ext/images/default/tree/loading.gif);
background-position: center center;
background-repeat: no-repeat;
}