aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-02-12 19:44:00 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-02-12 19:44:00 +0100
commite32f2f1749c691f6c778261a8f8d300573895345 (patch)
tree84a4293c7f0781243259d21f2472273c0f52fada /assets
parent0937c851313b5098dc15e5d411b6c3638cbd5116 (diff)
downloadwcms-e32f2f1749c691f6c778261a8f8d300573895345.tar.gz
wcms-e32f2f1749c691f6c778261a8f8d300573895345.zip
Link to refactoring close #48
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 28ab5ff..f5f931e 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -132,6 +132,13 @@ main.home table .id {
font-size: medium;
}
+#home2table a.linkto {
+ font-family: monospace;
+ font-size: medium;
+ text-decoration: underline;
+ text-decoration-color: white;
+}
+
nav span.counter {
border-radius: 100%;
width: 17px;
@@ -602,7 +609,7 @@ footer {
@media (max-width: 600px) {
- main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone {
+ main.home .summary, main.home .linkto, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone {
display: none;
}