diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css index 785e2e52edc..3b0b1586a4f 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 823fbd29d10..c5e3300a4ad 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 14bd79de84b..f16f04a5db0 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 dfc046b3a7e..41f8ad3f70f 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; -}