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

META-INF.resources.org.richfaces.extendedDataTable.ecss Maven / Gradle / Ivy

There is a newer version: 4.6.21.ayg
Show newest version
/*
 * JBoss, Home of Professional Open Source
 * Copyright ${year}, Red Hat, Inc. and individual contributors
 * by the @authors tag. See the copyright.txt in the distribution for a
 * full listing of individual contributors.
 *
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This software 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */
.rf-edt {
    overflow: hidden;
    background-color: '#{a4jSkin.tableBackgroundColor}';
    border: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
}

.rf-edt-tbl {
    border-collapse: collapse;
    border-spacing : 0;
}

.rf-edt-tbl tr td, table.rf-edt-tbl tr th {
    padding: 0;
}

.rf-edt-hdr,.rf-edt-tbl-hdr {
    background-color: '#{a4jSkin.tableHeaderBackgroundColor}';
    background-image: "#{a4jSkin.imageUrl('colHdrGrad.png')}";
    background-repeat: repeat-x;
    background-position: top left;
}

.rf-edt-tbl-hdr {
    border-bottom: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
    position: relative;
}

.rf-edt-b {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.rf-edt-spcr {
    height: 0px;
    font-size: 0px; /*for IE7 only*/
}

.rf-edt-ftr,.rf-edt-tbl-ftr {
    border-top: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
    background-color: '#{a4jSkin.tableFooterBackgroundColor}';
}

.rf-edt-ftr-fzn {
    vertical-align: top;
}

.rf-edt-cnt {
    overflow: hidden;
}

div.rf-edt-ftr-cnt {
    overflow-x: hidden;
    overflow-y: visible;
}

.rf-edt-scrl {
    overflow-x: scroll;
    overflow-y: hidden;
}

.rf-edt-scrl-cnt {
    height: 1px;
    overflow-y: hidden;
}

.rf-edt-rsz-cntr {
    left: 0px;
    position: relative;
    height: 0px;
}

.rf-edt-rsz {
    background-image: "#{a4jSkin.imageUrl('spacer.gif')}";
    cursor: e-resize;
    height: 20px; /*TODO*/
    position: absolute;
    left: 100%;
    margin-left: -3px;
    width: 6px;
}

.rf-edt-rsz-mkr {
    cursor: e-resize;
    position: absolute;
    border-left: '1px dotted #{a4jSkin.generalTextColor}';
    /*background-color: #848089;*/
    width: 1px;
    display: none;
}

.rf-edt-rord {
    position: absolute;
    border-collapse: collapse;
    display: none;
}

.rf-edt-rord th {
    width: 20px;
    height: 5px;
    font-size: 1px;
    background-color: '#{a4jSkin.tableHeaderBackgroundColor}';
    border: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
}

.rf-edt-rord td {
    width: 20px;
    height: 5px;
    font-size: 1px;
    background-color: '#{a4jSkin.tableBackgroundColor}';
    border: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
}

.rf-edt-c,.rf-edt-hdr-c,.rf-edt-ftr-c,.rf-edt-flt-c {
    overflow-x: hidden;
    border-bottom: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
    border-right: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
}

.rf-edt-c {
    height: 20px;
    overflow: hidden;
}

.rf-edt-ftr-c-emp {
    border-right: '#{a4jSkin.tableBorderWidth} solid #{a4jSkin.tableBorderColor}';
    height: 1px;
}

.rf-edt-c-cnt {
    white-space: nowrap;
}

.rf-edt-c-cnt,.rf-edt-hdr-c-cnt,.rf-edt-ftr-c-cnt,.rf-edt-tbl-hdr,.rf-edt-tbl-ftr {
    padding: 3px 7px;
    font-family: '#{a4jSkin.generalFamilyFont}';
    font-size: '#{a4jSkin.generalSizeFont}';
}

.rf-edt-hdr-c-cnt,.rf-edt-tbl-hdr,.rf-edt-ftr-c-cnt,.rf-edt-tbl-ftr {
    font-weight: bold;
    text-align: center;
}

.rf-edt-hdr-c-cnt,.rf-edt-tbl-hdr {
    color: '#{a4jSkin.tableHeaderTextColor}';
}

.rf-edt-c-cnt,.rf-edt-ftr-c-cnt,.rf-edt-tbl-ftr {
    color: '#{a4jSkin.generalTextColor}';
}

.rf-edt-rord-mkr {
    position: absolute;
    height: 9px;
    font-size: 9px;
    width: 9px;
    background-image: url("#{resource['org.richfaces:reorderMarker.gif']}");
    display: none;
}

.rf-edt-r-sel {
    background-color: '#{a4jSkin.additionalBackgroundColor}'; /*TODO Probably use other skin property.*/
}

.rf-edt-r-act {
    font-weight: bold; /*TODO Probably use other property.*/
}

.rf-edt-c-srt {
    cursor: pointer;
    color:'#{a4jSkin.generalLinkColor}';
}

.rf-edt-c-srt:hover {
    color:'#{a4jSkin.hoverLinkColor}';
}

.rf-edt-srt-btn {
    height: 1em;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.rf-edt-srt-uns {
    background: "url(#{resource['org.richfaces:sort_uns.gif']}) no-repeat center";
}

.rf-edt-srt-asc {
    background: "url(#{resource['org.richfaces:sort_asc.gif']}) no-repeat center";
}

.rf-edt-srt-des {
    background: "url(#{resource['org.richfaces:sort_des.gif']}) no-repeat center";
}

.rf-edt-flt-cnt {
    text-align: center;
    height: 27px;
}

.rf-edt-flt-i {
    width: 80%
}

.rf-edt-flt-i-err {
    background-color: '#{a4jSkin.warningBackgroundColor}';
}

.rf-edt-colctrl-btn {
    background-position: center;
    background-repeat: no-repeat;
    background-image: "#{a4jSkin.imageUrl('comboDownButton.png')}";
    cursor: pointer;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: '1px solid #{a4jSkin.tableBorderColor}';
}

.rf-edt-colctrl {
    font-family: '#{a4jSkin.generalFamilyFont}';
    font-size: '#{a4jSkin.generalSizeFont}';
    position: absolute;
    background-color: '#{a4jSkin.additionalBackgroundColor}';
    border: '1px solid #{a4jSkin.tableBorderColor}';
    padding: 4px;
    white-space: nowrap;
}

.rf-edt-colctrl input {
    margin-bottom: 0;
    vertical-align: bottom;
}

.rf-edt-colctrl label {
    margin-bottom: 2px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy