Heiko August
7dd0876009
Change: rewrite JS-function insertCode for general use with buttons around the images
2024-12-08 22:49:46 +01:00
Heiko August
c426105c52
Change: remove the type attribute because "text/javascript" already is the default value
2024-12-08 22:49:46 +01:00
Heiko August
4bacdf1dc3
Change: remove the code enclosing CDATA comment
...
It's not necessary in HTML(5).
2024-12-08 22:49:46 +01:00
Heiko August
74489dda22
Change: remove the JS inline code to insert the just now uploaded image
2024-12-08 22:49:46 +01:00
Heiko August
f59caf585a
Change: add the link to the uploaded image gallery also to the upload success view
2024-12-08 22:49:46 +01:00
Heiko August
97a75fb03e
Change: reformatting of the downsizing notice
2024-12-08 22:49:46 +01:00
Heiko August
3afcf7e368
Change: replace the non-JS insert image instruction with the JS one
2024-12-08 22:49:46 +01:00
Heiko August
7f4543f0dc
Change: add insert image instruction also to the image browsing view
2024-12-08 22:49:46 +01:00
Heiko August
5c1b529076
Change: rewrite the insert image instruction for an uploaded image without inline JS
2024-12-08 22:49:46 +01:00
Heiko August
4391964824
Change: put the images into button if they should be clickable, remove JS-code
2024-12-08 22:49:46 +01:00
Heiko August
3146ca0452
Change: rename the ids of the upload and the delete image forms for distinction
2024-12-08 22:49:46 +01:00
Heiko August
ed4373f95a
Change: reformatting of the image upload from
2024-12-08 22:49:46 +01:00
Heiko August
6ffd766094
Change: reformatting of the HTML-source of the information about no present uploaded images
2024-12-08 22:49:46 +01:00
Heiko August
5b93a3ca3c
Change: reformatting of the HTML-source of the deleting confirmation form
2024-12-08 22:49:46 +01:00
Heiko August
2c460eb5b0
Cleanup: remove unnecessary CSS-rules
2024-12-08 22:49:46 +01:00
Heiko August
c1fc1b4a71
Change: reformatting of the properties of elements with class .deletelink
2024-12-08 22:49:46 +01:00
Heiko August
3aa680981c
Fix: add missing font family monospace
2024-12-08 22:49:46 +01:00
Heiko August
eefcbed5eb
Change: reformatting of the properties for the element code
2024-12-08 22:49:46 +01:00
Heiko August
85f5a58d3c
Change: make the cursor a pointer only in the upload galery but not …
...
… in the views of newly uploaded images and for image deleting confirmation.
2024-12-08 22:49:46 +01:00
Heiko August
0210f1cec0
Change: move the centering of images from img to #imgtab img
2024-12-08 22:49:46 +01:00
Heiko August
9e4c2d9e00
Change: formatting of the upload form similar to the rest of the MLF-forms
2024-12-08 22:49:46 +01:00
Heiko August
4f0bae3be4
Change: replace pixel-based value for font size with an em-based value
2024-12-08 22:49:46 +01:00
Heiko August
3cabe244b9
Change: remove redundant line-height, is already defined for body
2024-12-08 22:49:46 +01:00
Heiko August
3053a8f8c6
Change: reformatting of the properties of elements with class .small
2024-12-08 22:49:46 +01:00
Heiko August
2699f7b9e8
Change: remove the now obsolete class .browse
...
The CSS-rules was applied to img and #imgtab img instead
2024-12-08 22:49:46 +01:00
Heiko August
b5f47f1cf1
Change: reuse the code for the image galery with a shrinked image size
2024-12-08 22:49:46 +01:00
Heiko August
aa322fcb12
Change: rework the galery of uploaded images
...
- replace the table with a list
- add CSS-rules to set the size of the images without JavaScript
- remove the now obsolete JS-function getMaxWidth
2024-12-08 22:49:46 +01:00
Heiko August
9d4a57f6dd
Change: fix the page header in all possible views
2024-12-08 22:49:46 +01:00
Heiko August
c01ed5a4f7
Change: reformatting of the already existing div#header
2024-12-08 22:49:46 +01:00
Heiko August
5d8a9ac52f
Change: add div#header where it has been missing, put h1 into div#header
2024-12-08 22:49:46 +01:00
Heiko August
b8f03a249d
Change: reformatting of div#wrapper, adding it, where it's missing
2024-12-08 22:49:46 +01:00
Heiko August
cb89119ef4
Change: restructuring of error and success messages
...
Put the messages into dedicated divs with a heading (h2) and their optional additional text into the matching elements.
2024-12-08 22:49:46 +01:00
Heiko August
7a0c228d4f
Change: reduce the font size for h1
2024-12-08 22:49:46 +01:00
Heiko August
168e50ad69
Change: set box-sizing: border-box for all elements
2024-12-08 22:49:46 +01:00
Heiko August
5f8e739bc8
Change: join identical properties and values for .ok and .caution into one block
2024-12-08 22:49:46 +01:00
Heiko August
c4aa95a138
Change: green text colour for .ok, darker red for .caution
2024-12-08 22:49:46 +01:00
Heiko August
1848a10237
Change. remove the separate formatting for #wrapper
...
… use the default page settings for all direct childs of body instead
2024-12-08 22:49:46 +01:00
Heiko August
bf013f7f18
Change: reformatting of the properties for .caution and .ok
2024-12-08 22:49:46 +01:00
Heiko August
1dd05148d1
Change: remove definitions for element p because everything necessary is set elsewhere
2024-12-08 22:49:46 +01:00
Heiko August
c6dab07b51
Change: remove font-family because of redundance, set size in unit em instead of px
2024-12-08 22:49:46 +01:00
Heiko August
8c1ae75f23
Change: reformatting of the CSS properties for the elements h1
2024-12-08 22:49:46 +01:00
Heiko August
8b4dfa83db
Change: replace the float contruction for the childs of #header with a flexbox
2024-12-08 22:49:46 +01:00
Heiko August
455f08a257
Change: remove font size definition because they only repeats the properties of body
2024-12-08 22:49:46 +01:00
Heiko August
6c71b95e0f
Change: reformatting of the CSS-properties of the element #header
2024-12-08 22:49:46 +01:00
Heiko August
834bc48589
Change: redefinition of the font size for the document
2024-12-08 22:49:46 +01:00
Heiko August
7883477ab6
Change: reformatting of the CSS-properties for element body
2024-12-08 22:49:46 +01:00
Michael Lösler
cfde25b39e
ISO-timestamps ( #767 )
...
According to #758 , #761 timestamps should be formatted by HTML time elements, but entry date and edit date are still not formatted correctly. Time element is added to thread-view and linear thread-view as well as table-view.
2024-11-27 21:34:16 +01:00
Michael Lösler
f0063b73ea
ISO-timestamps ( #761 )
...
According to #758 , timestamps should be formatted by HTML time elements, but entry date and edit date are still not formatted correctly
2024-11-24 13:33:23 +01:00
Heiko August
49401587cc
Change: some formatting foo in the avatar template
2024-11-19 22:46:01 +01:00
Heiko August
736f0ad4a0
Change: add the meta element viewport which makes the document responsive in a mobile device (avatar.tpl)
2024-11-19 22:46:01 +01:00