Alignment doesn't work for LinkButtons is web6 client - css styles now applied only for buttons inside filter component #PL-4899

This commit is contained in:
Maxim Gorbunkov 2015-02-18 12:12:11 +00:00
parent 62124a2eac
commit b763e5c587
2 changed files with 4 additions and 1 deletions

View File

@ -198,7 +198,6 @@ outline-offset: -3px;
text-decoration: underline;
color: #0066FF;
text-align: left;
line-height: 25px;
}
.v-button-link .v-button-wrap {

View File

@ -900,6 +900,10 @@
margin-top: 4px;
}
.cuba-generic-filter .v-button-link .v-button-caption {
line-height: 25px;
}
textarea {
resize: none;
}