Dzahn has submitted this change and it was merged.

Change subject: Remove obsolete CSS definitions.
......................................................................


Remove obsolete CSS definitions.

The three attachment related definitions were moved into create_attachment.css 
in http://bzr.mozilla.org/bugzilla/4.2/revision/6777 which was then renamed to 
attachment.css in http://bzr.mozilla.org/bugzilla/4.2/revision/7049, and 
attachment.css *is* loaded anyway as can be seen in the source of 
https://bugzilla.wikimedia.org/attachment.cgi?id=1234&action=edit.

The two form#Create definitions were an old 1:1 copy from 
http://bzr.mozilla.org/bugzilla/4.2/view/6363/skins/standard/global.css and got 
removed in http://bzr.mozilla.org/bugzilla/4.2/revision/7219

.image_button got superseded in 
http://bzr.mozilla.org/bugzilla/4.2/revision/8073 and is unused.

tr.bz_row_odd on buglist.cgi is read from skins/standard/buglist.css anyway.

Bug: 54823
Change-Id: I43f5a7059d413ff1c7775bb32ef6d75a2f953c21
---
M skins/contrib/Wikimedia/global.css
1 file changed, 2 insertions(+), 37 deletions(-)

Approvals:
  Aklapper: Looks good to me, but someone else must approve
  Dzahn: Verified; Looks good to me, approved



diff --git a/skins/contrib/Wikimedia/global.css 
b/skins/contrib/Wikimedia/global.css
index f370121..e947c8a 100644
--- a/skins/contrib/Wikimedia/global.css
+++ b/skins/contrib/Wikimedia/global.css
@@ -336,22 +336,6 @@
     padding-left: 1em;
 }
 
-table.attachment_info th {
-    text-align: right;
-    vertical-align: top;
-}
-
-table.attachment_info td {
-    text-align: left;
-    vertical-align: top;
-}
-
-/* Text displayed when the attachment is not viewable by the web browser */
-#noview {
-    text-align: left;
-    vertical-align: middle;
-}
-
 /* For bug fields */
 .uneditable_textarea {
     width: 30em;
@@ -436,30 +420,11 @@
     list-style-type: none;
 }
 
+/* Needed to overwrite vector.css */
 ul.bug_urls {
     list-style-image: none;
 }
 
-form#Create th {
-    text-align: right;
-}
-
-form#Create .comment {
-    vertical-align: top;
-    overflow: auto;
-    color: green;
-    margin: 0 0.5em;
-    padding: 0.3em;
-    height: 8ex;
-}
-
-.image_button {
-    background-repeat: no-repeat;
-    background-position: center center;
-    width: 30px;
-    height: 20px;
-}
-
-.bz_emailprefs tr.bz_row_odd {
+.bz_emailprefs {
     background-color: #f0f0f0;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/91839
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I43f5a7059d413ff1c7775bb32ef6d75a2f953c21
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/bugzilla/modifications
Gerrit-Branch: master
Gerrit-Owner: Aklapper <aklap...@wikimedia.org>
Gerrit-Reviewer: Aklapper <aklap...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to