Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | <meta name="generator" content="MediaWiki 1.18wmf1" /> |
59 | 59 | <script src="//geoiplookup.wikimedia.org/" type="text/javascript"></script> |
60 | 60 | HTML; |
61 | | - $htmlOut .= '<script type="text/javascript" src="' . $wgScriptPath . '/load.php?lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=vector&version=20111213T185322Z"> </script>\n'; |
| 61 | + $htmlOut .= '<script type="text/javascript" src="' . $wgScriptPath . '/load.php?lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=vector&version=20111213T185322Z"> </script>'; |
62 | 62 | $htmlOut .= <<<HTML |
63 | 63 | <script type="text/javascript"> |
64 | 64 | |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | div#instructions { |
137 | 137 | position: absolute; |
138 | 138 | top: 67px; |
139 | | - left: 440px; |
| 139 | + left: 500px; |
140 | 140 | text-align: left; |
141 | 141 | width: 500px; |
142 | 142 | padding-bottom: 30px; |
— | — | @@ -145,9 +145,9 @@ |
146 | 146 | } |
147 | 147 | div#contacts { |
148 | 148 | position: absolute; |
149 | | - top: 350px; |
| 149 | + top: 50px; |
150 | 150 | left: 110px; |
151 | | - width: 260px; |
| 151 | + width: 320px; |
152 | 152 | background-color: #161616; |
153 | 153 | padding: 5px 20px 20px 20px; |
154 | 154 | filter:alpha(opacity=90); |