Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:computers:dokuwiki_tweaks [02/02/26 18:19 GMT] – john | public:computers:dokuwiki_tweaks [17/02/26 16:25 GMT] (current) – [jpg upload error - XML] john | ||
|---|---|---|---|
| Line 120: | Line 120: | ||
| </ | </ | ||
| + | ==== Symbol Chooser font size ==== | ||
| + | |||
| + | The drop-down picker for choosing a symbol to insert in the text being edited is very small in Monobook as standard. | ||
| + | |||
| + | It's controlled by the '' | ||
| + | |||
| + | It's adjusted thus (to 1.2em) and some extra margin added around the symbols: | ||
| + | |||
| + | button.pickerbutton { | ||
| + | padding: 0px; | ||
| + | margin: 2px 2px 2px 2px; | ||
| + | border: 0; | ||
| + | background-color: | ||
| + | font-size: 1.2em; | ||
| + | cursor: pointer; | ||
| + | } | ||
| + | |||
| + | |||
| + | Put this in '' | ||
| + | |||
| + | |||
| ==== Mobile Scaling ==== | ==== Mobile Scaling ==== | ||
| Line 204: | Line 225: | ||
| } | } | ||
| + | button.pickerbutton { | ||
| + | padding: 0px; | ||
| + | margin: 2px 2px 2px 2px; | ||
| + | border: 0; | ||
| + | background-color: | ||
| + | font-size: 1.2em; | ||
| + | cursor: pointer; | ||
| + | } | ||
| .pBody { | .pBody { | ||
| font-size: 1.1em; | font-size: 1.1em; | ||
| Line 340: | Line 369: | ||
| </ | </ | ||
| + | |||
| + | ===== jpg upload error - XML ===== | ||
| + | |||
| + | Media manage red warnings when uploading jpg image files | ||
| + | |||
| + | <note warning> | ||
| + | Error: Call to undefined function xml_parser_create() | ||
| + | </ | ||
| + | |||
| + | New VPS was missing the '' | ||
| + | |||
| + | sudo apt install php-xml | ||
| + | sudo service apache2 restart | ||
| + | | ||
| + | |||
| + | [[https:// | ||
| ===== Acronyms & Abbreviations ===== | ===== Acronyms & Abbreviations ===== | ||
| Line 723: | Line 768: | ||
| Page Updated: ~~LASTMOD~~ | Page Updated: ~~LASTMOD~~ | ||
| + | |||
| + | |||
| {{tag> | {{tag> | ||