Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/87057
Change subject: Update CSS for duplicates.cgi from upstream ...................................................................... Update CSS for duplicates.cgi from upstream Our version of duplicates.css was an ancient 1:1 copy of upstream CSS. Upstream CSS was updated in February 2010 in http://bzr.mozilla.org/bugzilla/4.2/revision/6952 . Apply that change - so it's still a 1:1 copy, but no delta anymore. Bug: 54823 Change-Id: Ida5b2862e78d8762287773c3bd99b747b678a8f3 --- M skins/contrib/Wikimedia/duplicates.css 1 file changed, 30 insertions(+), 15 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/bugzilla/modifications refs/changes/57/87057/1 diff --git a/skins/contrib/Wikimedia/duplicates.css b/skins/contrib/Wikimedia/duplicates.css index 9948b78..e89b72c 100644 --- a/skins/contrib/Wikimedia/duplicates.css +++ b/skins/contrib/Wikimedia/duplicates.css @@ -10,25 +10,40 @@ * * The Original Code is the Bugzilla Bug Tracking System. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Everything Solved, Inc. + * Portions created by the Initial Developer are Copyright (C) 2009 + * the Initial Developer. All Rights Reserved. * - * Contributor(s): Myk Melez <[email protected]> + * Contributor(s): + * Max Kanat-Alexander <[email protected]> */ -tree#results-tree { - margin-right: 0px; - border-right-width: 0px; - margin-left: 0px; - border-left-width: 0px; +#duplicates_table { + border-collapse: collapse; } -treechildren:-moz-tree-cell-text(resolution-FIXED) { - text-decoration: line-through; +#duplicates_table .resolved { + background-color: #d9d9d9; + color: black; } -treecol#id_column { width: 6em; } -treecol#duplicate_count_column { width: 5em; } -treecol#duplicate_delta_column { width: 5em; } +#duplicates_table thead tr { + background-color: #ccc; + color: black; +} + +#duplicates_table thead tr th { + vertical-align: middle; +} + +#duplicates_table td, #duplicates_table th { + border: 1px solid black; + padding: .1em .25em; +} + +#duplicates_table tbody td { + text-align: center; +} +#duplicates_table tbody td.short_desc { + text-align: left; +} -- To view, visit https://gerrit.wikimedia.org/r/87057 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida5b2862e78d8762287773c3bd99b747b678a8f3 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
