
META-INF.resources.org.richfaces.fileupload.ecss Maven / Gradle / Ivy
/*
* 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-fu {
background: '#{richSkin.generalBackgroundColor}';
border-color: '#{richSkin.panelBorderColor}';
border-style: solid;
border-width: 1px;
width: 400px; /*TODO Remove it*/
}
.rf-fu-hdr {
background-color: '#{richSkin.headerBackgroundColor}';
background-image: url("#{resource['org.richfaces.images:gradientA.png']}");
border-color: '#{richSkin.headerBackgroundColor}';
border-style: solid;
border-width: 1px;
margin-left: 1px;
margin-top: 1px;
white-space: nowrap;
}
.rf-fu-lst {
height: 210px; /*TODO Remove it*/
overflow-x: hidden;
overflow-y: auto;
}
.rf-fu-cntr-hdn {
display: none;
}
.rf-fu-btns-lft, .rf-fu-btns-rgh, .rf-fu-itm-lft, .rf-fu-itm-rgh {
display: inline-block;
overflow: hidden;
}
.rf-fu-btns-lft {
width: 66%;
}
.rf-fu-btns-rgh {
text-align: right;
width: 34%;
}
.rf-fu-btn-add, .rf-fu-btn-add-dis, .rf-fu-btn-upl, .rf-fu-btn-clr {
background-position:left top;
background-repeat:repeat-x;
border-style: solid;
border-width: 1px;
cursor: default;
display: inline-block;
margin: 4px;
vertical-align: top;
}
.rf-fu-btn-add, .rf-fu-btn-upl, .rf-fu-btn-clr {
background-color: '#{richSkin.trimColor}';
background-image: url("#{resource['org.richfaces.images:fuBtnGrad.png']}");
border-color: '#{richSkin.panelBorderColor}';
}
.rf-fu-btn-add-dis {
background-color: '#{richSkin.tableFooterBackgroundColor}';
background-image: url("#{resource['org.richfaces.images:fuBtnDisGrad.png']}");
border-color: '#{richSkin.tableFooterBackgroundColor}';
}
.rf-fu-btn-upl, .rf-fu-btn-clr {
display: none;
}
.rf-fu-btn-cnt-add, .rf-fu-btn-cnt-add-dis, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr, .rf-fu-itm-lbl, .rf-fu-itm-st, .rf-fu-itm-lnk {
font-family: '#{richSkin.generalFamilyFont}';
font-size: '#{richSkin.generalSizeFont}';
}
.rf-fu-btn-cnt-add, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr, .rf-fu-itm-lbl, .rf-fu-itm-st {
color: '#{richSkin.generalTextColor}';
}
.rf-fu-btn-cnt-add, .rf-fu-btn-cnt-add-dis, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr {
background-position: 2px 2px;
background-repeat: no-repeat;
display: inline-block;
padding: 3px 5px 3px 21px;
}
.rf-fu-btn-cnt-add {
background-image: url("#{resource['org.richfaces:fu-add.gif']}");
overflow: hidden;
position: relative;
}
.rf-fu-btn-cnt-add-dis {
background-image: url("#{resource['org.richfaces:fu-add-dis.gif']}");
color: '#{richSkin.tabDisabledTextColor}';
}
.rf-fu-btn-cnt-upl, .rf-fu-itm-st {
font-weight: bold;
}
.rf-fu-btn-cnt-upl {
background-image: url("#{resource['org.richfaces:fu-upl.gif']}");
}
.rf-fu-btn-cnt-clr {
background-image: url("#{resource['org.richfaces:fu-clr.gif']}");
}
.rf-fu-inp-cntr {
display: block;
height: 1px;
position: absolute;
right: 0;
top: 0;
}
.rf-fu-inp {
filter: "alpha(opacity=0)";
font-size: 10em;
margin: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.rf-fu-itm {
border-bottom-color: '#{richSkin.panelBorderColor}';
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 12px;
white-space: nowrap;
}
.rf-fu-itm-lft, .rf-fu-itm-rgh {
vertical-align: middle;
}
.rf-fu-itm-lft {
width: 85%;
}
.rf-fu-itm-rgh {
width: 14%;
}
.rf-fu-itm-lnk {
color: '#{richSkin.generalLinkColor}';
}
.rf-fu-itm-st {
display: none;
margin-top: 5px;
}