Updated Profile view. Works better in Opera Mini, Webkits
This commit is contained in:
parent
dff412a3b1
commit
e6c4dceb5a
@ -145,7 +145,7 @@ margin-right:0;
|
|||||||
margin-left:0;
|
margin-left:0;
|
||||||
clear:both;
|
clear:both;
|
||||||
float:none;
|
float:none;
|
||||||
width:auto;
|
width:100%;
|
||||||
max-width:9999px;
|
max-width:9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -154,12 +154,6 @@ margin-bottom:7px;
|
|||||||
min-height:0;
|
min-height:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_actions li {
|
|
||||||
float:left;
|
|
||||||
margin-right:1.5%;
|
|
||||||
margin-bottom:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entity_profile .entity_fn,
|
.entity_profile .entity_fn,
|
||||||
.entity_profile .entity_nickname,
|
.entity_profile .entity_nickname,
|
||||||
.entity_profile .entity_location,
|
.entity_profile .entity_location,
|
||||||
@ -168,23 +162,37 @@ margin-bottom:0;
|
|||||||
.entity_profile .entity_tags,
|
.entity_profile .entity_tags,
|
||||||
.entity_profile .entity_aliases {
|
.entity_profile .entity_aliases {
|
||||||
line-height:1.4;
|
line-height:1.4;
|
||||||
}
|
margin-left:0;
|
||||||
.form_user_block input.submit,
|
|
||||||
.form_user_unblock input.submit,
|
|
||||||
.form_group_block input.submit,
|
|
||||||
.form_group_unblock input.submit,
|
|
||||||
.entity_send-a-message a,
|
|
||||||
.entity_edit a,
|
|
||||||
.form_user_nudge input.submit,
|
|
||||||
.entity_nudge p,
|
|
||||||
.form_make_admin input.submit {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_depiction {
|
.entity_profile .entity_depiction {
|
||||||
margin-bottom:2%;
|
margin-bottom:1%;
|
||||||
|
margin-right:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entity_actions {
|
||||||
|
margin-bottom:1%;
|
||||||
|
float:left;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entity_actions li {
|
||||||
|
float:left;
|
||||||
|
margin-right:1.5%;
|
||||||
|
margin-bottom:0;
|
||||||
|
height:29px;
|
||||||
|
width:40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user_in .entity_actions .entity_subscribe {
|
||||||
|
margin-bottom:47px;
|
||||||
|
width:auto;
|
||||||
|
height:auto;
|
||||||
|
margin-right:5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
width:96%;
|
width:96%;
|
||||||
padding:2%;
|
padding:2%;
|
||||||
|
Loading…
Reference in New Issue
Block a user