r52985 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52984‎ | r52985 | r52986 >
Date:16:28, 9 July 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed IE compatibility problem with button rendering.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css
@@ -1,24 +1,22 @@
22 div.optin-accept {
33 float: left;
4 - margin-right: 1em;
5 - margin-bottom: 1em;
64 background-image: url(images/accept-border.png);
7 -}
8 -div.optin-deny {
9 - float: left;
 5+ margin: 0;
106 margin-right: 1em;
117 margin-bottom: 1em;
12 - background-image: url(images/deny-border.png);
 8+ padding: 4px;
139 }
1410 div.optin-accept div {
1511 float: left;
1612 background-image: url(images/accept-base.png);
17 - margin: 4px;
 13+ margin: 0;
 14+ padding: 0;
1815 }
1916 div.optin-accept div div {
2017 background-image: url(images/accept-tl.png);
2118 background-position: top left;
2219 background-repeat: no-repeat;
 20+ margin: 0;
2321 margin: -4px;
2422 }
2523 div.optin-accept div div div {
@@ -49,15 +47,25 @@
5048 div.optin-accept div div div div a:hover {
5149 text-decoration: none;
5250 }
 51+div.optin-deny {
 52+ float: left;
 53+ background-image: url(images/deny-border.png);
 54+ margin: 0;
 55+ margin-right: 1em;
 56+ margin-bottom: 1em;
 57+ padding: 4px;
 58+}
5359 div.optin-deny div {
5460 float: left;
5561 background-image: url(images/deny-base.png);
56 - margin: 4px;
 62+ margin: 0;
 63+ padding: 0;
5764 }
5865 div.optin-deny div div {
5966 background-image: url(images/deny-tl.png);
6067 background-position: top left;
6168 background-repeat: no-repeat;
 69+ margin: 0;
6270 margin: -4px;
6371 }
6472 div.optin-deny div div div {

Status & tagging log