[Rt-commit] rt branch, 4.0/messagebox-sizing, created. rt-4.0.17-86-g4e44bcf

? sunnavy sunnavy at bestpractical.com
Thu Sep 12 11:55:28 EDT 2013


The branch, 4.0/messagebox-sizing has been created
        at  4e44bcf3003f78b5f4e736287fb1afc27acca4f1 (commit)

- Log -----------------------------------------------------------------
commit 4e44bcf3003f78b5f4e736287fb1afc27acca4f1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Sep 12 23:45:49 2013 +0800

    make messagebox's width css(100%) cover paddings and borders too
    
    or the box will overflow a bit because of extra padding and border widths

diff --git a/share/html/NoAuth/css/base/misc.css b/share/html/NoAuth/css/base/misc.css
index ddea4c4..3e3c992 100644
--- a/share/html/NoAuth/css/base/misc.css
+++ b/share/html/NoAuth/css/base/misc.css
@@ -111,3 +111,7 @@ fieldset.cfedit {
     font-family: arial,helvetica,sans-serif !important;
 }
 
+textarea.messagebox, #cke_Content, #cke_UpdateContent {
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}

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


More information about the Rt-commit mailing list