[Rt-commit] rt branch, 3.8/topactions-form-css-fix, updated. rt-3.8.10-4-g18eef72

? sunnavy sunnavy at bestpractical.com
Wed May 4 04:36:26 EDT 2011


The branch, 3.8/topactions-form-css-fix has been updated
       via  18eef7274225ee97a7ea8170f95fff19b51aa3f8 (commit)
      from  88b4a24e77edd29a8fdbdb0145a42437dd3041b6 (commit)

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

- Log -----------------------------------------------------------------
commit 18eef7274225ee97a7ea8170f95fff19b51aa3f8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 4 16:35:09 2011 +0800

    make *all* the forms in topactions float, see also #12796

diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index bbde2d4..57b3f54 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -199,3 +199,9 @@ ul.page-navigation ul.page-menu {
  float: right;
 }
 
+#topactions form {
+    display: block;
+    float: right;
+    margin-left: 1em;
+    text-align: right;
+}

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


More information about the Rt-commit mailing list