diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-14 16:42:16 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-14 17:28:11 +0200 |
commit | 01cbd757d69668b39c1b072b0449b77e6e2bee8d (patch) | |
tree | 3bb22c5a3d21543a69a03e0e03d7fc864878e19a /theme/admin/html/post/item.php | |
parent | a4242144eebc101bc1e5ec150a80312e30d0112f (diff) | |
download | blog-01cbd757d69668b39c1b072b0449b77e6e2bee8d.tar.gz blog-01cbd757d69668b39c1b072b0449b77e6e2bee8d.tar.xz blog-01cbd757d69668b39c1b072b0449b77e6e2bee8d.zip |
Do some minor optimizations on the admin theme
* Add noisy background images
* Rename SCSS/CSS file "main" to "bright"
* Remove uppercase text-transform for headings
* Replace hardcoded font sizes with SCSS variables
* Decrease font size for category link in post item template
* Move right-floated ID before the heading in the HTML markup to ensure
it does not moves to the second line if the heading text is too wide.
Diffstat (limited to 'theme/admin/html/post/item.php')
-rw-r--r-- | theme/admin/html/post/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index 5261bdb..e4b2bec 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -1,8 +1,8 @@ <article class="item"> <header> <h2> - <i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?> <span class="item-id">#<?=$POST['ATTR']['ID']?></span> + <i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?> </h2> <ul class="item-meta"> <li> |