1
0
Fork 0
forked from 0x2620/oxjs

add auto variant of loading screen and image element

This commit is contained in:
rolux 2013-03-08 08:48:49 +00:00
commit 43d5bee70a
3 changed files with 57 additions and 14 deletions

View file

@ -2701,6 +2701,19 @@ Miscellaneous
.OxLoadingScreen > div > div {
margin-top: 4px;
}
.OxLoadingScreen.OxAuto {
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.OxLoadingScreen.OxAuto > div {
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.OxSpecialLink {
padding: 0 2px 0 2px;