Commit graph

595 commits

Author SHA1 Message Date
Heiko August
5bc23c35bf Change: set the documents charset according to the rules of HTML 5 (avatar.tpl) 2024-11-19 22:46:01 +01:00
Heiko August
f14371ac36 Change: move the HTML from XHTML 1.0 strict to HTML 5 (avatar.tpl) 2024-11-19 22:46:01 +01:00
Heiko August
cfc8076b23 Change: some formatting foo in the upload template 2024-11-19 22:46:01 +01:00
Heiko August
eb73b75194 Change: add the meta element viewport which makes the document responsive in a mobile device 2024-11-19 22:46:01 +01:00
Heiko August
0015525048 Change: set the documents charset according to the rules of HTML 5 2024-11-19 22:46:01 +01:00
Heiko August
18298d3131 Change: move the HTML from XHTML 1.0 strict to HTML 5
This commit affects naming the doctype and the remving of the XML namespace and the naming of the document language according to the rules of HTML 5
2024-11-19 22:46:01 +01:00
Heiko August
fa89d768f2 Fix: add the time element and the ISO-formatted timestamp to the flag ham page 2024-11-19 22:09:00 +01:00
Heiko August
6d9ab8d3f5 Fix: add the ISO-formatted timestamp to the time element in the report spam page 2024-11-19 22:09:00 +01:00
Heiko August
9eb86358ae Fix: add the rules of the previous two commits to style.css 2024-11-19 21:31:08 +01:00
Heiko August
eafa51b6e3 Fix: add forgotten CSS-rule for links in a buttonbar 2024-11-19 21:31:08 +01:00
Heiko August
5160e13e8f Fix: add forgotten styling rule for labels of class "main" 2024-11-19 21:31:08 +01:00
Heiko August
003f3150a3 Change: general reformatting of the posting form template 2024-11-17 23:37:05 +01:00
Heiko August
43b2e87f1c Change: remove tabindex, because it caused weird tab order 2024-11-17 23:37:05 +01:00
Heiko August
c9bef69929 Change: code indentation in the search form template 2024-11-17 23:37:05 +01:00
Heiko August
e6116134c7 Change: labels for the search term field and the category selection 2024-11-17 23:37:05 +01:00
Heiko August
70c857c379 Change: put the search selection on top of the submit button 2024-11-17 23:37:05 +01:00
Heiko August
e73b8b0d46 Change: reformatting a few form templates 2024-11-17 23:37:05 +01:00
Heiko August
d1457f2105 Change: attribute required for contact form fields 2024-11-17 23:37:05 +01:00
Heiko August
06a7c1dec5 Change: add attribute required to the author name and subject fields 2024-11-17 23:37:05 +01:00
Heiko August
187e1f6f24 Change: add attribute required to the input fields in the login form 2024-11-17 23:37:05 +01:00
Heiko August
f7c370a653 Change: reformat several forms 2024-11-17 23:37:05 +01:00
Heiko August
22f17d797c Change: set input type to email for the senders e-mail address 2024-11-17 23:37:05 +01:00
Heiko August
a1c375a7f7 Change: replace input type submit/reset with buttons in several forms 2024-11-17 23:37:05 +01:00
Heiko August
c19e421ac7 Change: set type number for inputs, reformatting 2024-11-17 23:37:05 +01:00
Heiko August
d5811d5b76 Change: replace input type submit with button 2024-11-17 23:37:05 +01:00
Heiko August
5adcb0002b Change: reformat templates for flagging postings as spam or ham 2024-11-17 23:37:05 +01:00
Heiko August
56b8ccb8d1 Change: remove inactive, commented code 2024-11-17 23:37:05 +01:00
Heiko August
45a6512fc7 Change: matching input types for homepage url and birthday date 2024-11-17 23:37:05 +01:00
Heiko August
e3eebaf41e Cleanup: further corrections of HTML-code indentation 2024-11-17 23:37:05 +01:00
Heiko August
ca60c3c740 Change: replace input of type submit with a button 2024-11-17 23:37:05 +01:00
Heiko August
dabc7f84e4 Cleanup: remove the attribute tabindex because the values are reflecting only the natural order of the inputs 2024-11-17 23:37:05 +01:00
Heiko August
927859a476 Change: add proper types in the input fields, new attributes autofocus, required 2024-11-17 23:37:05 +01:00
Heiko August
2d5f33812d Cleanup: reformat email edit form 2024-11-17 23:37:05 +01:00
Heiko August
37c5d14438 Change: replace input submit with a button 2024-11-17 23:37:05 +01:00
Heiko August
2927fc931d Change: new attribute required for the password field
Replace the enclosing paragraph with div
2024-11-17 23:37:05 +01:00
Heiko August
9a74cb8a35 Change: set type "email" for the input fields, New atttributes: autofocus, required
Replace the enclosing paragraphs with divs
2024-11-17 23:37:05 +01:00
Heiko August
cfcfe75fcf Cleanup: code nesting, forgotten div 2024-11-17 23:37:05 +01:00
Heiko August
d4787abb71 Change: replace the strong element with a label for the new password field
New attribute: required
2024-11-17 23:37:05 +01:00
Heiko August
b82979798d Change: replace the strong element with a label for the old password field
New attributes: autofocus, required
2024-11-17 23:37:05 +01:00
Heiko August
dca2018056 Change: remove form elements enclosing div 2024-11-17 23:37:05 +01:00
Heiko August
42774f9183 Change: button to submit the password edit form 2024-11-17 23:37:05 +01:00
Heiko August
ced3fec8e5 Change: reformat the remove account form 2024-11-17 23:37:05 +01:00
Heiko August
aa2003c748 Change: replace the paragraph with a div and reformat the code 2024-11-17 23:37:05 +01:00
Heiko August
868a3a16b6 Change: remove the form enclosing div 2024-11-17 23:37:05 +01:00
Heiko August
4898b22769 Cleanup: partially reformatting of the template 2024-11-17 23:37:05 +01:00
Heiko August
40bf39a2dd Change: add attributes autofocus and required in the password input of the remove account form 2024-11-17 23:37:05 +01:00
Heiko August
60158bdb26 Change: replace inputs of types submit with buttons in the remove account form 2024-11-17 23:37:05 +01:00
Heiko August
81ed9ddc73 Fix: use background-position for inḿage in .a.internal, add missing rules to style.css 2024-10-28 22:38:22 +01:00
Heiko August
2033f905ba Change: unifiy common rules, use only background-position for images in rtl-languages 2024-10-28 22:38:22 +01:00
Heiko August
dbc01b85fa Change: apply the changes of the latest commit in style.min.css to style.css 2024-10-28 22:38:22 +01:00