summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-01 20:57:21 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-01 20:57:21 +0000
commitc832888234528f076daf2cdca03d86e68eb51a7d (patch)
tree0d585eadcd0843529f39ba05e7b6258a3f7d08d0 /theme
parent3b6ff92495e7354361fbb7f93ccb83d96c9e4452 (diff)
Centres the overlay container as best as it can (given that we can't
calculate the height of the XHR response container without actually loading it into the DOM).
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 69d1bec59..f2b200376 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1030,6 +1030,10 @@ border-radius:7px;
#jOverlayContent #content img {
max-width:480px;
}
+#jOverlayLoading {
+top:22.5%;
+left:40%;
+}
#attachment_view #oembed_info {
margin-top:11px;
}