Preserve QExcell vertical alignment
This commit is contained in:
@@ -732,6 +732,31 @@ button {
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
.sheet-grid td.is-valign-top input {
|
||||
padding-top: 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.sheet-grid td.is-valign-middle input {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.sheet-grid td.is-valign-bottom input {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.sheet-grid td.is-valign-middle textarea {
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
|
||||
.sheet-grid td.is-valign-bottom textarea {
|
||||
padding-top: 22px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.sheet-grid input,
|
||||
.sheet-grid textarea {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user