function show()
{
- $this->out->elementStart('div', 'account_profile_block section');
+ $this->out->elementStart('div', 'profile_block account_profile_block section');
if (Event::handle('StartShowAccountProfileBlock', array($this->out, $this->profile))) {
parent::show();
Event::handle('EndShowAccountProfileBlock', array($this->out, $this->profile));
function show()
{
- $this->out->elementStart('div', 'group_profile_block section');
+ $this->out->elementStart('div', 'profile_block group_profile_block section');
if (Event::handle('StartShowGroupProfileBlock', array($this->out, $this->group))) {
parent::show();
Event::handle('EndShowGroupProfileBlock', array($this->out, $this->group));
padding:0;
width:16px;
height:16px;
+ position: relative;
+ top: -3px;
}
.entity_profile .entity_nickname,
text-transform: uppercase;
}
+.profile_block .entity_actions {
+ float: right;
+ width: 110px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+}
+
+.profile_block .entity_moderation:hover ul,
+.profile_block .entity_role:hover ul {
+ right: 20px;
+}
+
.profile_block_name {
font-size: 14px;
font-weight: bold;
line-height: 1.2em;
}
-.profile_block .entity_actions {
- float: left;
- margin-left: 0px;
-}
-
-.profile_block .entity_moderation:hover ul,
-.profile_block .entity_role:hover ul {
- left: 20px;
-}
-
-.profile_block a.profiledetail {
- display: block;
-}
-
.section ul.entities {
width: 240px;
}