[Rt-commit] rt branch, 4.2/new-ticket-in-button, created. rt-4.2.4-55-g2aa6ede
Wallace Reis
wreis at bestpractical.com
Thu May 29 08:58:21 EDT 2014
The branch, 4.2/new-ticket-in-button has been created
at 2aa6edeff24a1f4110bc4115176dd6e67a4f148e (commit)
- Log -----------------------------------------------------------------
commit 2aa6edeff24a1f4110bc4115176dd6e67a4f148e
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.
diff --git a/share/static/css/rudder/nav.css b/share/static/css/rudder/nav.css
index da6daa3..bb63721 100644
--- a/share/static/css/rudder/nav.css
+++ b/share/static/css/rudder/nav.css
@@ -141,7 +141,6 @@
padding-bottom: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
- width: 8em;
vertical-align: middle;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list