From fbb591734594219495511f0071fe4757a6d9bf1b Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 3 Apr 2012 19:01:59 +0200 Subject: [PATCH] Fixed search results --- com.woltlab.wcf/template/headInclude.tpl | 2 +- wcfsetup/install/files/style/message.less | 21 ++++++--------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index 232edbecb4..4b0c69a7c0 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -83,7 +83,7 @@ new WCF.Effect.BalloonTooltip(); $('').appendTo('.innerError'); - $('#sidebarContent').wcfSidebar(); + //$('#sidebarContent').wcfSidebar(); WCF.Dropdown.init(); diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 5cbf65d13c..ef4cc048a4 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -323,24 +323,15 @@ li:nth-child(2n+1) .message { } .messageReduced { - .messageCredits { - display: table-cell; - width: 25%; - - > .userAvatar { - float: left; - } - - > div { - padding-left: 50px; - position: relative; - } - } - - .messageFooter > .breadcrumbs { + .contentOptions > .breadcrumbs { bottom: 10px; left: 0; opacity: 1; position: relative; } +} + +/*todo: move*/ +.highlight { + background-color: rgba(255, 200, 0, 1); } \ No newline at end of file -- 2.20.1