Updated apioauthauthorize markup and styles

This commit is contained in:
Sarven Capadisli
2010-01-13 20:10:09 +00:00
committed by Zach Copley
parent cff2cfd7a7
commit 6d58ef4abb
2 changed files with 20 additions and 36 deletions

View File

@@ -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%;
}