Fix positioning of tags error labels

This commit is contained in:
Brian Federle 2012-07-30 10:43:17 -07:00
parent 691dc9066f
commit bd63d4b4bb
1 changed files with 2 additions and 2 deletions

View File

@ -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:;*/
}