summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-03-04 23:43:25 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-04 23:43:25 +0100
commita8b1607938852a61ae05df41681693347dcfaae9 (patch)
tree59680c521fab50ef56bc66dfcc720def398f2d49 /skins
parent8256d4e7716f777523a7fe0cd4b922624d5f9480 (diff)
downloadbugzilla-a8b1607938852a61ae05df41681693347dcfaae9.tar.gz
bugzilla-a8b1607938852a61ae05df41681693347dcfaae9.tar.xz
Bug 956190 (part 2): Merge params.css and editusers.css with admin.css
r/a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/admin.css90
-rw-r--r--skins/standard/editusers.css64
-rw-r--r--skins/standard/params.css77
3 files changed, 90 insertions, 141 deletions
diff --git a/skins/standard/admin.css b/skins/standard/admin.css
index 9367e2a4f..cdf75ac2c 100644
--- a/skins/standard/admin.css
+++ b/skins/standard/admin.css
@@ -84,6 +84,15 @@ td.admin_links dt.forbidden a, td.admin_links dd.forbidden a {
cursor: default;
}
+div.table {
+ display: inline-table;
+}
+
+div.cell {
+ display: table-cell;
+ vertical-align: top;
+}
+
.open-status, .closed-status {
width: 8em;
padding: 0.3em;
@@ -213,3 +222,84 @@ table.schedule_list th, table.search_list th {
border: 1px dotted black;
text-align: center;
}
+
+#group_membership tr.indirect {
+ background-color: #cccccc;
+}
+
+#group_membership th {
+ text-align: left;
+ padding: 0 1ex;
+}
+
+#group_membership th.checkbox, #group_membership td.checkbox {
+ text-align: center;
+ white-space: nowrap;
+}
+
+#user_responsibilities th {
+ text-align: center;
+ padding: 0 1em 1em;
+}
+
+#user_responsibilities th.product {
+ text-align: left;
+ padding: 1em 0 0;
+}
+
+#menu {
+ width: 10em;
+ margin-right: 0.5em;
+ border: solid thin;
+ border-spacing: 0px;
+ border-collapse: collapse;
+ text-align: center;
+ color: black;
+ background-color: #edf2f2;
+ font-weight: normal;
+}
+
+#menu a:link, #menu a:visited {
+ color: #039;
+ background-color: transparent;
+}
+
+#menu a:hover, #menu a:active {
+ color: red;
+ background-color: transparent;
+}
+
+#menu td {
+ border: solid thin;
+ padding: 0.2em 0.5em;
+}
+
+#menu td.selected_section {
+ color: #090;
+ background-color: white;
+}
+
+#menu td.index {
+ color: black;
+ background-color: #edf;
+}
+
+#params_index {
+ padding-left: 1em;
+}
+
+#edit_params dd {
+ margin-bottom: 1.5em;
+}
+
+.sortlist_separator {
+ font-weight: bold;
+ font-size: 80%;
+ background-color: #dddddd;
+}
+
+#contribute {
+ border: 1px dotted black;
+ padding: .5em;
+ font-size: small;
+}
diff --git a/skins/standard/editusers.css b/skins/standard/editusers.css
deleted file mode 100644
index 05cee4b39..000000000
--- a/skins/standard/editusers.css
+++ /dev/null
@@ -1,64 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This Source Code Form is "Incompatible With Secondary Licenses", as
- * defined by the Mozilla Public License, v. 2.0.
- */
-
-table.main {
- border-spacing: 1em;
-}
-table.main tr {
- vertical-align: top;
- border-top: solid thin black;
-}
-table.main th {
- text-align: right;
- white-space: nowrap;
-}
-table.main th,
-table.main td {
- padding: 0;
-}
-table.main ul {
- list-style-type: none;
- padding-left: 0
-}
-
-table.groups {
- border-spacing: 1px;
-}
-table.groups tr.indirect {
- background-color: #cccccc;
-}
-table.groups th {
- text-align: left;
- padding: 0 1ex;
-}
-table.groups td {
- padding: 2px;
-}
-table.groups th.checkbox, table.groups td.checkbox {
- text-align: center;
- white-space: nowrap;
-}
-
-table#user_responsibilities th {
- text-align: center;
- padding: 0 1em 1em;
-}
-
-table#user_responsibilities th.product {
- text-align: left;
- padding: 1em 0 0;
-}
-
-table#user_responsibilities td.center {
- text-align: center;
-}
-
-.missing {
- color: red;
- border-color: inherit;
-}
diff --git a/skins/standard/params.css b/skins/standard/params.css
deleted file mode 100644
index 491a8a47a..000000000
--- a/skins/standard/params.css
+++ /dev/null
@@ -1,77 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This Source Code Form is "Incompatible With Secondary Licenses", as
- * defined by the Mozilla Public License, v. 2.0.
- */
-
-#menu {
- width: 10em;
- margin-right: 0.5em;
- border: solid thin;
- border-spacing: 0px;
- border-collapse: collapse;
- text-align: center;
- color: black;
- background-color: #edf2f2;
- font-weight: normal;
-}
-
-#menu a:link, #menu a:visited {
- color: #039;
- background-color: transparent;
-}
-
-#menu a:hover, #menu a:active {
- color: red;
- background-color: transparent;
-}
-
-#menu td {
- border: solid thin;
- padding: 0.2em 0.5em;
-}
-
-#params_index {
- padding-left: 1em;
-}
-
-div.table {
- display: inline-table;
-}
-
-div.cell {
- display: table-cell;
- vertical-align: top;
-}
-
-td.selected_section {
- color: #090;
- background-color: white;
-}
-
-td.index {
- color: black;
- background-color: #edf;
-}
-
-dt {
- font-weight: bold;
-}
-
-dd {
- margin-bottom: 1.5em;
-}
-
-.sortlist_separator {
- font-weight: bold;
- font-size: 80%;
- background-color: #dddddd;
-}
-
-.contribute {
- border: 1px dotted black;
- padding: .5em;
- font-size: small;
-}