Added styles for the Profile page

This commit is contained in:
Sarven Capadisli 2009-10-13 13:42:58 +00:00
parent 4dd36a7874
commit a74bb63add
1 changed files with 34 additions and 5 deletions

View File

@ -66,16 +66,22 @@ z-index:9;
iPhone/iPod Touch, Android, Opera Mini Simulator iPhone/iPod Touch, Android, Opera Mini Simulator
*/ */
#form_notice #notice_text-count + label, #form_notice #notice_text-count + label,
#form_notice label[for="notice_data-attach"], #form_notice label[for="notice_data-attach"] {
display:none;
}
#form_notice #notice_data-attach { #form_notice #notice_data-attach {
top:0; top:auto;
/*right:28%; Looks good but no good in iDevice, Android*/ bottom:0;
right:40%; left:0;
right:auto;
opacity:1;
z-index:9;
width:65%;
} }
#form_notice #notice_action-submit { #form_notice #notice_action-submit {
width:20%; width:20%;
right:4%; right:2%;
text-align:center; text-align:center;
} }
@ -127,6 +133,29 @@ margin-right:2%;
} }
.entity_profile {
width:auto;
}
.entity_actions {
margin-right:0;
margin-left:0;
clear:both;
float:left;
width:auto;
max-width:9999px;
}
.entity_profile {
margin-bottom:7px;
}
.entity_actions li {
float:left;
margin-right:2%;
}
#footer { #footer {
width:96%; width:96%;
padding:2%; padding:2%;