[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1024-g643fd64

Thomas Sibley trs at bestpractical.com
Thu Dec 23 16:20:46 EST 2010


The branch, 3.9-trunk has been updated
       via  643fd64c633cc1711dcb69edbf8b6a66ed6ce6ce (commit)
      from  fc7796b06582509e3058149938f2ff8796cea52a (commit)

Summary of changes:
 share/html/NoAuth/css/base/nav.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 643fd64c633cc1711dcb69edbf8b6a66ed6ce6ce
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Dec 23 16:20:00 2010 -0500

    Let the top actions buttons scale with their label (#16151)

diff --git a/share/html/NoAuth/css/base/nav.css b/share/html/NoAuth/css/base/nav.css
index 053af2a..3c4eaae 100644
--- a/share/html/NoAuth/css/base/nav.css
+++ b/share/html/NoAuth/css/base/nav.css
@@ -1,3 +1,10 @@
 .sf-menu li.active > .menu-item {
     font-weight: bold;
 }
+
+#topactions input[type="submit"], #topactions input.button {
+    width: auto;
+    padding-left: 0.5em;
+    padding-right: 0.5em;
+}
+

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


More information about the Rt-commit mailing list