Added left-oriented profile support.

This commit is contained in:
Accensus 2017-06-18 16:31:46 +03:00
parent 1616238f81
commit d1daf3d95b

View file

@ -295,6 +295,12 @@ div[class].topic-actions {
clear: both;
}
.leftprofile .postbody {
float: right;
border-left: 1px solid #FFFFFF;
padding-left: 10px;
}
.postbody .ignore {
font-size: 1.1em;
}
@ -803,6 +809,15 @@ fieldset.polls dd div {
float: right;
display: inline;
}
.leftprofile .postprofile {
float: left;
border-left: none;
padding-left: 0px;
margin-left: 0px;
width: 150px;
}
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}
@ -828,6 +843,10 @@ fieldset.polls dd div {
background-repeat: no-repeat;
}
.leftprofile .online {
background-position: 100% 0;
}
/* Poster profile used by search*/
.search .postprofile {
width: 30%;