[Rt-commit] rt branch, 4.2/error-titlebox-styles-in-aileron, created. rt-4.1.5-260-gfcb2dee

Thomas Sibley trs at bestpractical.com
Thu Jan 10 21:33:33 EST 2013


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

- Log -----------------------------------------------------------------
commit fcb2dee069580f3707ad35cfcf736e6e17f9f693
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