From 2293048fdb5adadad0c0ba92c970917724022be5 Mon Sep 17 00:00:00 2001 From: John Botella Date: Wed, 30 Oct 2019 17:48:52 +0100 Subject: [PATCH] Fix move css style --- htdocs/theme/eldy/btn.inc.php | 21 ++++++++++++++++++++- htdocs/theme/eldy/timeline.inc.php | 13 ------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/htdocs/theme/eldy/btn.inc.php b/htdocs/theme/eldy/btn.inc.php index 51fbfd6a561..91a95d7a4d3 100644 --- a/htdocs/theme/eldy/btn.inc.php +++ b/htdocs/theme/eldy/btn.inc.php @@ -260,4 +260,23 @@ div.pagination li:first-child a.btnTitle{ .butActionRefused, .butActionNewRefused, .btnTitle.refused { display: none !important; } - + + +/* + * BTN FILE doc + */ + +.btn-file{ + margin-right: 5px; + border: 1px solid #ddd; + color: #333; + padding: 5px 10px; + border-radius:1em; + text-decoration: none !important; +} + +.btn-file:hover{ + background-color: #ddd; + border: 1px solid #ddd; +} diff --git a/htdocs/theme/eldy/timeline.inc.php b/htdocs/theme/eldy/timeline.inc.php index d81ae4b8bed..76ca244e572 100644 --- a/htdocs/theme/eldy/timeline.inc.php +++ b/htdocs/theme/eldy/timeline.inc.php @@ -209,16 +209,3 @@ a.timeline-btn:hover margin-right: 5px; } -.btn-file{ - margin-right: 5px; - border: 1px solid #ddd; - color: #333; - padding: 5px 10px; - border-radius:1em; - text-decoration: none !important; -} - -.btn-file:hover{ - background-color: #ddd; - border: 1px solid #ddd; -}