summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-18 18:48:19 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-18 18:48:19 +0000
commit730c173238841cdc4d52bb074e53d4a74f7871bf (patch)
tree2926f145b74e58930280aa11376fa854d714fe9e /theme
parent3a0c6d6c6d33bf343c832be3bc38ec85062588c4 (diff)
Updated markup and CSS for attachment_view
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index daf5ada1c..8957a5b40 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1018,6 +1018,22 @@ border-radius:7px;
-webkit-border-radius:7px;
}
+#attachment_view #oembed_info {
+margin-top:11px;
+}
+#attachment_view #oembed_info dt,
+#attachment_view #oembed_info dd {
+float:left;
+}
+#attachment_view #oembed_info dt {
+clear:left;
+margin-right:11px;
+font-weight:bold;
+}
+#attachment_view #oembed_info dt:after {
+content: ":";
+}
+
#usergroups #new_group {
float: left;
margin-right: 2em;
@@ -1284,9 +1300,3 @@ display:none;
.guide {
clear:both;
}
-
-dl.oembed_info dt,
-dl.oembed_info dd {
-display: inline;
-}
-