[Rt-commit] rt branch, 4.0/topactions-form-css-fix, updated. rt-4.0.0-178-g5aaed45

? sunnavy sunnavy at bestpractical.com
Wed May 4 04:32:01 EDT 2011


The branch, 4.0/topactions-form-css-fix has been updated
       via  5aaed452cf9bbba813d2b9467f0d2d5364d0eb74 (commit)
      from  c5edd5da98a78e958d1f54d040ee13f536178e40 (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/nav.css |   24 ------------------------
 share/html/NoAuth/css/ballard/nav.css |   22 ----------------------
 share/html/NoAuth/css/base/nav.css    |    7 +++++++
 share/html/NoAuth/css/web2/nav.css    |   21 ---------------------
 4 files changed, 7 insertions(+), 67 deletions(-)

- Log -----------------------------------------------------------------
commit 5aaed452cf9bbba813d2b9467f0d2d5364d0eb74
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed May 4 16:28:52 2011 +0800

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

diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index 785e2e5..3b0b158 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -154,19 +154,6 @@
 
 }
 
-#topactions form {
- display: block;
-
-}
-
-#topactions #GotoTicket, #topactions #CreateTicketInQueue {
- text-align: right;
-
-}
-#topactions #simple-search {
- float: right;
-}
-
 #topactions #simple-search .field{
  margin-left: 1em;
  color: #787;
@@ -175,14 +162,3 @@
 #topactions #simple-search .field:focus {
  color: #000;
  }
-
-#topactions #GotoTicket, #topactions #ArticleSearch {
- text-align: right;
-
-}
-
-#topactions #ArticleSearch {
-    float: right;
-    margin-left: 1em;
-}
-
diff --git a/share/html/NoAuth/css/ballard/nav.css b/share/html/NoAuth/css/ballard/nav.css
index 823fbd2..c5e3300 100644
--- a/share/html/NoAuth/css/ballard/nav.css
+++ b/share/html/NoAuth/css/ballard/nav.css
@@ -178,19 +178,6 @@
 
 }
 
-#topactions form {
- display: block;
-
-}
-
-#topactions #GotoTicket, #topactions #CreateTicketInQueue {
- text-align: right;
-
-}
-#topactions #simple-search {
- float: right;
-}
-
 #topactions #simple-search .field{
  margin-left: 1em;
  color: #787;
@@ -200,12 +187,3 @@
  color: #000;
  }
 
-#topactions #GotoTicket {
- text-align: right;
-
-}
-#topactions #ArticleSearch {
-    float: right;
-    margin-left: 1em;
-}
-
diff --git a/share/html/NoAuth/css/base/nav.css b/share/html/NoAuth/css/base/nav.css
index 14bd79d..f16f04a 100644
--- a/share/html/NoAuth/css/base/nav.css
+++ b/share/html/NoAuth/css/base/nav.css
@@ -55,3 +55,10 @@
     padding-right: 0.5em;
 }
 
+#topactions form {
+    display: block;
+    float: right;
+    margin-left: 1em;
+    text-align: right;
+}
+
diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index dfc046b..41f8ad3 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -279,19 +279,6 @@
 
 }
 
-#topactions form {
- display: block;
-
-}
-
-#topactions #GotoTicket, #topactions #CreateTicketInQueue {
- text-align: right;
-
-}
-#topactions #simple-search {
- float: right;
-}
-
 #topactions #simple-search .field{
  margin-left: 1em;
  color: #787;
@@ -301,12 +288,4 @@
  color: #000;
  }
 
-#topactions #GotoTicket {
- text-align: right;
-
-}
-#topactions #ArticleSearch {
-    float: right;
-    margin-left: 1em;
-}
 

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


More information about the Rt-commit mailing list