From d2b62eabbe8b472869e2c8528937a381d61e25b5 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 11 Jun 2012 22:04:21 +0100 Subject: [PATCH] Further tweaks to the still broken zooming chooser --- core/modules/macros/chooser.js | 4 ++-- tw5.com/wiki/styles.css.tid | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/macros/chooser.js b/core/modules/macros/chooser.js index 1305715a3..1f6d4d175 100644 --- a/core/modules/macros/chooser.js +++ b/core/modules/macros/chooser.js @@ -148,7 +148,7 @@ exports.executeMacro = function() { this.chooserDisplayed = false; var wrapperAttributes = { style: { - "position": "fixed", + "position": "absolute", "left": "0", "top": "0", "min-width": "16px", @@ -162,8 +162,8 @@ exports.executeMacro = function() { "padding": "0px 4px 0px 4px", "top": "0", "min-width": "16px", - "z-index": "2000", "background": "#ddd", + "z-index": "2000", "border-right": "1px solid #aaa" } }; diff --git a/tw5.com/wiki/styles.css.tid b/tw5.com/wiki/styles.css.tid index 521399059..6bad9a3e4 100644 --- a/tw5.com/wiki/styles.css.tid +++ b/tw5.com/wiki/styles.css.tid @@ -4,7 +4,7 @@ type: text/css body { position: relative; background: #eee; - margin-top: 40px; + padding-top: 40px; } .tw-story-element {