Skip to content

Commit

Permalink
JSDialog: Add missing padding for ui-text labels
Browse files Browse the repository at this point in the history
This way they:
- Align to checkbox
- And have additional padding in places such as Format > Paragraph
Line spacing 's dropdown is glued to "of" label

This also fixes one task from CollaboraOnline#6647

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: I53e66602dffbc96db39449cbda53d433a9dd12d8
  • Loading branch information
pedropintosilva committed Jun 20, 2023
1 parent 4363e2a commit 8a0c8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,12 @@ input[type='checkbox']:checked.autofilter, .jsdialog input[type='checkbox']:chec
color: var(--color-text-lighter);
}

/* text label */

.jsdialog.ui-text {
padding-inline-start: 8px;
}

/* spinfield */

.spinfieldcontainer input {
Expand Down

0 comments on commit 8a0c8c4

Please sign in to comment.