summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-12 01:02:55 +0000
committerSarven Capadisli <csarven@status.net>2010-01-24 00:14:31 +0100
commitaaa2dd2712504dc9399d6cc5e1a002eb08ce6d4f (patch)
tree5deb053a10649fb31b021eaabc0a1441e2b78a7e /theme
parent51fdba09d4bdc2b933e40c9ea5ea6de76c4aa799 (diff)
Styles for application details page
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2e4c88dfa..5e280bdfe 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -894,6 +894,39 @@ font-weight:normal;
margin-right:11px;
}
+#showapplication .entity_profile {
+width:68%;
+}
+#showapplication .entity_profile img {
+max-width:96px;
+max-height:96px;
+}
+#showapplication .entity_profile .entity_fn {
+margin-left:0;
+}
+#showapplication .entity_profile .entity_fn .fn:before,
+#showapplication .entity_profile .entity_fn .fn:after {
+content:'';
+}
+#showapplication .entity_data {
+clear:both;
+margin-bottom:18px;
+}
+#showapplication .entity_data h2 {
+display:none;
+}
+#showapplication .entity_data dl {
+margin-bottom:18px;
+}
+#showapplication .entity_data dt {
+font-weight:bold;
+}
+#showapplication .entity_data dd {
+margin-left:1.795%;
+font-family:monospace;
+font-size:1.3em;
+}
+
/* NOTICE */
.notice,
.profile {