[Rt-commit] rt branch, 4.2/ff-titlebox-title-align, created. rt-4.2.4-55-g6581adb
Wallace Reis
wreis at bestpractical.com
Wed Jun 4 13:59:30 EDT 2014
The branch, 4.2/ff-titlebox-title-align has been created
at 6581adb8bc937757d4f213009934ee402e2ab775 (commit)
- Log -----------------------------------------------------------------
commit 6581adb8bc937757d4f213009934ee402e2ab775
Author: Wallace Reis <wreis at bestpractical.com>
Date: Wed Jun 4 14:57:51 2014 -0300
Titlebox title base align in Firefox
The base align of titlebox.title in FF is incorrect for a tiny. So, add
specific rule to get it slightly larger for better look&feel.
diff --git a/share/static/css/rudder/boxes.css b/share/static/css/rudder/boxes.css
index 148529b..1c1ca92 100644
--- a/share/static/css/rudder/boxes.css
+++ b/share/static/css/rudder/boxes.css
@@ -16,6 +16,12 @@
border-bottom: 1px solid #eee;
}
+ at -moz-document url-prefix() {
+ .titlebox .titlebox-content {
+ border-top: 0.3em solid #aaa;
+ }
+}
+
* html .titlebox {
border-top: none;
border-left: none;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list