Mobile: Calc: Adding CSS rules for when #formulabar has inputbar_multiline as a css class
meaning adding css rules for when the inputbar is in the multiline mode (expanded) Change-Id: Ib8557f1e502c06e50a26b0a94ccab793b44feda0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92570 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
This commit is contained in:
parent
fdf5687d7c
commit
411ba06ea3
1 changed files with 10 additions and 0 deletions
|
@ -195,6 +195,16 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
|
|||
#tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
|
||||
margin-top: -16px;
|
||||
}
|
||||
.inputbar_multiline #tb_formulabar_item_formula > div,
|
||||
.inputbar_multiline #tb_formulabar_item_address > div {
|
||||
margin-top:0px;
|
||||
}
|
||||
.inputbar_multiline #tb_formulabar_item_address{
|
||||
border-right: solid 1px #0000004d !important;
|
||||
}
|
||||
.inputbar_multiline #addressInput{
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Related to spreadsheet.css */
|
||||
@-moz-document url-prefix() {
|
||||
|
|
Loading…
Reference in a new issue