Closed TheDutchJewel closed 1 year ago
It is certainly possible (although it is always tricky to align separate custom modules), but I'm not sure anymore whether it's a good idea in general to adjust the layout of custom themes.
This has been discussed a bit here. I think after that I decided to not adjust the Rural theme edit dialogs any more. Still not sure about this.
I think after that I decided to not adjust the Rural theme edit dialogs any more. Still not sure about this. ric2016 closed this as completed
This is very unfortunate. Especially the lack of the compact layout for the edit dialog in the Rural theme is a big miss. Using the default webtrees themes for data entry is not an option because they use too much screen area.
Is it possible to apply the changes for the editing dialog in the Rural theme through the CSS module?
If so, how?
Using the default webtrees themes for data entry is not an option because they use too much space.
I don't understand this part, 'compact layout' is supposed to address this?
Is it possible to apply the changes for the editing dialog in the Rural theme through the CSS module?
This seems to work (similar for footer), may have to be extended for specific dialogs:
body[class~="wt-route-EditFactPage"] > header {
display: none;
}
Using the default webtrees themes for data entry is not an option because they use too much space.
I don't understand this part, 'compact layout' is supposed to address this?
I actually meant to say that using a standard webtrees theme with the Vesta Classic LAF option compact layout for Edit dialogs
for just entering data is not an option because those themes take up way too much image space for displaying data.
The Rural theme shows everything much more compactly than the standard webtrees themes.
body[class~="wt-route-EditFactPage"] > header { display: none; }
Thanks, this works fine!
Control panel / Modules / ⚶ Vesta Classic Look & Feel / Preferences / Edit dialogs / Use compact layout
In webtrees v2.0.x the compact layout for the edit dialogs works fine with Rural theme.
But in webtrees v2.1.10 it doesn't work anymore with the Rural Theme.
Is it possible to fix this?
Tested with: