cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js | 20 +++++----- cypress_test/integration_tests/mobile/writer/insert_object_spec.js | 4 +- loleaflet/css/mobilewizard.css | 6 +-- loleaflet/src/control/Control.JSDialogBuilder.js | 2 - 4 files changed, 16 insertions(+), 16 deletions(-)
New commits: commit 8f45843b78e43f19d4f673de02bd8ae633ed47ed Author: Andras Timar <[email protected]> AuthorDate: Mon Apr 6 20:22:13 2020 +0200 Commit: Andras Timar <[email protected]> CommitDate: Mon Apr 6 20:39:44 2020 +0200 typo: sinfieldcontrols -> spinfieldcontrols Change-Id: Id5312df67259cfc177e29635fb27ba2498c58100 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91776 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Andras Timar <[email protected]> diff --git a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js index 13da19d7a..54198d491 100644 --- a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js @@ -265,20 +265,20 @@ describe('Apply paragraph properties.', function() { .should('have.attr', 'value', '0.0'); // Change spacing - cy.get('#aboveparaspacing .sinfieldcontrols .plus') + cy.get('#aboveparaspacing .spinfieldcontrols .plus') .click(); cy.get('#aboveparaspacing .spinfield') .should('have.attr', 'value', '0.02'); - cy.get('#aboveparaspacing .sinfieldcontrols .plus') + cy.get('#aboveparaspacing .spinfieldcontrols .plus') .click(); cy.get('#aboveparaspacing .spinfield') .should('have.attr', 'value', '0.04'); - cy.get('#aboveparaspacing .sinfieldcontrols .plus') + cy.get('#aboveparaspacing .spinfieldcontrols .plus') .click(); cy.get('#aboveparaspacing .spinfield') .should('have.attr', 'value', '0.06'); - cy.get('#belowparaspacing .sinfieldcontrols .plus') + cy.get('#belowparaspacing .spinfieldcontrols .plus') .click(); cy.get('#belowparaspacing .spinfield') .should('have.attr', 'value', '0.02'); @@ -346,11 +346,11 @@ describe('Apply paragraph properties.', function() { it('Apply before text indent.', function() { // Change indent - cy.get('#beforetextindent .sinfieldcontrols .plus') + cy.get('#beforetextindent .spinfieldcontrols .plus') .click(); cy.get('#beforetextindent .spinfield') .should('have.attr', 'value', '0.02'); - cy.get('#beforetextindent .sinfieldcontrols .plus') + cy.get('#beforetextindent .spinfieldcontrols .plus') .click(); cy.get('#beforetextindent .spinfield') .should('have.attr', 'value', '0.04'); @@ -370,11 +370,11 @@ describe('Apply paragraph properties.', function() { it('Apply after text indent.', function() { // Change indent - cy.get('#aftertextindent .sinfieldcontrols .plus') + cy.get('#aftertextindent .spinfieldcontrols .plus') .click(); cy.get('#aftertextindent .spinfield') .should('have.attr', 'value', '0.02'); - cy.get('#aftertextindent .sinfieldcontrols .plus') + cy.get('#aftertextindent .spinfieldcontrols .plus') .click(); cy.get('#aftertextindent .spinfield') .should('have.attr', 'value', '0.04'); @@ -394,11 +394,11 @@ describe('Apply paragraph properties.', function() { it('Apply first line indent.', function() { // Increase firstline indent - cy.get('#firstlineindent .sinfieldcontrols .plus') + cy.get('#firstlineindent .spinfieldcontrols .plus') .click(); cy.get('#firstlineindent .spinfield') .should('have.attr', 'value', '0.02'); - cy.get('#firstlineindent .sinfieldcontrols .plus') + cy.get('#firstlineindent .spinfieldcontrols .plus') .click(); cy.get('#firstlineindent .spinfield') .should('have.attr', 'value', '0.04'); diff --git a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js index 64794d649..398fcc1d9 100644 --- a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js +++ b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js @@ -113,9 +113,9 @@ describe('Insert objects via insertion wizard.', function() { .should('be.visible'); // Change rows and columns - cy.get('.inserttablecontrols #rows .sinfieldcontrols .plus') + cy.get('.inserttablecontrols #rows .spinfieldcontrols .plus') .click(); - cy.get('.inserttablecontrols #cols .sinfieldcontrols .plus') + cy.get('.inserttablecontrols #cols .spinfieldcontrols .plus') .click(); // Push insert table button diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index 830f7d122..e238c3897 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -477,7 +477,7 @@ p.mobile-wizard.ui-combobox-text.selected { overflow: hidden; } -.sinfieldcontrols { +.spinfieldcontrols { background-color: #eee; text-align: center; display: inline-block; @@ -522,7 +522,7 @@ p.mobile-wizard.ui-combobox-text.selected { padding-left: 8px; } -.spinfieldcontainer .sinfieldcontrols { +.spinfieldcontainer .spinfieldcontrols { height: 49px; float: right; } @@ -554,7 +554,7 @@ p.mobile-wizard.ui-combobox-text.selected { margin-left: 10% !important; text-align: center; } -.inserttablecontrols .sinfieldcontrols{ +.inserttablecontrols .spinfieldcontrols{ border: none; background: none; } diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js index 27c8f35d7..6763cd9e3 100644 --- a/loleaflet/src/control/Control.JSDialogBuilder.js +++ b/loleaflet/src/control/Control.JSDialogBuilder.js @@ -953,7 +953,7 @@ L.Control.JSDialogBuilder = L.Control.extend({ unit.innerHTML = builder._unitToVisibleString(data.unit); } - var controlsContainer = L.DomUtil.create('div', 'sinfieldcontrols', div); + var controlsContainer = L.DomUtil.create('div', 'spinfieldcontrols', div); var minus = L.DomUtil.create('div', 'minus', controlsContainer); minus.innerHTML = '-'; var plus = L.DomUtil.create('div', 'plus', controlsContainer); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
