116 lines
2.6 KiB
CSS
116 lines
2.6 KiB
CSS
/*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; under version 2
|
|
* of the License (non-upgradable).
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*
|
|
* Copyright (c) 2002-2008 (original work) Public Research Centre Henri Tudor & University of Luxembourg (under the project TAO & TAO2);
|
|
* 2008-2010 (update and modification) Deutsche Institut für Internationale Pädagogische Forschung (under the project TAO-TRANSFER);
|
|
* 2009-2012 (update and modification) Public Research Centre Henri Tudor (under the project TAO-SUSTAIN & TAO-DEV);
|
|
*
|
|
*/
|
|
/* form check */
|
|
#forms_check_content{
|
|
position: absolute;
|
|
top: 190px;
|
|
width: 585px;
|
|
margin-left: 200px;
|
|
}
|
|
|
|
#forms_check_content ul{
|
|
margin-top: 45px;
|
|
height:203px;
|
|
overflow:auto;
|
|
width:580px;
|
|
}
|
|
|
|
#forms_check_content form ul li{
|
|
width:543px;
|
|
padding:7px 5px 7px 10px;
|
|
height:15px;
|
|
margin: 4px 0 0 0;
|
|
//background: rgb(229,229,229);
|
|
display:block;
|
|
color: #3A3A3A;
|
|
}
|
|
|
|
#forms_check_content form ul li.tao-mandatory{
|
|
border-left:5px solid #D31145;
|
|
}
|
|
|
|
#forms_check_content form ul li.tao-optional{
|
|
border-left:5px solid #FCC52D;
|
|
}
|
|
|
|
#forms_check_content form ul li.tao-ok{
|
|
border:none;
|
|
background:none;
|
|
margin-top:20px;
|
|
}
|
|
|
|
#forms_check_content form ul li#loadingCheck{
|
|
width: 548px;
|
|
}
|
|
|
|
#forms_check_content form ul li label{
|
|
font-weight:bold;
|
|
color: #3A3A3A;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
#forms_check_content .icons{
|
|
position:absolute;
|
|
margin:0;
|
|
right:4px;
|
|
top:50%;
|
|
margin-top:-11px;
|
|
}
|
|
|
|
#formComment{
|
|
width: 260px;
|
|
height: 8px;
|
|
}
|
|
|
|
#formComment p{
|
|
padding-left:3px;
|
|
}
|
|
|
|
#explOptional{
|
|
border-left:5px solid #FCC52D;
|
|
width: 100px;
|
|
display: inline;
|
|
}
|
|
|
|
#explMandatory{
|
|
border-left:5px solid #D31145;
|
|
width: 100px;
|
|
margin-right:10px;
|
|
display: inline;
|
|
}
|
|
|
|
#redoForm{
|
|
position:absolute;
|
|
right:145px;
|
|
bottom:-30px;
|
|
font-size: 0.8em;
|
|
background:#e5e5e5;
|
|
border-top:none;
|
|
border:none;
|
|
padding:5px;
|
|
width: 85px;
|
|
}
|
|
|
|
#loadingCheck label{
|
|
padding-left: 25px;
|
|
padding-top: 3px;
|
|
}
|