mirror of https://github.com/apache/cloudstack.git
Minor UI tweaks:
-Fix dialog wrapping, when only 1 field present -Fix search bar wrapping
This commit is contained in:
parent
5e428179a9
commit
48501c1dad
|
|
@ -1930,7 +1930,7 @@ div.toolbar div.text-search {
|
|||
|
||||
div.toolbar div.text-search div.search-bar {
|
||||
float: left;
|
||||
width: 145px;
|
||||
width: 141px;
|
||||
height: 20px;
|
||||
margin: 5px 0 0 12px;
|
||||
background: #FFFFFF;
|
||||
|
|
@ -2671,6 +2671,7 @@ Dialogs*/
|
|||
|
||||
/*** Create form*/
|
||||
.ui-dialog div.form-container {
|
||||
width: 100% !important;
|
||||
height: 106px;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue