aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-21 14:43:43 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-21 14:43:43 +0200
commit61c4ebe782cd742f84f16af9966d3ed91bd6cec6 (patch)
tree2cbe6db9494472fc432fa72d45eb115156608a69 /app/view/templates
parent34e060e14c791b7b22cf9517be7ab2383ce74644 (diff)
downloadwcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.tar.gz
wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.zip
css fix : ajust icon size in mobile view
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/edittopbar.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php
index 0f0c60a..6f4db36 100644
--- a/app/view/templates/edittopbar.php
+++ b/app/view/templates/edittopbar.php
@@ -17,7 +17,9 @@
- <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" ><img src="<?= Model::iconpath() ?>read.png" class="icon">display</a>
+ <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" ><img src="<?= Model::iconpath() ?>read.png" class="icon">
+ <span class="hidephone">display</span>
+ </a>
<span id="headid"><?= $page->id() ?></span>
</span>