diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-12 02:51:33 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-24 00:14:57 +0100 |
commit | e7c26eb443df709b9526d94d7103766baec114b2 (patch) | |
tree | 5a91e51f815d8d33806d6bdbb69ee3eb362a673c /theme/base | |
parent | cae113941d9c2aadcbe4763a481b2bb25a205075 (diff) |
Styles for image max width/height and radio form controls
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index c33f64aca..507733979 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -903,17 +903,15 @@ width:100%; .applications li { list-style-type:none; } -.application img { +.application img, +#showapplication .entity_profile img, +#editapplication .form_data #application_icon img { max-width:96px; max-height:96px; } #showapplication .entity_profile { width:68%; } -#showapplication .entity_profile img { -max-width:96px; -max-height:96px; -} #showapplication .entity_profile .entity_fn { margin-left:0; } @@ -939,6 +937,10 @@ margin-left:1.795%; font-family:monospace; font-size:1.3em; } +#editapplication .form_data #application_types label.radio, +#editapplication .form_data #default_access_types label.radio { +width:15%; +} /* NOTICE */ .notice, |