You are here

simple_dialog.css in Simple Dialog 8

Same filename and directory in other branches
  1. 7 css/simple_dialog.css
.simple-dialog-ajax-loader {
  background: url(images/ajax_loader_white_bg.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display:block;
}

File

css/simple_dialog.css
View source
  1. .simple-dialog-ajax-loader {
  2. background: url(images/ajax_loader_white_bg.gif) no-repeat center center;
  3. width: 100%;
  4. height: 100%;
  5. min-height: 100px;
  6. display:block;
  7. }