Commit graph

595 commits

Author SHA1 Message Date
Heiko August
0a7d4cfcc1 Change: adjustments in the search results list for rtl-language support, rtl-optimised icons 2024-08-27 13:14:45 +00:00
Heiko August
2210050365 Change: replace left and right with inset-inline-start and -end for the Ajax-preview box 2024-08-27 13:14:45 +00:00
Heiko August
7b752a0f28 Change: redistribute the grid items in wider viewports and realign the elements of the linklist 2024-08-27 13:14:45 +00:00
Heiko August
1586130893 Change: rename the IDs of footer childs and apply the grid areas to the elements 2024-08-27 13:14:45 +00:00
Heiko August
6de2263173 Change: define the grid columns, rows and area names, stack all childs in a vertical order 2024-08-27 13:14:45 +00:00
Heiko August
04299e4e37 Change: use border-box as CSS box model
With border-box the width of a box includes not only its content but also the padding and border. This is far more intuitive than measuring the width of the content only.
2024-08-27 13:14:45 +00:00
Heiko August
52dd204a0a Change: display the RSS-icon in the RSS-links in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
af957cb189 Change: put the up-arrow in the link to #top in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
54c93b0825 Change: format the #footermenu similar to the #usermenu 2024-08-27 13:14:45 +00:00
Heiko August
4bf6c0eabe Change: set margin and padding to 0 for the list #footermenu 2024-08-27 13:14:45 +00:00
Heiko August
a70baec4c5 Change: the direct childs of #footer share the rules for margin and padding 2024-08-27 13:14:45 +00:00
Heiko August
afe9ff93b2 Change: add more padding and grid-gaps to the footer 2024-08-27 13:14:45 +00:00
Heiko August
da77b8fa0f Change: the footer is now a grid 2024-08-27 13:14:45 +00:00
Heiko August
08f5fb97a2 Change: replace padding value 20px with 1rem
Use 1em instead 1rem for older browsers, which does not support the unit rem.
2024-08-27 13:14:45 +00:00
Heiko August
bac761111a Fix: publish forgotten codeblock for bullets in ltr languages 2024-08-27 13:14:45 +00:00
Heiko August
a1e6cba1e3 Change: exclude the first list item from leading margin 2024-08-27 13:14:45 +00:00
Heiko August
9e98003664 Fix: use margin-inline-end to set the gap to the next link
With margin-block-end the gap was created below the link, not on it's side.
2024-08-27 13:14:45 +00:00
Heiko August
4ce3c32caa Change: place the direct childs of #subnav in the flexbox
The placement depends on the width of the viewport.
2024-08-27 13:14:45 +00:00
Heiko August
2f9665136f Change: #subnav is now a flexbox 2024-08-27 13:14:45 +00:00
Heiko August
b52add3a3e Change: move the content of #usermenu to flex-start by default and to flex-end in wide viewports 2024-08-27 13:14:45 +00:00
Heiko August
31369e74a1 Fix: correct the min-width value of the media-query in the file style.css
Change it from 45em to 48em, according to the value in style.min.css.
2024-08-27 13:14:45 +00:00
Heiko August
f9e329dee1 Change: remove the extra padding for element #nav in wide viewports (>=48em) 2024-08-27 13:14:45 +00:00
Heiko August
83f1dd116b Change: adjust the font size of the page title and enlagre it in wider viewports 2024-08-27 13:14:45 +00:00
Heiko August
d59a3c155a Change: define the header to be a flexbox generally
Narrow screens display the flexbox content boxes vertically, viewports with a width of at least 36em horizontally.
2024-08-27 13:14:45 +00:00
Heiko August
7f82886d09 Fix: correct a copy'n'paste error in the selector 2024-08-27 13:14:45 +00:00
Heiko August
a5799db39b Change: display the bullet of the breadcrumb navigation in front of the text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
d452156cd8 Change: display the icons in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
d911685f07 Change: remove horizontal padding from element #logo
This is a followup to the move of the padding to the ruleset for direct childs of body.
2024-08-27 13:14:45 +00:00
Heiko August
8490a1700e Change: move the horizontal padding from the different main page elements to one general rule
The only exception is the element main, where this rule is overwritten.
2024-08-27 13:14:45 +00:00
Heiko August
11bac1bf22 Change: put the arrow to the right side of the linktext in rtl languages 2024-08-27 13:14:45 +00:00
Heiko August
0c554b53ef Change: move the arrows for rtl languages to the right side of the image 2024-08-27 13:14:45 +00:00
Heiko August
de65775de0 Change: adding red arrows pointing to the left for use in rtl languages where necessary 2024-08-27 13:14:45 +00:00
Heiko August
dffc801e34 Change: overwrite alignment for #nav for the user menu 2024-08-27 13:14:45 +00:00
Heiko August
a524bf2280 Change: replace text-align value "right" with "end" in the block for the user menu and the search 2024-08-27 13:14:45 +00:00
Heiko August
6aa4224c58 Change: set text-align with "start" for support of both horizontal writing directions
The value "start" replaces "left" in ltr and "right" in rtl languages.
2024-08-27 13:14:45 +00:00
Heiko August
a33401fef1 Change: add a yellow background colour to the box with selector .notice.caution 2024-08-27 13:14:45 +00:00
Heiko August
bb33c508fe Change: adjust the gap between the icon and the starting point of the text for .notice 2024-08-27 13:14:45 +00:00
Heiko August
764de49b2f Fix: alter all URLs to the old repository to link to the new one 2024-08-04 11:58:44 +00:00
Heiko August
3c48f05982 Fix: add forgotten closing tag for paragraph in the spam-prevention settings form
This splits the grouped list of options for B8 filter from the threshold input.
2024-07-12 00:06:59 +02:00
Heiko August
6664187766 Fix: remove unnecessary spaces and semicolons in style.min.css 2024-06-29 12:35:47 +02:00
Heiko August
71c4b2c384 Change: add a notice about the fact, that the forum is deactivated
The forum gets deactivated at the beginning of the upgrade and remains deacivated after the upgrade until one activates it again in the settings page.
2024-03-18 20:22:23 +01:00
Heiko August
02b36249db Change: basic formatting for the HTML-elements <ins>, <del> and <s> 2024-03-17 17:56:40 +01:00
Michael Lösler
43471266b3
Bad Behavior (#672)
- remove outdated module "Bad Behavior"
- https://mylittleforum.net/forum/index.php?id=10734
2023-03-18 16:35:04 +01:00
vihuna
0c2ab4fc6b
fix: amends email recipient in contact links (#671)
`$recipient_email` must be taken from `recipient_user_id` GET parameter
when there is no post `id` (in `user` and `user_profile` templates).
2023-03-13 17:53:18 +01:00
vihuna
1a99f5dfb3
fix: change date-time format in user administration (#659) 2023-01-03 16:55:21 +01:00
Heiko August
d137c1a406
Fix: wrong date formatting code in the users entries list, follow up of #647 (#657) 2022-12-27 11:04:10 +01:00
Heiko August
dcc8df0543 Change: add class .notice to system messages (error, caution and execution messages) 2022-12-26 22:11:47 +01:00
Heiko August
9b01dca510 Change: enlarge the contrast with a brighter beckground and a darker text colour 2022-12-26 22:11:47 +01:00
Heiko August
691c2b9dc7 Fix: make the selector more specific to apply the definition for margin-left to the first link item 2022-12-26 19:04:14 +01:00
Heiko August
3cb62a3304 Change: little adjustment for the user search bar (padding-bottom) 2022-12-26 19:04:14 +01:00