[Rt-commit] rt branch, 4.0/error-titlebox-styles-in-aileron, created. rt-4.0.8-350-gfc223e1

Kevin Falcone falcone at bestpractical.com
Wed Jan 16 13:26:51 EST 2013


The branch, 4.0/error-titlebox-styles-in-aileron has been created
        at  fc223e12eb194dd6ee4482d23f588da6ddf2ea39 (commit)

- Log -----------------------------------------------------------------
commit fc223e12eb194dd6ee4482d23f588da6ddf2ea39
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jan 10 18:29:09 2013 -0800

    Fix rollup arrows on error titleboxes under aileron
    
    The arrow overlaps with the title text and are the darker version of the
    sprite which clashes pretty badly with the error's red background.
    Avoid the overlap (the same way the rest of the titlebox titles do) and
    use the lighter sprite that aileron uses elsewhere.  The error box
    styles were simply incomplete in 4147adb.

diff --git a/share/html/NoAuth/css/aileron/forms.css b/share/html/NoAuth/css/aileron/forms.css
index 25c5d5d..9941117 100644
--- a/share/html/NoAuth/css/aileron/forms.css
+++ b/share/html/NoAuth/css/aileron/forms.css
@@ -68,7 +68,6 @@ div.results .titlebox-title .left {
 div.error .titlebox-title span.left {
     border: none;
     border-right: 2px solid #b00;
-    padding-left: 0.75em;
 }
 
 div.error .titlebox-content {
@@ -77,3 +76,5 @@ div.error .titlebox-content {
     border-right: 2px solid #a00;
     background-color: #fcc;
 }
+
+div.error .titlebox-title .widget a { background-position: center -7px; }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list