diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-13 20:10:09 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:05 -0800 |
commit | 6d58ef4abb12d735b6be777ea79f99a07c68694a (patch) | |
tree | 6cbfba81640e2b1476e98144b86a86c8ad4022a9 /theme/base/css | |
parent | cff2cfd7a7566542ce860410e7ef006a84869c7e (diff) |
Updated apioauthauthorize markup and styles
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 82670c964..ff81d3727 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -177,7 +177,8 @@ font-weight:bold; #form_password_recover legend, #form_password_change legend, .form_entity_block legend, -#form_filter_bytag legend { +#form_filter_bytag legend, +#apioauthauthorize_allowdeny { display:none; } @@ -906,10 +907,15 @@ list-style-type:none; } .application img, #showapplication .entity_profile img, -#editapplication .form_data #application_icon img { +#editapplication .form_data #application_icon, +#apioauthauthorize .form_data img { max-width:96px; max-height:96px; } +#apioauthauthorize .form_data img { +margin-right:18px; +float:left; +} #showapplication .entity_profile { width:68%; } |