diff --git a/zdblack/theme/content.css b/zdblack/theme/content.css index c28dc43..ff75542 100644 --- a/zdblack/theme/content.css +++ b/zdblack/theme/content.css @@ -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%;