diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index a804b6657..c6dbdbbbf 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -163,7 +163,6 @@ td.tool a.mtitle:hover { padding:0px; margin: 0px; font-size:12.16px; - font-size:0.77rem; float:right; } #module table,#module table tr,#module table td { @@ -1453,6 +1452,22 @@ div#modele_op_div{ border:1px solid #00008B; width: 80%; } + div#preference_div { + background-color:#e4e7ed; + font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; + font-family: 'SansationLight'; + padding:0px; + margin:0px; + overflow:hidden; + z-index:3; + position:absolute; + border:1px solid #00008B; + top:32px; + top:2rem; + left:1%; + width:98%; + } + @media (min-width:1200px) { div.name { display:block !important;/* position:absolute; */ @@ -3002,6 +3017,8 @@ li.li-active { color:navy !important; border:1px solid blue; margin:1px; + border-radius: 0px; + font-size: 95%; } #module .nav-pills a.nav-link:hover { background-color: navy !important; @@ -3012,4 +3029,4 @@ li.li-active { background-color: #5d90cd !important; color:white !important; border: 0px solid black; -} \ No newline at end of file +} diff --git a/html/css/style-print.css b/html/css/style-print.css index 7cc014c31..edf188b4b 100644 --- a/html/css/style-print.css +++ b/html/css/style-print.css @@ -17,9 +17,12 @@ form { visibility: visible; } .noprint { - display:none; + display:none !important; + } + #module { + display:none !important; + } - .button, .smallbutton,.icon{ display:none; } diff --git a/html/index.php b/html/index.php index c7d231c85..f04f14248 100644 --- a/html/index.php +++ b/html/index.php @@ -248,7 +248,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl'])) endif; ?>
- +
diff --git a/include/lib/inplace_edit.class.php b/include/lib/inplace_edit.class.php index 5b224a311..4b9396f64 100644 --- a/include/lib/inplace_edit.class.php +++ b/include/lib/inplace_edit.class.php @@ -113,7 +113,7 @@ EOF; $v=$this->input->get_value(); $v=html_entity_decode($v); if ( $this->input instanceof ITextarea) { - echo ''; + echo '
';
             $v=(trim($v)=="")?$this->message:$v;
             echo $v;
diff --git a/include/template/detail-action.php b/include/template/detail-action.php
index f3769b8a9..f6c99068b 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -1,6 +1,6 @@
  1 ){ echo __DIR__."/".__FILE__;}
 //This file is part of NOALYSS and is under GPL 
 //see licence.txt
 $uniq=uniqid("tab",TRUE);