Skip to content

Commit

Permalink
tweak(Tinebase) pixel perfection for grids in fieldsets
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Jan 15, 2025
1 parent 5084c3d commit f4fafb1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tine20/Tinebase/css/SmallForms.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@
overflow: hidden;
}

/* do not set paddings in x-fieldset-body as layout target does not cope with it*/
.x-fieldset {
box-sizing: border-box;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
padding: 2px;
margin-bottom: 5px;
}

.x-fieldset-body {
padding: 5px 5px 5px 0px;
box-sizing: border-box;
.x-grid3-quickadd .x-panel-nofooter {
display: none;
}

.ext-webkit .x-small-editor .x-form-text {
Expand Down

0 comments on commit f4fafb1

Please sign in to comment.