mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 13:14:09 +02:00
[ticket/10453] PM viewmessage page is misplacing the online icon
PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
This commit is contained in:
@@ -884,12 +884,6 @@ dl.mini dt {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
/* PM panel adjustments */
|
||||
.pm-panel-header,
|
||||
#cp-main .pm-message-nav {
|
||||
border-bottom-color: #A4B3BF;
|
||||
}
|
||||
|
||||
/* PM marking colours */
|
||||
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
||||
border-left-color: #BC2A4D;
|
||||
|
@@ -349,31 +349,10 @@ dl.mini dd {
|
||||
}
|
||||
|
||||
/* PM panel adjustments */
|
||||
.pm-panel-header {
|
||||
margin: 0;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed #A4B3BF;
|
||||
}
|
||||
|
||||
.reply-all {
|
||||
display: block;
|
||||
padding-top: 4px;
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pm-panel-message {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.pm-return-to {
|
||||
padding-top: 23px;
|
||||
}
|
||||
|
||||
#cp-main .pm-message-nav {
|
||||
margin: 0;
|
||||
padding: 2px 10px 5px 10px;
|
||||
border-bottom: 1px dashed #A4B3BF;
|
||||
margin-bottom: -60px;
|
||||
position: absolute;
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
/* PM Message history */
|
||||
|
Reference in New Issue
Block a user