summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-13 20:10:09 +0000
committerZach Copley <zach@status.net>2010-01-14 02:41:09 +0000
commit18533f5b15c119e614cb987c17cd6343b8887498 (patch)
tree03c8a94507f9450192a1e86362e073400b882e27 /theme
parent9f3c47ccb4582ea0a57d460b6ec48184e9d8509e (diff)
Updated apioauthauthorize markup and styles
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 507733979..681d07724 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;
}
@@ -905,10 +906,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%;
}