davadmin/admin/dynaform.css

66 lines
1.4 KiB
CSS

/*
*
* Copyright (c) 2007, 2008 Jan Dittberner
*
* This file is part of DAVAdmin.
*
* DAVAdmin 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; either version 3 of the License, or
* (at your option) any later version.
*
* DAVAdmin 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 DAVAdmin; if not, see <http://www.gnu.org/licenses/>.
*/
#usereditor {
display:none;
z-index:10;
position:absolute;
top:10px;
margin-left:auto;
margin-right:auto;
}
.dynaform {
border:2px solid black;
background-color:#fffbed;
color:#2b2b26;
width:380px;
padding:2px;
}
.dynaform .formelement {
padding:2px;
}
.dynaform .formelement label {
display:block;
width:171px;
float:left;
}
.dynaform .formactions {
margin-top:5px;
border-top:1px solid #ffd436;
padding:5px;
text-align:right;
}
.dynaform input, .dynaform select
{
padding:0;
width:200px;
background-color:#fffbed;
color:#2b2b26;
border:1px solid #ffd436;
clear:both;
}
.dynaform input[type=submit] {
width:auto;
}