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

? sunnavy sunnavy at bestpractical.com
Wed May 4 12:43:18 EDT 2011


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

Summary of changes:
 share/html/NoAuth/css/web2/layout.css |    9 ++++-----
 share/html/NoAuth/css/web2/nav.css    |    6 ------
 2 files changed, 4 insertions(+), 11 deletions(-)

- Log -----------------------------------------------------------------
commit 0c3bd92fe2b61a67a41842a94214f65a9d2a02ca
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 5 00:38:08 2011 +0800

    topactions css lives in layout.css

diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index b2d1070..3d892ff 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -101,17 +101,16 @@ div#body {
 }
 
 #topactions form {
- display: block;
-
+    display: block;
+    float: right;
+    margin-left: 1em;
+    text-align: right;
 }
 
 #topactions #CreateTicketInQueue {
  text-align: right; 
 
 }
-#topactions #simple-search {
-    float: right;
-}
 
 #topactions #simple-search .field{
  margin-left: 1em;
diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index 57b3f54..bbde2d4 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -199,9 +199,3 @@ 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