All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ovea.js.dynamic-form.dynamic-form.css Maven / Gradle / Ivy

There is a newer version: 1.12.ga
Show newest version
/**
 * Copyright (C) 2011 Ovea 
 *
 * Licensed 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.
 */
.dynaform-group .content,
.dynaform-group .question,
.dynaform-group .element,
.dynaform-group .group,
.dynaform-group .question table {
    border: 1px solid #d3d3d3;
    padding: 5px;
    margin: 5px;
}

.dynaform-group select {
    margin-right: 5px;
}

.dynaform-group label {
    color: gray;
}

.dynaform-group label.choice {
    padding-right: 10px;
}

.dynaform-group label.title {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

.dynaform-group .container {
    display: inline-block;
}

.dynaform-group .container > div {
    display: inline-block;
}

.dynaform-group .question table th {
    border: 1px solid #d3d3d3;
    font-weight: bold;
    background-color: #f5f5f5;
    text-align: center;
}

.dynaform-group .question table th.empty {
    border: none;
    background-color: transparent;
}

.dynaform-group .question table th.row {
    border: 1px solid #d3d3d3;
    font-weight: bold;
    background-color: #f5f5f5;
    text-align: left;
}

.dynaform-group .question table caption {
    font-weight: bold;
    color: gray;
}

.dynaform-group .question table td {
    border: 1px solid #d3d3d3;
}

.dynaform-group input.other-value {
    border: none;
    padding: 2px 0;
}

.dynaform-group input.other-value:hover, .dynaform-group input.other-value:focus {
    padding: 1px 0;
    border: 1px inset #CDCDCD;
}

.dynaform-group .df-excluded {
    display: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy