tao-test/app/tao/install/css/supportFrame.css

248 lines
4.4 KiB
CSS
Raw Normal View History

2022-08-29 20:14:13 +02:00
/*
* 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);
*
*/
body{
background:white;
font-family: Verdana;
}
#searchTopicInDb{
margin:20px 0 0 20px;
}
#searchTopicInDb #searchTopic{
width:460px;
height:25px;
font-size:14px !important;
}
label{
font-family:arial;
font-size:14px;
display:block;
margin-bottom:10px;
}
h2 {
margin-top:20px;
margin-bottom:5px;
font-size:12px;
font-weight:bold;
color:#000;
left:0;
position:relative;
padding-bottom:4px;
display:inline-block;
}
#searchTopicButton{
font-size: 0.8em;
background:#e5e5e5;
border-top:none;
border:none;
padding:5px;
width: 75px;
height:25px;
margin-left:5px;
position:relative;
top:1px;
}
#viewDataSent{
font-size: 12px;
background:#e5e5e5;
border:none;
height:25px;
}
#validateHelpRequest{
position:absolute;
bottom:0;
right:3px;
font-size: 12px;
background:#e5e5e5;
border-top:none;
border:none;
height:25px;
width: 140px;
}
#supportChoice{
margin-top:30px;
}
#supportChoice li{
float:left;
position:relative;
width:270px;
height:120px;
text-align:center;
border:1px solid #aaa;
margin-left:15px;
background:#eee;
line-height:60px;
}
#supportChoice li a{
text-decoration: none;
color:black;
display:block;
position:absolute;
top:50%;
left:50%;
width:140px;
height:30px;
text-decoration:center;
margin-left:-70px;
margin-top:-15px;
line-height:18px;
font-family: arial;
font-size:16px;
}
.helpFrac h2{
position:absolute;
top:-30px;
left:5px;
font-size:14px;
color:black;
background:white;
display:inline;
padding:0 5px;
right:inherit;
}
#backPageNav a{
text-decoration: none;
color:black;
font-size:10px;
font-weight:bold;
position:absolute;
margin-left:5px;
bottom:2px;
}
.introText{
font-size:10px;
line-height:15px;
}
.warnText{
font-size:10px;
margin:10px 0 0 104px;
line-height:15px;
width:450px;
}
.thxText{
font-size:12px;
margin:10px 0 0 385px;
line-height:15px;
width:450px;
font-weight:bold;
}
#providingInfo{
margin-top:20px;
}
#providingInfo label{
display:inline;
font-size:10px;
margin-top:20px;
font-weight:bold;
}
#providingInfo input{
width:170px;
}
#labelHelpFirstNameId, #labelSuggestFirstNameId{
margin-left:20px;
}
#labelHelpLastNameId, #labelSuggestLastNameId{
margin-left:10px;
}
#labelhelpEmailId, #helpEmailId, #labelSuggestEmailId, #suggestEmailId{
margin-top:10px;
}
#labelhelpEmailId, #labelSuggestEmailId{
margin-left:42px;
}
#providingInfo #helpEmailId, #providingInfo #suggestEmailId{
width:460px;
}
#providingInfo textarea{
background:#e5e5e5;
border:none;
padding:5px;
width: 461px;
height:60px;
margin:10px 0px 10px 0;
resize:none;
}
#labelHelpDescrId{
position:relative;
top:-35px;
margin-left:31px;
}
#labelSuggestDescrId{
position:relative;
top:-27px;
margin-left:17px;
}
.mandatoryField{
font-weight:bold;
font-size:14px;
color:#d31145;
}
#providingInfo .mandatoryField{
position:relative;
top:-6px
}
#providingInfo #helpIssueDescrMandatory{
font-weight:bold;
font-size:14px;
color:#d31145;
position:relative;
top:-65px
}
#acceptSendingInfoId{
float:left;
position:relative;
margin:0 2px 2px 0;
}