diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d9f8da71391..f9b2f12cbc4 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -379,6 +379,12 @@ table.userinfobox { text-align:right; } +.forumpost .link { + padding-top: 0.5em; + text-align:right; +} + + .forumpost .left { width: 35px; padding: 4px; @@ -390,6 +396,10 @@ table.userinfobox { margin-left: 30px; } +body#user-view .forumpost { + width: 100%; +} + body#mod-forum-search .c0 { text-align: right; }