summaryrefslogtreecommitdiffstats
path: root/template/admin/rsrc/main.css
AgeCommit message (Collapse)AuthorFilesLines
2017-05-21Several changes have been made to the admin template, which together with ↵v2.1.1Thomas Lange1-38/+22
the previous commits result in version 2.1.1: + Optimization [CSS]: Unused .fa-* classes have been removed. + Optimization [CSS]: Hyphens have been disabled for the text within the content editor. + Optimization [CSS]: Some elements now have a smaller padding value which has benefits if the page is displayed on a mobile device. + Optimization [HTML]: The HTML <section> elements of the formular have been replaced with simple <div> elements because <section> elements should only be used for self-contained areas which have nothing to do with the rest of the content. The using of <section> elements at this place was semantically incorrect. + Implemented [JS]: Tab indents which are made by pressing <tab> can now also be removed by pressing <shift>+<tab>. + Optimization [JS]: The functions "emoticonReplace" and "markdownReplace" has been renamed to "insertEmoticon" and "insertMarkdown" and have been restructured. + Optimization [JS]: The DOMContentLoaded event listeners are not required because the file is included with the "defer" attribute. + Optimization [JS]: A function called "delayed" was added which executes a callback function after an delay of 20 ms (the delayed execution of code is necessary for the "insertEmoticon" and "insertMarkdown" functions because the content editor otherwise will losing focus when clicking outside at the emoticon or markdown buttons while the "onmousedown" event listener is still executing).
2017-05-04CSS optimization on admin template.Thomas Lange1-3/+2
2017-04-30CSS optimization (spaces between icon and text are replaced by margin).Thomas Lange1-1/+1
2017-04-30Hyperlinks to the documentation and the releases on GitHub added to the footer.Thomas Lange1-1/+8
2017-04-29Two changes have been made in this commit:Thomas Lange1-0/+8
+ The method "Item::getArguments" has been optimized and checks now the syntax of the argument names (only A-Z, a-z, 0-9 and underscores are allowed). + The admin template has been changed and displays now the used arguments of an item within the list.
2017-04-11HTML and CSS markup optimizations for admin template.Thomas Lange1-33/+30
2017-04-07CSS-Bugfix: Missing border was added.Thomas Lange1-0/+2
2017-02-24Initial commit.v1.0Thomas Lange1-0/+275