actions dropbox layout fix

This commit is contained in:
Andrew Dolgov 2009-10-09 13:42:19 +04:00
parent a6c78e0a65
commit 3af7563167
3 changed files with 10 additions and 1 deletions

View File

@ -290,6 +290,10 @@ div.infoBoxContents a:hover {
background : #f9f9f9;
}
#toolbar div.actionChooser {
margin-right : 0px;
}
#toolbar {
position : absolute;
left : 280px;

View File

@ -1535,6 +1535,11 @@ div.whiteBox {
border-collapse : collapse;
}
#toolbar div.actionChooser {
margin-right : 5px;
float : right;
}
#toolbar {
position : absolute;
left : 261px;

View File

@ -188,7 +188,7 @@ window.onload = init;
<div id="toolbar">
<div style="float : right">
<div class="actionChooser">
<select id="quickMenuChooser" onchange="quickMenuChange()">
<option value="qmcDefault" selected="selected"><?php echo __('Actions...') ?></option>
<option value="qmcSearch"><?php echo __('Search...') ?></option>