diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 8a1fcc8e6..cf68d4954 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -985,32 +985,34 @@ div.inner_box { font-size:14.4px; font-size:0.9rem; width: 100%; + left:0px !important; } /* SM */ @media (min-width: 576px) { div.inner_box { - + width: 100%; + left:0px !important; } } /* MD */ @media (min-width: 768px) { div.inner_box { - + width: 100%; + left:0px !important; } } /* LG */ @media (min-width: 992px) { div.inner_box { - width: 90%; - left:5%; + left:0px !important; border-radius: 7px; } } /* XL */ @media (min-width: 1200px) { div.inner_box { - width: 95%; - left:2%; + width: 90%; + left:5% !important; /*! margin-bottom: 2%; */ padding-bottom: 10px; } @@ -2183,7 +2185,7 @@ td.box { position: absolute; top: 25%; width: 40%; - left: 50%; + left: 50% !important; margin-left: -20%; border-radius:7px; } diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 965ba5a1a..4624c690d 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -3053,7 +3053,7 @@ function create_anchor_up() */ function init_scroll() { - var up = new Element('div', {"class": "inner_box", + var up = new Element('div', {"class": "", "style": "padding:5px;left:auto;width:auto;height: auto;display:none;position:fixed;bottom:30%;right:50px;text-align:center;font-size:20px", id: "go_up" }); diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index 1dba8c6d1..7a9d33118 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -34,6 +34,7 @@ require_once NOALYSS_INCLUDE.'/lib/user_common.php'; */ /** + * \class * \brief class_action for manipulating actions * action can be : *