This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/organize/css/organize_dialog.css

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;
}