[Rt-commit] rt branch, 4.2/new-ticket-in-button, created. rt-4.2.5-111-ga1b7dcd

Wallace Reis wreis at bestpractical.com
Wed Jul 2 13:22:03 EDT 2014


The branch, 4.2/new-ticket-in-button has been created
        at  a1b7dcdf229b3b59d5cabe291b2be38aa5c080e4 (commit)

- Log -----------------------------------------------------------------
commit a1b7dcdf229b3b59d5cabe291b2be38aa5c080e4
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Thu May 29 09:47:17 2014 -0300

    I#27649: "New ticket in" button with fixed width
    
    When using a different language than English, the translated string might
    be longer or smaller than the length('New ticket in'), so it needs to stretch
    dynamically instead of having a fixed size.
    
    The source for this issue is on the fact that rudder skin - differently from
    the other ones - set the width with a selector including submit buttons (that
    is, "input[type=submit]") which causes it to take precedence over the existing
    rule in base/nav.css.

diff --git a/share/static/css/rudder/nav.css b/share/static/css/rudder/nav.css
index da6daa3..907a74b 100644
--- a/share/static/css/rudder/nav.css
+++ b/share/static/css/rudder/nav.css
@@ -134,7 +134,6 @@
 
 #topactions input,
 #topactions select,
-#topactions input[type=submit],
 #topactions button {
     font-size: 1em;
     padding-top: 0.25em;

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


More information about the rt-commit mailing list