mirror of https://github.com/apache/cloudstack.git
Fix positioning of tags error labels
This commit is contained in:
parent
691dc9066f
commit
bd63d4b4bb
|
|
@ -9009,8 +9009,8 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
|||
.tagger form label.error {
|
||||
position: absolute;
|
||||
color: #FF0000;
|
||||
left: 42px;
|
||||
top: 29px;
|
||||
left: 44px;
|
||||
top: 28px !important;
|
||||
/*[empty]background-color:;*/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue