Small bugfix for CC-6064
This commit is contained in:
parent
30b8ada622
commit
2693c9f02c
3 changed files with 23 additions and 3 deletions
|
@ -567,6 +567,22 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
|||
min-width: 470px;*/
|
||||
}
|
||||
|
||||
#builder-dialog-hint {
|
||||
text-align: center;
|
||||
/*line-height: 62px;*/
|
||||
height: 62px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#builder-dialog-hint p
|
||||
{
|
||||
font-size: 14px;
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/***** LIBRARY QTIP METADATA SPECIFIC STYLES BEGIN *****/
|
||||
table.library-track-md{
|
||||
width: 280px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue