r99662 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99661‎ | r99662 | r99663 >
Date:00:06, 13 October 2011
Author:reedy
Status:reverted
Tags:
Comment:
Merge some internal duplication of properties by merging type rules
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/android.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/default.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/operamini.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/palm_pre.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/psp.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/simple.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit_old.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/simple.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
@@ -181,15 +181,9 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
186 - background: url(images/buttonbg.gif) no-repeat center;
187 - border: 0;
188 - height: 23px;
189 - width: 83px; }
190 -
191185 #disableButtons {
192186 text-align: center; }
193 - #disableButtons button {
 187+ #disableButtons nav button {
194188 background: url(images/buttonbg.gif) no-repeat center;
195189 border: 0;
196190 height: 23px;
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -182,7 +182,7 @@
183183 padding: 5px 0; }
184184 #nav form, #nav button {
185185 display: inline-block; }
186 - #nav button {
 186+ #nav #disableButtons button {
187187 background: url(images/buttonbg.gif) no-repeat center;
188188 border: 0;
189189 height: 23px;
@@ -190,11 +190,6 @@
191191
192192 #disableButtons {
193193 text-align: center; }
194 - #disableButtons button {
195 - background: url(images/buttonbg.gif) no-repeat center;
196 - border: 0;
197 - height: 23px;
198 - width: 83px; }
199194 #disableButtons #backButton {
200195 margin-top: 5em; }
201196
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -182,7 +182,7 @@
183183 padding: 5px 0; }
184184 #nav form, #nav button {
185185 display: inline-block; }
186 - #nav button {
 186+ #nav #disableButtons button {
187187 background: url(images/buttonbg.gif) no-repeat center;
188188 border: 0;
189189 height: 23px;
@@ -190,11 +190,6 @@
191191
192192 #disableButtons {
193193 text-align: center; }
194 - #disableButtons button {
195 - background: url(images/buttonbg.gif) no-repeat center;
196 - border: 0;
197 - height: 23px;
198 - width: 83px; }
199194 #disableButtons #backButton {
200195 margin-top: 5em; }
201196
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195
Index: trunk/extensions/MobileFrontend/stylesheets/default.css
@@ -181,15 +181,10 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
186 - background: url(images/buttonbg.gif) no-repeat center;
187 - border: 0;
188 - height: 23px;
189 - width: 83px; }
190185
191186 #disableButtons {
192187 text-align: center; }
193 - #disableButtons button {
 188+ #disableButtons #nav button {
194189 background: url(images/buttonbg.gif) no-repeat center;
195190 border: 0;
196191 height: 23px;
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -181,7 +181,7 @@
182182 padding: 5px 0; }
183183 #nav form, #nav button {
184184 display: inline-block; }
185 - #nav button {
 185+ #nav #disableButtons button {
186186 background: url(images/buttonbg.gif) no-repeat center;
187187 border: 0;
188188 height: 23px;
@@ -189,11 +189,6 @@
190190
191191 #disableButtons {
192192 text-align: center; }
193 - #disableButtons button {
194 - background: url(images/buttonbg.gif) no-repeat center;
195 - border: 0;
196 - height: 23px;
197 - width: 83px; }
198193 #disableButtons #backButton {
199194 margin-top: 5em; }
200195

Status & tagging log