summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/all.css
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-02-06 13:04:13 +0000
committerColin Fleming <cj_fleming@sky.com>2013-02-06 13:04:13 +0000
commitbb046a4fde80242bae83f138ed5f0d33de8a7ba1 (patch)
treec85f3efab37bcbf30ec6c91ad14771766f7139b5 /usr/local/www/themes/metallic/all.css
parent0715ad5093226a9fd29b1abbbf57a9892efe4100 (diff)
downloadpfsense-bb046a4fde80242bae83f138ed5f0d33de8a7ba1.zip
pfsense-bb046a4fde80242bae83f138ed5f0d33de8a7ba1.tar.gz
Update HTML boolean operator "nowrap"
The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
Diffstat (limited to 'usr/local/www/themes/metallic/all.css')
-rw-r--r--usr/local/www/themes/metallic/all.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 056ae02..59c0a29 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -4,6 +4,8 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
+.nowrap { white-space: nowrap; }
+
.infobox {
width:100%;
}
OpenPOWER on IntegriCloud