Commit 0eb53bd
committed
fix(edition): fix digitization tab layout overflow and button alignment
Bootstrap 5's .row negative gutters caused form-select/form-control to
overflow the fieldset in the digitization coordinate form. Add g-0 (zero
gutters), col-auto on labels and col on .controls divs to contain them.
Also fix several CSS layout issues in the digitization tab:
- Add padding-top to #tabdigitization to give content breathing room
- Add margin-left to geomtool buttons to align with the themed fieldset
- Fix lizmap-paste-geom button height: use display:contents on the custom
element wrapper and size the inner SVG to match the other icon sprites
- Remove the three-sided border on #tabdigitization added by the theme
(matches existing border:none already applied to #tabform)1 parent a2e4287 commit 0eb53bd
File tree
3 files changed
+43
-28
lines changed- lizmap
- modules/view/templates
- www
- assets/css
- themes/default/css
3 files changed
+43
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2991 | 2991 | | |
2992 | 2992 | | |
2993 | 2993 | | |
| 2994 | + | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
| 2998 | + | |
| 2999 | + | |
| 3000 | + | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
| 3004 | + | |
| 3005 | + | |
| 3006 | + | |
| 3007 | + | |
| 3008 | + | |
| 3009 | + | |
| 3010 | + | |
2994 | 3011 | | |
2995 | 3012 | | |
2996 | 3013 | | |
| |||
3124 | 3141 | | |
3125 | 3142 | | |
3126 | 3143 | | |
| 3144 | + | |
3127 | 3145 | | |
3128 | 3146 | | |
3129 | 3147 | | |
| |||
3663 | 3681 | | |
3664 | 3682 | | |
3665 | 3683 | | |
3666 | | - | |
3667 | | - | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
3668 | 3687 | | |
3669 | 3688 | | |
3670 | 3689 | | |
3671 | | - | |
3672 | | - | |
3673 | | - | |
| 3690 | + | |
| 3691 | + | |
3674 | 3692 | | |
3675 | 3693 | | |
3676 | 3694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | 1053 | | |
1057 | 1054 | | |
1058 | 1055 | | |
| |||
0 commit comments