diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-12 01:02:55 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-14 02:41:07 +0000 |
commit | a6cc614aaa1e0ea081b090da37cf6ab32782b73c (patch) | |
tree | c1e0a0523e31e7e9017066862dea44c6b7f18f20 /theme/base/css | |
parent | f1e075cf4a15b75d45dc8391264394fbecf5c3ae (diff) |
Styles for application details page
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 33 |
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 { |