Cosmetic
This commit is contained in:
parent
fcb103068e
commit
0941fa1ff8
5 changed files with 27 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,12 @@ form {
|
|||
visibility: visible;
|
||||
}
|
||||
.noprint {
|
||||
display:none;
|
||||
display:none !important;
|
||||
}
|
||||
#module {
|
||||
display:none !important;
|
||||
|
||||
}
|
||||
|
||||
.button, .smallbutton,.icon{
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
|
|||
endif;
|
||||
?>
|
||||
<div class="form-group row justify-content-center">
|
||||
<INPUT TYPE="SUBMIT" class="button" style="width:91%" NAME="login" value="se connecter">
|
||||
<INPUT TYPE="SUBMIT" class="button" style="width:91%;height:53px" NAME="login" value="se connecter">
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ EOF;
|
|||
$v=$this->input->get_value();
|
||||
$v=html_entity_decode($v);
|
||||
if ( $this->input instanceof ITextarea) {
|
||||
echo '<span class="input_text" id="'.$this->input->id.'edit" >';
|
||||
|
||||
echo '<pre class="field_follow_up">';
|
||||
$v=(trim($v)=="")?$this->message:$v;
|
||||
echo $v;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
require_once NOALYSS_INCLUDE."/class/follow_up_other_concerned.class.php";
|
||||
|
||||
if ( DEBUGNOALYSS > 1 ){ echo __DIR__."/".__FILE__;}
|
||||
//This file is part of NOALYSS and is under GPL
|
||||
//see licence.txt
|
||||
$uniq=uniqid("tab",TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue