summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-28 20:55:54 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-28 20:55:54 +0100
commit5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (patch)
tree814ecaa9e2d4eeea93e416bb4f265ba2e24224ba /skins/standard/global.css
parent3b55436dd3711772ff632eaa805b6c19e588b791 (diff)
downloadbugzilla-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.gz
bugzilla-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.xz
Bug 952795: Remove all style="..." attributes from HTML elements
r/a=justdave
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css38
1 files changed, 31 insertions, 7 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 9396a6346..ecf39c6a8 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -397,10 +397,6 @@ dl dl > dt {
border-top: none;
}
-#admin_table th {
- white-space: normal !important;
-}
-
/* Arrow buttons are buttons with only &uarr;, &darr;, &larr; or &rarr; on
* them. We want these to look a little less spidery. */
.arrow_button {
@@ -427,7 +423,7 @@ dl dl > dt {
font-size: smaller;
}
-.bz_attach_flags, .bz_attach_footer {
+.bz_attach_flags, .bz_attach_footer, .bz_flags, .nowrap {
white-space: nowrap;
}
@@ -440,6 +436,10 @@ div.user_match {
margin-bottom: 1em;
}
+.indented {
+ margin-left: 3em;
+}
+
.box {
border: 1px solid black;
color: black;
@@ -452,6 +452,12 @@ div.user_match {
display: none;
}
+#serverpush_msg {
+ margin-top: 20%;
+ text-align: center;
+ font-size: xx-large;
+}
+
/* Rules specific for printing */
@media print {
#header, #footer {
@@ -480,9 +486,14 @@ div.user_match {
.field_help_link {
cursor: help;
}
-.field_value, form#Create th, form#Create td {
+.field_value, form#Create th, form#Create td, .top {
vertical-align: top;
}
+
+.bottom {
+ vertical-align: bottom;
+}
+
.field_value .text_input {
width: 100%;
min-width: 25em;
@@ -578,10 +589,23 @@ input.required, select.required, span.required_explanation {
form th {
text-align: right;
}
-th.left {
+
+.left {
text-align: left;
}
+.center {
+ text-align: center;
+}
+
+.right {
+ text-align: right;
+}
+
+.inline {
+ display: inline;
+}
+
tr.shared_search {
background-color: #fff7cd;
color: #000;