Skip to content

Commit

Permalink
make *all* the forms in topactions float, see also #17282
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed May 4, 2011
1 parent c5edd5d commit 5aaed45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 67 deletions.
24 changes: 0 additions & 24 deletions share/html/NoAuth/css/aileron/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}

22 changes: 0 additions & 22 deletions share/html/NoAuth/css/ballard/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -200,12 +187,3 @@
color: #000;
}

#topactions #GotoTicket {
text-align: right;

}
#topactions #ArticleSearch {
float: right;
margin-left: 1em;
}

7 changes: 7 additions & 0 deletions share/html/NoAuth/css/base/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@
padding-right: 0.5em;
}

#topactions form {
display: block;
float: right;
margin-left: 1em;
text-align: right;
}

21 changes: 0 additions & 21 deletions share/html/NoAuth/css/web2/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -301,12 +288,4 @@
color: #000;
}

#topactions #GotoTicket {
text-align: right;

}
#topactions #ArticleSearch {
float: right;
margin-left: 1em;
}

0 comments on commit 5aaed45

Please sign in to comment.