diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:43:43 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:43:43 +0200 |
commit | 61c4ebe782cd742f84f16af9966d3ed91bd6cec6 (patch) | |
tree | 2cbe6db9494472fc432fa72d45eb115156608a69 /app/view/templates/edittopbar.php | |
parent | 34e060e14c791b7b22cf9517be7ab2383ce74644 (diff) | |
download | wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.tar.gz wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.zip |
css fix : ajust icon size in mobile view
Diffstat (limited to 'app/view/templates/edittopbar.php')
-rw-r--r-- | app/view/templates/edittopbar.php | 4 |
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> |