blob: 53496e05043ca15e2dfdbfc5212095ba58a34172 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
form {
border: 0;
margin: 0;
text-align: left;
}
form label {
font-size: 11px;
color: #5d5644;
margin-top: 5px;
text-transform:uppercase;
}
form a img {
float:none;
margin:0px 5px 10px 5px;
}
form tbody {
border:none;
}
form tbody tr {
border:0px;
}
input[type="radio"],input[type="checkbox"] {
font-size: 1.1em;
margin: 5px 5px 10px 0px;
}
input[type="text"],input[type="password"] {
background:#fbfbfb;
border: #ccc solid 1px;
font-weight:normal;
font-size: 1.1em;
margin:5px 0px;
padding:2px 4px;
}
input[type="submit"],input[type="button"],input[type="reset"] {
background:url(../images/btn-bg.gif) center left repeat-x;
border: #ddd solid 2px;
color: #444;
font-weight:bold;
line-height:1.8em;
margin:5px 5px 2px 0px;
padding:2px 4px;
text-transform:uppercase;
}
input[type="submit"]:hover,
input[type="button"],
input[type="reset"] {
color: #1c334d;
cursor: pointer;
text-decoration: none;
}
input[type="file"] {
font-size: 1.1em;
height: 1.9em; /* force ctrl to scale with text */
background-color: #ffffff;
border: #ddd solid 2px;
color: #444;
}
select {
background-color: #fbfbfb;
border: #ccc solid 1px;
font-size: 1.1em;
height: 1.6em; /* force ctrl to scale with text */
margin:5px 0px 2px 0px;
}
select[multiple="multiple"] {
height: 5em;
}
textarea {
border: #ddd solid 2px;
font-weight:bold;
font-size: 1.1em;
margin:5px 5px 5px 5px;
padding:2px 4px;
}
input:focus,.contentarea textarea:focus {
border: 1px solid #6E2723;
}
input.focused, textarea.focused {
border: 1px solid #6E2723;
}