r113288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113287‎ | r113288 | r113289 >
Date:20:26, 7 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
correct #results positioning again

was not displaying correctly on android, iphone
or chrome
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/common.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/common.css
@@ -179,8 +179,8 @@
180180 border-bottom: 1px solid #888;
181181 z-index: 2;
182182 position: absolute;
183 - left: 52px; /* #searchbox padding left 44px + margin-left */
184 - right: 40px; /* #searchbox padding right 32px + header margin-right */
 183+ left: 53px; /* #searchbox padding left 44px + #header margin-left + #searchbox border right */
 184+ right: 41px; /* #searchbox padding right 32px + #header margin-right + #searchbox border left*/
185185 }
186186
187187 html[dir="rtl"] #results {

Status & tagging log