jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/383394 )
Change subject: noc: Remove unused bugzilla-ish global.css ...................................................................... noc: Remove unused bugzilla-ish global.css These selectors either all don't match on current noc/index.html, or are obsolete with the Vector styles used there. Change-Id: I95887767edaf1ca88d2158b10ee9afd96089ccef --- D docroot/noc/css/global.css D docroot/noc/css/images/global/calendar.png D docroot/noc/css/images/global/down.png D docroot/noc/css/images/global/left.png D docroot/noc/css/images/global/right.png D docroot/noc/css/images/global/up.png M docroot/noc/index.html 7 files changed, 0 insertions(+), 267 deletions(-) Approvals: Krinkle: Looks good to me, approved jenkins-bot: Verified diff --git a/docroot/noc/css/global.css b/docroot/noc/css/global.css deleted file mode 100644 index e3c614a..0000000 --- a/docroot/noc/css/global.css +++ /dev/null @@ -1,266 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * 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. - * - * Contributor(s): Byron Jones <[email protected]> - * Christian Reis <[email protected]> - * Vitaly Harisov <[email protected]> - * Svetlana Harisova <[email protected]> - * Marc Schumann <[email protected]> - * Pascal Held <[email protected]> - */ - -/* global (begin) */ -/* global (end) */ - -/* header (begin) */ - - #message { - border: 1px solid red; - margin: 0.3em 0em; - padding: 0.3em; - color: green; - } - -/* header (end) */ - - -/* banner (end) */ - -/* titles (begin) */ - #titles { - width: 100%; - background-color: #404D6C; - color: #fff; - -moz-border-radius-topleft: 5px; - -moz-border-radius-topright: 5px; - font-size: 110%; - margin: 0; - padding: 0.5em; - vertical-align: bottom; - } - - #titles a { - color: #fff; - } - - #titles p { - margin: 0; - padding: 0; - } - - #titles #title { - font-weight: bold; - white-space: nowrap; - } - - #titles #subtitle { - font-weight: normal; - width: 100%; - text-align: center; - } - - #titles #information { - font-weight: normal; - text-align: right; - font-size: 90%; - white-space: nowrap; - } - -/* titles (end) */ - -/* footer (begin) - * See also the "header" section for styles that apply - * to both the header and footer. - */ -/* footer (end) */ - - -/* generic (begin) */ - a { - color: #039; - } - - a:visited { - color: #636; - } - - a:hover { - color: #333; - } - - a:active { - color: #000; - } - - .clickable_area { - cursor: pointer; - } -/* generic (end) */ - -/* Links that control whether or not something is visible. */ -a.controller { - font-size: 115%; -} - -div#docslinks { - float: right; - border: 1px solid black; - padding: 1ex; - font-size: 80%; -} - -#docslinks h2 { - margin: 0; -} - -span.quote { - color: #65379c; - /* Make quoted text not wrap. */ - white-space: pre; -} - -table#flags th, -table#flags td { - vertical-align: middle; - text-align: left; -} - -.flag_select { - min-width: 3em; -} - -#error_msg { - font-size: x-large; -} - -.throw_error { - background-color: #ff0000; - color: black; - font-size: 120%; - margin: 1em; - padding: 0.5em 1em; -} - -dt { - font-weight: bolder; -} -body > dl > dt { - border-top: dotted gray thin; -} -dl dl > dt { - border-top: none; -} - -#admin_table th { - white-space: normal !important; -} - -div.user_match { - margin-bottom: 1em; -} - -.box { - border: 1px solid black; - color: black; - background-color: #ffc; - margin: 1em; - padding: 0.5em 1em; -} - -.collapsed { - display: none; -} - -/* Rules specific for printing */ -@media print { - #header, #footer { - display: none; - } - - body { - background-image: none; - background-color: #fff; - } -} - -.field_label { - text-align: right; - vertical-align: top; - font-weight: bold; - white-space: nowrap; -} - -.field_value, form#Create th, form#Create td { - vertical-align: top; -} - -.calendar_button { - background: transparent url("images/global/calendar.png") no-repeat; - width: 20px; - height: 20px; - vertical-align: middle; -} -.calendar_button span { display: none } -/* These classes are set by YUI. */ -.yui-calcontainer { - display: none; - background-color: white; - padding: 10px; - border: 1px solid #404D6C; -} - -.bug_urls { - margin: 0 0 1em 0; - padding: 0; - list-style-type: 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; -} - -#select_button { - background-image: url(images/global/right.png); -} - -#deselect_button { - background-image: url(images/global/left.png); -} - -#up_button { - background-image: url(images/global/up.png); -} - -#down_button { - background-image: url(images/global/down.png); -} diff --git a/docroot/noc/css/images/global/calendar.png b/docroot/noc/css/images/global/calendar.png deleted file mode 100644 index d1ff0dc..0000000 --- a/docroot/noc/css/images/global/calendar.png +++ /dev/null Binary files differ diff --git a/docroot/noc/css/images/global/down.png b/docroot/noc/css/images/global/down.png deleted file mode 100644 index 78a9e63..0000000 --- a/docroot/noc/css/images/global/down.png +++ /dev/null Binary files differ diff --git a/docroot/noc/css/images/global/left.png b/docroot/noc/css/images/global/left.png deleted file mode 100644 index 085eb4d..0000000 --- a/docroot/noc/css/images/global/left.png +++ /dev/null Binary files differ diff --git a/docroot/noc/css/images/global/right.png b/docroot/noc/css/images/global/right.png deleted file mode 100644 index 9b7cc45..0000000 --- a/docroot/noc/css/images/global/right.png +++ /dev/null Binary files differ diff --git a/docroot/noc/css/images/global/up.png b/docroot/noc/css/images/global/up.png deleted file mode 100644 index 240d483..0000000 --- a/docroot/noc/css/images/global/up.png +++ /dev/null Binary files differ diff --git a/docroot/noc/index.html b/docroot/noc/index.html index 4a84156..ebee74c 100644 --- a/docroot/noc/index.html +++ b/docroot/noc/index.html @@ -4,7 +4,6 @@ <meta charset="UTF-8"> <title>Wikimedia NOC</title> <link rel="stylesheet" href="css/vector.css"> - <link rel="stylesheet" href="css/global.css"> <link rel="stylesheet" href="css/index.css"> <meta name="robots" content="index,follow"> <style>dd { margin-bottom: 1em; }</style> -- To view, visit https://gerrit.wikimedia.org/r/383394 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I95887767edaf1ca88d2158b10ee9afd96089ccef Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Urbanecm <[email protected]> Gerrit-Reviewer: Zoranzoki21 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
