Commit graph

595 commits

Author SHA1 Message Date
Heiko August
5d147bed29 Change: remove multiplied declaration of font size and make the selector more specific to make the font size declaration applying 2022-12-26 19:04:14 +01:00
Heiko August
93c346bc5f Change: remove classes pagination-index and pagination-index-table 2022-12-26 19:04:14 +01:00
Heiko August
8017b725cb Change: replace <input> of type submit with <button>, remove unnecessary <br /> 2022-12-26 19:04:14 +01:00
Heiko August
c46cd71c4a Cleanup: a little optimisation of the file size, remove the leading 0 for values < 1 2022-12-26 19:04:14 +01:00
Heiko August
3ebdd9d81c Change: adjustments for elements of class .normalform 2022-12-26 19:04:14 +01:00
Heiko August
e10260dc27 Change: a few adjustments for the pagination list 2022-12-26 19:04:14 +01:00
Heiko August
e937401f69 Change: reformat form and navigation elements in the admin area
- remove the fixed heights from a few elements
- remove floating because the affected elements follow the box content
2022-12-26 19:04:14 +01:00
Heiko August
03aeedda70 Change: exclude the pagination below the users list from the form 2022-12-26 19:04:14 +01:00
Heiko August
49bc9a6224 Change: display the label for the input field in user search form for a better accessibility 2022-12-26 19:04:14 +01:00
Heiko August
d47bb484bc Change: reconstruct the user search form
- put the label for the input field into the form beside the input field
- replace the input for the submit button with a real button
- exclude the hidden fields from the div in the form
- remove the float, that was intended for the form box inside #usernav
2022-12-26 19:04:14 +01:00
Heiko August
561069aef7 Change: clear boxes of id #userpagination, unnecessary after clearing #usernav 2022-12-26 19:04:14 +01:00
Heiko August
ea5e4186e6 Change: clear the box #usernav in all occurences 2022-12-26 19:04:14 +01:00
Heiko August
5531729308 Change: provide a heading for the user lists 2022-12-26 19:04:14 +01:00
Heiko August
cb52600946 Change: display an additional pagination link list at bottom of the uploaded images list 2022-12-26 19:04:14 +01:00
Heiko August
5b0299c308 Change: display an additional pagination link list on top of the users entries list 2022-12-26 19:04:14 +01:00
Michael Lösler
425b165d31
Formated date (#654)
- formated date corrected in user profile
2022-12-13 20:08:12 +01:00
Michael Lösler
304c5cd9cb
Date format (#653)
- Date format corrected in template for reporting SPAM/HAM
2022-11-24 13:18:52 +01:00
Heiko August
91d9ae85be Fix: prevent passwords from spell checking for the case of displaying them with type="text"
This is necessary in browsers which sends content if input with type text to external spell checking services, as Chrome does with sending the content to a Google service.
2022-10-10 01:29:30 +02:00
Heiko August
498a28644f Fix: don't repeat yourself! corsor: pointer; already exists for label
I added cursor:pointer; for the HTML-element label long time ago. I now added the additional selectors to the existing rule.
2022-09-09 16:24:25 +02:00
Heiko August
dd030cc827 Change: change cursor to pointer when hovering buttons 2022-09-09 16:24:25 +02:00
Michael Lösler
069562f5b2
Mathjax (#637)
* Update MathJax

- MathJax updated to version 3
- Loading of mathjax resources prevented, if unnecessary (e.g. at main page)

* CDN

- CDN to recommended one changed, cf. https://docs.mathjax.org/en/latest/web/start.html
2022-08-09 17:48:33 +02:00
Heiko August
bb8d540135 Fix: put the flex items to the end of the flexbox 2022-08-02 21:58:53 +02:00
Heiko August
52d73af150 Change: make the button list a flexbox 2022-06-17 18:06:40 +02:00
Heiko August
bbb9b00cc2 Change: replace input type submit with button elements and put only them into the div 2022-06-17 18:06:40 +02:00
Heiko August
7205d2c58d Change: also here is no need for clearing a float anymore 2022-06-12 21:09:15 +02:00
Heiko August
707fab47f8 Change: remove font colour definitions, where it only repeats the definition for the document 2022-06-12 21:09:15 +02:00
Heiko August
d0f70549b4 Change: because of the flexbox that makes the page using the whole viewport height we don't need a min-height for the content box 2022-06-12 21:09:15 +02:00
Heiko August
8a16d51dca Change: put margin and padding definitions for direct children of body into one definition 2022-06-12 21:09:15 +02:00
Heiko August
ccc34fbe01 Change: replace the div.header with the HTML-element header in all entry views 2022-06-07 23:01:45 +02:00
Heiko August
9f4f6d9baa Fix: images should stay inside the entry container
Images overflowed the container and was cut eat the edge because of the use of overflow:hidden; for the posting-content-container.
2022-06-07 23:01:45 +02:00
Heiko August
c0b302ae9f Change: reformat the entry-options-menu in all entry-views 2022-06-07 23:01:45 +02:00
Heiko August
47df7fbb14 Change: make the usermenu being a flexbox, it simplifies things 2022-06-07 23:01:45 +02:00
Heiko August
7367c74562 Fix: closing tag for the options list in the single entry view, was accidently removed a while ago 2022-06-07 23:01:45 +02:00
Heiko August
8b965a6ae8 Change: put the view count into a div instead a span 2022-06-07 23:01:45 +02:00
Heiko August
009be84331 Change: remove the div.info because it is superfluous 2022-06-07 23:01:45 +02:00
Heiko August
eb6159f933 Change: separate the entry footer from the block, that contains the entry content 2022-06-07 23:01:45 +02:00
Heiko August
80e1f06141 Change: make the whole block of an entry a HTML-element article 2022-06-07 23:01:45 +02:00
Heiko August
18bd913a85 Change: make the entry footer a HTML-element footer in every view 2022-06-07 23:01:45 +02:00
Heiko August
3a94677d93 Change: adapt the HTML-structure of the single-entry-view to the posting preview 2022-06-02 15:29:17 +02:00
Heiko August
904a59239f Fix: put signature reliable below all posting content
Split the signature and tags container from the posting container and apply the necessary CSS rules.
2022-06-02 15:29:17 +02:00
Heiko August
ec55434336 Change: remove the obsolete PNG-images for the gradients 2022-05-29 18:27:49 +02:00
Heiko August
6ac3f668c2 Change: enhance the usability with amended rules for :focus, where they are absent
These rules doubles the rules for :hover. They was absent for *many* elements.
2022-05-29 18:27:49 +02:00
Heiko August
77b860f9ed Change: remove inline style for width of td.c in the spam protection settings 2022-05-29 18:27:49 +02:00
Heiko August
4b28070c3a Change: replace PNG-image based gradient for td.c and enlarge it to a width of 15em 2022-05-29 18:27:49 +02:00
Heiko August
db858986a3 Change: add element thead to tables explicitely, where necessary 2022-05-29 18:27:49 +02:00
Heiko August
8c5f57edd6 Change: add a dotted bottom border to the latest entries list 2022-05-29 18:27:49 +02:00
Heiko August
0da3a34843 Change: replace all remaining occurences of vertical gradients based on PNG-images with CSS-gradients 2022-05-29 18:27:49 +02:00
Heiko August
b4be6085e6 Change: join the rulesets for headings of blocks in #sidebar
… and replace the gradient PNG-image with a CSS linear gradient.
2022-05-29 18:27:49 +02:00
Heiko August
b6ba73297e Change: siplify the rules for .adminmenu 2022-05-29 18:27:49 +02:00
Heiko August
2ebce8cd2f Change: unify rules for child elements of #sidebar and #additiona-admin-info 2022-05-29 18:27:49 +02:00