JSDialog: Fix input text line height and repective btn sizes and paddings
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I5ed7bafc3403232cb2b86ba97a7d3ba9a0ad65ef
This commit is contained in:
parent
512c0942cb
commit
ed0e50cfe4
1 changed files with 8 additions and 8 deletions
|
@ -168,6 +168,12 @@ td.jsdialog > [id^='table-box'] {
|
|||
border: 2px dashed darkslateblue;
|
||||
}
|
||||
|
||||
/* input text */
|
||||
|
||||
.jsdialog.ui-edit {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
/* checkbox */
|
||||
|
||||
.jsdialog.checkbutton {
|
||||
|
@ -274,16 +280,10 @@ td.jsdialog > [id^='table-box'] {
|
|||
.jsdialog-container .ui-expander + .ui-expander-content #source-button,
|
||||
.jsdialog-container .ui-expander + .ui-expander-content #destination-button {
|
||||
background: url('images/refinp1.svg') no-repeat center;
|
||||
}
|
||||
|
||||
.jsdialog-container #source-button,
|
||||
.jsdialog-container #destination-button {
|
||||
background: url('images/refinp2.svg') no-repeat center;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
border: 1px solid silver;
|
||||
vertical-align: middle;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
/* Word count dialog */
|
||||
|
|
Loading…
Reference in a new issue