blob: 2b39cdf4bd09104c7aaacb13d98f32270af46d39 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | #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;
}
 |