Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,157 @@
.positions tbody {
}
.positions {
background-color: white !important;
width: 100% !important;
border-collapse: separate !important;
table-layout:fixed !important;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: middle;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
text-align: center;
vertical-align: middle;
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.positions .lp tbody td {
text-align: center;
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

1225
modules/Accounts/css/jquery-ui.css vendored Normal file

File diff suppressed because it is too large Load Diff

133
modules/Connectors/tpls/tabs.css Executable file
View File

@@ -0,0 +1,133 @@
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*
Change log
243356 - F6F6F6 //very light gray (Sugar Grey)
a3a3a3 - d8d8d6
2647a0 - EEEEE8
EDF5FF - EEEEE8
fff - 000
*/
div.workarea {
padding: 5px;
float: left;
display:block;
width: 200px;
height: 100px;
}
.yui-skin-sam .yui-navset .yui-content table,
.yui-skin-sam .yui-navset .yui-content td
{
background: #F6F6F6 !important;
padding: 2px;
border: none;
}
div.enabled_workarea, div.disabled_workarea {
background: #FFFFFF;
}
div.datasource_content {
padding: 0px;
}
div.add_table {
background: #F6F6F6;
}
ul.draglist {
position: relative;
float: left;
width: 200px;
height: 100px;
border: 1px solid #808080;
margin: 1px;
padding: 1px;
overflow: auto;
cursor: pointer;
list-style-type: none;
vertical-align: top;
display:block;
background: #FFFFFF;
}
li.noBullet2 {
position: relative;
margin: 0px;
cursor: pointer;
padding:0px;
background: #FFFFFF;
/* border:1px solid #7EA6B2; */
}
ul.subpanelTablist
{
border-bottom: 1px solid;
border-bottom-color: #ABC3D7;
}
div.enabled_module_workarea, div.disabled_module_workarea {
padding: 5px;
float: left;
display:block;
width: 200px;
height: 200px;
}
ul.module_draglist {
position: relative;
float: left;
width: 200px;
height: 200px;
border: 1px solid #808080;
margin: 1px;
padding: 1px;
overflow: auto;
cursor: pointer;
list-style-type: none;
vertical-align: top;
display:block;
background: #FFFFFF;
}

137
modules/EcmAgreements/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,3 @@
.margin {
width: 50px!important;
}

327
modules/EcmCalendars/style.css Executable file
View File

@@ -0,0 +1,327 @@
.headerDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-color: #003366;
border: 1px solid #A6BCFF;
height: 35px;
width: 35px;
text-align: center;
vertical-align: middle;
}
.weekDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
background-color: #CAD8FF;
border: 1px solid #A6BCFF;
height: 15px;
width: 15px;
text-align: center;
vertical-align: middle;
}
.sundayDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
background-color: #CAD8FF;
border: 1px solid #A6BCFF;
text-align: center;
vertical-align: middle;
}
.dayDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366;
text-decoration: none;
background-color: #FFFFFF;
border: 1px solid #A6BCFF;
text-align: center;
vertical-align: middle;
height: 35px;
width: 35px;
}
.actDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366;
text-decoration: none;
background-color: #E2CFE2;
border: 1px solid #A6BCFF;
text-align: center;
vertical-align: middle;
}
.actsundayDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #990000;
border: 1px solid #A6BCFF;
text-align: center;
vertical-align: middle;
}
.actheaderDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003366;
text-decoration: none;
background-color: #B687B6;
border: 1px solid #A6BCFF;
text-align: center;
vertical-align: middle;
height: 35px;
width: 35px;
}
.monthDashlet {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.hourLabelDayView {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000099;
text-decoration: none;
background-color: #CCD9FF;
width: 40px;
text-align: center;
height: 24px;
border-bottom: 2px solid #C1C1FF;
}
.hourDayView {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000099;
text-decoration: none;
background-color: #FFFFFF;
height: 20px;
border-bottom: 2px solid #C1C1FF;
}
.activityBox {
background-color: #D0D9E8;
border: 1px solid #5327AD;
}
.activityBoxHeld {
background-color: #E1E1E1;
border: 1px solid #999999;
}
.activityBoxExpired {
background-color: #FCCDCD;
border: 1px solid #FF6262;
}
.divDashlet {
overflow: auto;
width: 300px;
max-height: 150px;
}
.divTableDashletCell {
height: 10px;
font-size: 12px;
margin: 0px;
padding: 0px;
}
div.outTable {
width: 100%;
display: table;
}
div.rowTable {
display: table-row;
}
div.cellTable {
display: table-cell;
}
* html div.outTable {
width: 100%;
display: block;
}
* html div.rowTable {
display: inline;
}
* html div.cellTable {
display: inline;
float: left;
height: auto;
}
a.dashletLink:link {
text-decoration: none;
}
a.dashletLink:hover {
text-decoration: none;
}
a.dashletLink:visited {
text-decoration: none;
}
a.dashletLink:active {
text-decoration: none;
}
a.dashletLinkHeld:link {
text-decoration: none;
color: #000000;
}
a.dashletLinkHeld:hover {
text-decoration: none;
color: #666666;
}
a.dashletLinkHeld:visited {
text-decoration: none;
color: #000000;
}
a.dashletLinkHeld:active {
text-decoration: none;
color: #000000;
}
a.dashletLinkNameHeld:link {
text-decoration: line-through;
color: #000000;
}
a.dashletLinkNameHeld:hover {
text-decoration: line-through;
color: #666666;
}
a.dashletLinkNameHeld:visited {
text-decoration: line-through;
color: #000000;
}
a.dashletLinkNameHeld:active {
text-decoration: line-through;
color: #000000;
}
a.dashletLinkExpired:link {
text-decoration: none;
color: red;
}
a.dashletLinkExpired:hover {
text-decoration: none;
color: #CC0000;
}
a.dashletLinkExpired:visited {
text-decoration: none;
color: red;
}
a.dashletLinkExpired:active {
text-decoration: none;
color: red;
}
.hourDashletHeld {
text-decoration: none;
color: #000000;
}
.hourDashletExpired {
text-decoration: none;
color: red;
}
.divTableDay {
padding: 5px;
border: 1px solid #C1C1FF;
}
.linkClassThrough {
text-decoration: line-through;
}
a.boxLink:link {
text-decoration: none;
font-size: 11px;
}
a.boxLink:hover {
text-decoration: none;
font-size: 11px;
}
a.boxLink:visited {
text-decoration: none;
font-size: 11px;
}
a.boxLink:active {
text-decoration: none;
font-size: 11px;
}
a.boxLinkHeld:link {
text-decoration: none;
font-size: 11px;
color: #000000;
}
a.boxLinkHeld:hover {
text-decoration: none;
font-size: 11px;
color: #666666;
}
a.boxLinkHeld:visited {
text-decoration: none;
font-size: 11px;
color: #000000;
}
a.boxLinkHeld:active {
text-decoration: none;
font-size: 11px;
color: #000000;
}
a.boxLinkNameHeld:link {
text-decoration: line-through;
font-size: 11px;
color: #000000;
}
a.boxLinkNameHeld:hover {
text-decoration: line-through;
font-size: 11px;
color: #666666;
}
a.boxLinkNameHeld:visited {
text-decoration: line-through;
font-size: 11px;
color: #000000;
}
a.boxLinkNameHeld:active {
text-decoration: line-through;
font-size: 11px;
color: #000000;
}
a.boxLinkExpired:link {
text-decoration: none;
font-size: 11px;
color: red;
}
a.boxLinkExpired:hover {
text-decoration: none;
font-size: 11px;
color: #CC0000;
}
a.boxLinkExpired:visited {
text-decoration: none;
font-size: 11px;
color: red;
}
a.boxLinkExpired:active {
text-decoration: none;
font-size: 11px;
color: red;
}
.hourBoxHeld {
text-decoration: none;
font-size: 11px;
color: #000000;
}
.hourBoxExpired {
text-decoration: none;
font-size: 11px;
color: red;
}

57
modules/EcmCalls/Hint.css Executable file
View File

@@ -0,0 +1,57 @@
@charset "utf-8";
/* CSS Document */
div.outTable {
width: 100%;
display: table;
}
div.rowTable {
display: table-row;
}
div.cellTable {
display: table-cell;
}
* html div.outTable {
width: 100%;
display: block;
}
* html div.rowTable {
display: inline;
}
* html div.cellTable {
display: inline;
float: left;
height: auto;
}
.EcmCallsAdditionalDetailsDiv table {
padding:0;
padding:0 !important;
margin:0;
}
.EcmCallsAdditionalDetailsDiv table tr {
padding:0;
padding:0 !important;
margin:0;
border:none;
}
.EcmCallsAdditionalDetailsDiv table tr td {
padding:0;
padding:0 !important;
margin:0;
border:none;
}
.EcmCallsAdditionalDetailsTableTD1 {
font-weight:900;
width:100px;
border:none;
}
.EcmCallsAdditionalDetailsTableTD2 {
font-weight:300;
width:100px;
border:none;
}

125
modules/EcmCalls/MyTable.css Executable file
View File

@@ -0,0 +1,125 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
max-height: 24px;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 20px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 24px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}

View File

@@ -0,0 +1,62 @@
@charset "utf-8";
/* CSS Document */
.anMenu {
position: absolute;
left: 100;
top: 100;
height: auto;
width: 500px;
border: 1px solid #000000;
}
.anMenuHeader {
position: relative;
width: auto;
height: 16px;
padding: 3px;
background-color: #666666;
font: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: 400;
font-size: 12px;
cursor: move;
width: auto;
}
.anMenuHeader img {
position: absolute;
top: 3;
right: 3;
cursor: pointer;
}
.anMenuBody {
width: auto;
height: auto;
padding: 5px;
background-color: #FFFFFF;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.anMenuBody div {
height: 25px;
vertical-align: middle;
}
.anMenuBody div span {
display:block;
}
.anMenuFooter {
width: auto;
height: 20px;
padding: 3px;
border-top: 1px dotted #666666;
background-color: #CCCCCC;
font: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: 400;
font-size: 12px;
}

View File

@@ -0,0 +1,168 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yui-overlay,
.yui-panel-container {
visibility: hidden;
position: absolute;
z-index: 2;
}
.yui-panel-container form {
margin: 0;
}
.mask {
z-index: 1;
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mask.block-scrollbars {
/*
Application of "overflow:auto" prevents Mac scrollbars from bleeding
through the modality mask in Gecko. The block-scollbars class is only
added for Gecko on MacOS
*/
overflow: auto;
}
/*
PLEASE NOTE:
1) ".masked select" is used to prevent <SELECT> elements bleeding through
the modality mask in IE 6.
2) ".drag select" is used to hide <SELECT> elements when dragging a
Panel in IE 6. This is necessary to prevent some redraw problems with
the <SELECT> elements when a Panel instance is dragged.
3) ".hide-select select" is appended to an Overlay instance's root HTML
element when it is being annimated by YAHOO.widget.ContainerEffect.
This is necessary because <SELECT> elements don't inherit their parent
element's opacity in IE 6.
*/
.masked select,
.drag select,
.hide-select select {
_visibility: hidden;
}
.yui-panel-container select {
_visibility: inherit;
}
/*
There are two known issues with YAHOO.widget.Overlay (and its subclasses) that
manifest in Gecko-based browsers on Mac OS X:
1) Elements with scrollbars will poke through Overlay instances floating
above them.
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
visible when the Overlay is hidden.
To fix these bugs:
1) The "overflow" property of an Overlay instance's root element and child
nodes is toggled between "hidden" and "auto" (through the application
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
as its "visibility" configuration property is toggled between
"false" and "true."
2) The "display" property of <SELECT> elements that are child nodes of the
Overlay instance's root element is set to "none" when it is hidden.
PLEASE NOTE:
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
applied only for Gecko on Mac OS X and are added/removed to/from the
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
2) There may be instances where the CSS for a web page or application
contains style rules whose specificity override the rules implemented by
the Container CSS files to fix this bug. In such cases, is necessary to
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
write custom style rules to guard against this bug.
** For more information on this issue, see:
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
+ SourceForge bug #1723530
*/
.hide-scrollbars,
.hide-scrollbars * {
overflow: hidden;
}
.hide-scrollbars select {
display: none;
}
.show-scrollbars {
overflow: auto;
}
.yui-panel-container.show-scrollbars,
.yui-tt.show-scrollbars {
overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay,
.yui-tt.show-scrollbars .yui-tt-shadow {
overflow: auto;
}
/*
Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
the Panel's content changes, to force Safari 2.x to redraw the underlay.
We attempt to choose a CSS property which has no visual impact when added,
removed.
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
padding-bottom: 1px;
}
.yui-effect-fade .underlay {
display:none;
}
/*
PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended
to its root element via JavaScript once it has been rendered. The
code that creates the shadow lives in the Tooltip's public "onRender"
event handler that is a prototype method of YAHOO.widget.Tooltip.
Implementers wishing to remove a Tooltip's shadow or add any other markup
required for a given skin for Tooltip should override the "onRender" method.
*/
.yui-tt-shadow {
position: absolute;
}
.yui-override-padding {
padding:0 !important;
}
.yui-panel-container .container-close {
overflow:hidden;
text-indent:-10000em;
text-decoration:none;
}

View File

@@ -0,0 +1,325 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yui-overlay,
.yui-panel-container {
visibility:hidden;
position:absolute;
z-index: 2;
}
.yui-tt {
visibility:hidden;
position:absolute;
color:#333;
background-color:#FDFFB4;
font-family:arial,helvetica,verdana,sans-serif;
padding:2px;
border:1px solid #FCC90D;
font:100% sans-serif;
width:auto;
}
/*
PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended
to its root element via JavaScript once it has been rendered. The
code that creates the shadow lives in the Tooltip's public "onRender"
event handler that is a prototype method of YAHOO.widget.Tooltip.
Implementers wishing to remove a Tooltip's shadow or add any other markup
required for a given skin for Tooltip should override the "onRender" method.
*/
.yui-tt-shadow {
display: none;
}
* html body.masked select {
visibility:hidden;
}
* html div.yui-panel-container select {
visibility:inherit;
}
* html div.drag select {
visibility:hidden;
}
* html div.hide-select select {
visibility:hidden;
}
.mask {
z-index: 1;
display:none;
position:absolute;
top:0;
left:0;
-moz-opacity: 0.5;
opacity:.50;
filter: alpha(opacity=50);
background-color:#CCC;
}
/*
There are two known issues with YAHOO.widget.Overlay (and its subclasses) that
manifest in Gecko-based browsers on Mac OS X:
1) Elements with scrollbars will poke through Overlay instances floating
above them.
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
visible when the Overlay is hidden.
To fix these bugs:
1) The "overflow" property of an Overlay instance's root element and child
nodes is toggled between "hidden" and "auto" (through the application
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
as its "visibility" configuration property is toggled between
"false" and "true."
2) The "display" property of <SELECT> elements that are child nodes of the
Overlay instance's root element is set to "none" when it is hidden.
PLEASE NOTE:
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
applied only for Gecko on Mac OS X and are added/removed to/from the
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
2) There may be instances where the CSS for a web page or application
contains style rules whose specificity override the rules implemented by
the Container CSS files to fix this bug. In such cases, is necessary to
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
write custom style rules to guard against this bug.
** For more information on this issue, see:
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
+ SourceForge bug #1723530
*/
.hide-scrollbars,
.hide-scrollbars * {
overflow: hidden;
}
.hide-scrollbars select {
display: none;
}
.show-scrollbars {
overflow: auto;
}
.yui-panel-container.show-scrollbars {
overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay {
overflow: auto;
}
.yui-panel-container.focused {
}
/* Panel underlay styles */
.yui-panel-container .underlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.yui-panel-container.matte {
padding: 3px;
background-color: #fff;
}
.yui-panel-container.shadow .underlay {
top: 3px;
bottom: -3px;
right: -3px;
left: 3px;
background-color: #000;
opacity: .12;
filter: alpha(opacity=12); /* For IE */
}
/*
Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
the Panel's content changes, to force Safari 2.x to redraw the underlay.
We attempt to choose a CSS property which has no visual impact when added,
removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
padding-bottom: 1px;
}
.yui-effect-fade .underlay {
display:none;
}
.yui-panel {
visibility:hidden;
border-collapse:separate;
position:relative;
left:0;
top:0;
font:1em Arial;
background-color:#FFF;
border:1px solid #000;
z-index:1;
overflow:hidden;
}
.yui-panel .hd {
background-color:#3d77cb;
color:#FFF;
font-size:100%;
line-height:100%;
border:1px solid #FFF;
border-bottom:1px solid #000;
font-weight:bold;
padding:4px;
white-space:nowrap;
}
.yui-panel .bd {
overflow:hidden;
padding:4px;
}
.yui-panel .bd p {
margin:0 0 1em;
}
.yui-panel .container-close {
position:absolute;
top:5px;
right:4px;
z-index:6;
height:12px;
width:12px;
margin:0px;
padding:0px;
background:url(close12_1.gif) no-repeat;
cursor:pointer;
visibility:inherit;
text-indent:-10000em;
overflow:hidden;
text-decoration:none;
}
.yui-panel .ft {
padding:4px;
overflow:hidden;
}
.yui-simple-dialog .bd .yui-icon {
background-repeat:no-repeat;
width:16px;
height:16px;
margin-right:10px;
float:left;
}
.yui-simple-dialog .bd span.blckicon {
background: url("blck16_1.gif") no-repeat;
}
.yui-simple-dialog .bd span.alrticon {
background: url("alrt16_1.gif") no-repeat;
}
.yui-simple-dialog .bd span.hlpicon {
background: url("hlp16_1.gif") no-repeat;
}
.yui-simple-dialog .bd span.infoicon {
background: url("info16_1.gif") no-repeat;
}
.yui-simple-dialog .bd span.warnicon {
background: url("warn16_1.gif") no-repeat;
}
.yui-simple-dialog .bd span.tipicon {
background: url("tip16_1.gif") no-repeat;
}
.yui-dialog .ft,
.yui-simple-dialog .ft {
padding-bottom:5px;
padding-right:5px;
text-align:right;
}
.yui-dialog form,
.yui-simple-dialog form {
margin:0;
}
.button-group button {
font:100 76% verdana;
text-decoration:none;
background-color: #E4E4E4;
color: #333;
cursor: hand;
vertical-align: middle;
border: 2px solid #797979;
border-top-color:#FFF;
border-left-color:#FFF;
margin:2px;
padding:2px;
}
.button-group button.default {
font-weight:bold;
}
.button-group button:hover,
.button-group button.hover {
border:2px solid #90A029;
background-color:#EBF09E;
border-top-color:#FFF;
border-left-color:#FFF;
}
.button-group button:active {
border:2px solid #E4E4E4;
background-color:#BBB;
border-top-color:#333;
border-left-color:#333;
}
.yui-override-padding {
padding:0 !important;
}

View File

@@ -0,0 +1,242 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* Panel modality mask styles */
.yui-skin-sam .mask {
background-color: #000;
opacity: .25;
*filter: alpha(opacity=25); /* Set opacity in IE */
}
/* Panel styles */
.yui-skin-sam .yui-panel-container {
padding:0 1px;
/* Padding added for IE to allow 0,0 alignment with shadow */
*padding:2px;
}
.yui-skin-sam .yui-panel {
position: relative;
left:0;
top:0;
border-style: solid;
border-width: 1px 0;
border-color: #808080;
z-index: 1;
/* Rollback rounded corner support for IE6/7 */
*border-width:1px;
*zoom:1;
_zoom:normal;
}
.yui-skin-sam .yui-panel .hd,
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
border-style: solid;
border-width: 0 1px;
border-color: #808080;
margin: 0 -1px;
/* Rollback rounded corner support for IE6/7 */
*margin:0;
*border:0;
}
.yui-skin-sam .yui-panel .hd {
border-bottom: solid 1px #ccc;
}
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
background-color: #F2F2F2;
}
.yui-skin-sam .yui-panel .hd {
padding: 0 10px;
font-size: 93%; /* 12px */
line-height: 2; /* ~24px */
*line-height: 1.9; /* For IE */
font-weight: bold;
color: #000;
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px;
}
.yui-skin-sam .yui-panel .bd {
padding: 10px;
}
.yui-skin-sam .yui-panel .ft {
border-top: solid 1px #808080;
padding: 5px 10px;
font-size: 77%;
}
.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
}
.yui-skin-sam .container-close {
position: absolute;
top: 5px;
right: 6px;
width: 25px;
height: 15px;
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;
cursor:pointer;
}
/* Panel underlay styles */
.yui-skin-sam .yui-panel-container .underlay {
right: -1px;
left: -1px;
}
.yui-skin-sam .yui-panel-container.matte {
padding: 9px 10px;
background-color: #fff;
}
.yui-skin-sam .yui-panel-container.shadow {
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
_padding: 2px 4px 0 2px;
}
.yui-skin-sam .yui-panel-container.shadow .underlay {
position: absolute;
top: 2px;
left: -3px;
right: -3px;
bottom: -3px;
/* IE7 Strict (provides 3px shadow (when combined with 2px padding applied to container) */
*top: 4px;
*left: -1px;
*right: -1px;
*bottom: -1px;
/* IE 7 Quirks Mode and IE 6 Standards Mode and Quirks mode */
_top: 0;
_left: 0;
_right: 0;
_bottom: 0;
_margin-top: 3px;
_margin-left: -1px;
background-color: #000;
opacity: .12;
*filter: alpha(opacity=12); /* Set opacity in IE */
}
/* Dialog styles */
.yui-skin-sam .yui-dialog .ft {
border-top: none;
padding: 0 10px 10px 10px;
font-size: 100%;
}
.yui-skin-sam .yui-dialog .ft .button-group {
display: block;
text-align: right;
}
/* Dialog default button style */
.yui-skin-sam .yui-dialog .ft button.default {
font-weight:bold;
}
/* Dialog default YUI Button style */
.yui-skin-sam .yui-dialog .ft span.default {
border-color: #304369;
background-position: 0 -1400px;
}
.yui-skin-sam .yui-dialog .ft span.default .first-child {
border-color: #304369;
}
.yui-skin-sam .yui-dialog .ft span.default button {
color: #fff;
}
/* Dialog YUI Button disabled state */
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled {
background-position:0pt -1500px;
border-color:#ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child {
border-color:#ccc;
}
.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button {
color:#a6a6a6;
}
/* SimpleDialog icon styles */
.yui-skin-sam .yui-simple-dialog .bd .yui-icon {
background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
width: 16px;
height: 16px;
margin-right: 10px;
float: left;
}
.yui-skin-sam .yui-simple-dialog .bd span.blckicon {
background-position: 0 -1100px;
}
.yui-skin-sam .yui-simple-dialog .bd span.alrticon {
background-position: 0 -1050px;
}
.yui-skin-sam .yui-simple-dialog .bd span.hlpicon {
background-position: 0 -1150px;
}
.yui-skin-sam .yui-simple-dialog .bd span.infoicon {
background-position: 0 -1200px;
}
.yui-skin-sam .yui-simple-dialog .bd span.warnicon {
background-position: 0 -1900px;
}
.yui-skin-sam .yui-simple-dialog .bd span.tipicon {
background-position: 0 -1250px;
}
/* Tooltip styles */
.yui-skin-sam .yui-tt .bd {
position: relative;
top: 0;
left: 0;
z-index: 1;
color: #000;
padding: 2px 5px;
border-color: #D4C237 #A6982B #A6982B #A6982B;
border-width: 1px;
border-style: solid;
background-color: #FFEE69;
}
.yui-skin-sam .yui-tt.show-scrollbars .bd {
overflow: auto;
}
.yui-skin-sam .yui-tt-shadow {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
background-color: #000;
}
.yui-skin-sam .yui-tt-shadow-visible {
opacity: .12;
*filter: alpha(opacity=12); /* For IE */
}

View File

@@ -0,0 +1,7 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px;}.yui-effect-fade .underlay{display:none;}.yui-tt-shadow{position:absolute;}.yui-override-padding{padding:0 !important;}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none;}.yui-skin-sam .mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px;}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal;}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0;}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc;}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#F2F2F2;}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px;}.yui-skin-sam .yui-panel .bd{padding:10px;}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}.yui-skin-sam .yui-panel-container.focused .yui-panel .hd{}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer;}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px;}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff;}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px;}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;*filter:alpha(opacity=12);}.yui-skin-sam .yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right;}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold;}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369;}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0pt -1500px;border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc;}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6;}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto;}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;*filter:alpha(opacity=12);}

View File

@@ -0,0 +1,7 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

View File

@@ -0,0 +1,46 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
* Percents could work for IE, but for backCompat purposes, we are using keywords.
* x-small is for IE6/7 quirks mode.
*/
body {
font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}
/**
* Nudge down to get to 13px equivalent for these form elements
*/
select,
input,
button,
textarea {
font:99% arial,helvetica,clean,sans-serif;
}
/**
* To help tables remember to inherit
*/
table {
font-size:inherit;
font:100%;
}
/**
* Bump up IE to get to 13px equivalent for these fixed-width elements
*/
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

View File

@@ -0,0 +1,238 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* Menu & MenuBar styles */
.yuimenu {
top: -999em;
left: -999em;
}
.yuimenubar {
position: static;
}
.yuimenu .yuimenu,
.yuimenubar .yuimenu {
position: absolute;
}
.yuimenubar li,
.yuimenu li {
list-style-type: none;
}
.yuimenubar ul,
.yuimenu ul,
.yuimenubar li,
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 {
margin: 0;
padding: 0;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
text-align: left;
white-space: nowrap;
}
/*
The following style rule trigger the "hasLayout" property in
IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
MenuBar instance's <ul> element, allowing both to clear their floated
child <li> elements.
*/
.yuimenubar ul {
*zoom: 1;
}
/*
Remove the "hasLayout" trigger for submenus of MenuBar instances as it
is unnecessary.
*/
.yuimenubar .yuimenu ul {
*zoom: normal;
}
/*
The following style rule allows a MenuBar instance's <ul> element to clear
its floated <li> elements in Firefox, Safari and and Opera.
*/
.yuimenubar>.bd>ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
line-height: 0;
}
.yuimenubaritem {
float: left;
}
.yuimenubaritemlabel,
.yuimenuitemlabel {
display: block;
}
.yuimenuitemlabel .helptext {
font-style: normal;
display: block;
/*
The value for the left margin controls how much the help text is
offset from the text of the menu item. This value will need to
be customized depending on the longest text label of a menu item.
*/
margin: -1em 0 0 10em;
}
/*
PLEASE NOTE: The <div> element used for a menu's shadow is appended
to its root element via JavaScript once it has been rendered. The
code that creates the shadow lives in the menu's public "onRender"
event handler that is a prototype method of YAHOO.widget.Menu.
Implementers wishing to remove a menu's shadow or add any other markup
required for a given skin for menu should override the "onRender" method.
*/
.yui-menu-shadow {
position: absolute;
visibility: hidden;
z-index: -1;
}
.yui-menu-shadow-visible {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
visibility: visible;
}
/*
There are two known issues with YAHOO.widget.Overlay (the superclass class of
Menu) that manifest in Gecko-based browsers on Mac OS X:
1) Elements with scrollbars will poke through Overlay instances floating
above them.
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
visible when the Overlay is hidden.
To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):
1) The "overflow" property of a Menu instance's shadow element and child
nodes is toggled between "hidden" and "auto" (through the application
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
as its "visibility" configuration property is toggled between
"false" and "true."
2) The "display" property of <select> elements that are child nodes of the
Menu instance's root element is set to "none" when it is hidden.
PLEASE NOTE:
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
applied only for Gecko on Mac OS X and are added/removed to/from the
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
2) There may be instances where the CSS for a web page or application
contains style rules whose specificity override the rules implemented by
the Menu CSS files to fix this bug. In such cases, is necessary to
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
write custom style rules to guard against this bug.
** For more information on this issue, see:
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
+ SourceForge bug #1723530
*/
.hide-scrollbars * {
overflow: hidden;
}
.hide-scrollbars select {
display: none;
}
/*
The following style rule (".yuimenu.show-scrollbars") overrides the
".show-scrollbars" rule defined in container-core.css which sets the
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to
"auto" when it is visible. Without this override, a Menu would have scrollbars
when one of its submenus is visible.
*/
.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {
overflow: visible;
}
.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {
overflow: hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {
overflow: auto;
}

View File

@@ -0,0 +1,497 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* Menu & MenuBar styles */
.yuimenu {
top: -999em;
left: -999em;
}
.yuimenubar {
position: static;
}
.yuimenu .yuimenu,
.yuimenubar .yuimenu {
position: absolute;
}
.yuimenubar li,
.yuimenu li {
list-style-type: none;
}
.yuimenubar ul,
.yuimenu ul,
.yuimenubar li,
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 {
margin: 0;
padding: 0;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
text-align: left;
white-space: nowrap;
}
/*
The following style rule trigger the "hasLayout" property in
IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
MenuBar instance's <ul> element, allowing both to clear their floated
child <li> elements.
*/
.yuimenubar ul {
*zoom: 1;
}
/*
Remove the "hasLayout" trigger for submenus of MenuBar instances as it
is unnecessary.
*/
.yuimenubar .yuimenu ul {
*zoom: normal;
}
/*
The following style rule allows a MenuBar instance's <ul> element to clear
its floated <li> elements in Firefox, Safari and and Opera.
*/
.yuimenubar>.bd>ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
line-height: 0;
}
.yuimenubaritem {
float: left;
}
.yuimenubaritemlabel,
.yuimenuitemlabel {
display: block;
}
.yuimenuitemlabel .helptext {
font-style: normal;
display: block;
/*
The value for the left margin controls how much the help text is
offset from the text of the menu item. This value will need to
be customized depending on the longest text label of a menu item.
*/
margin: -1em 0 0 10em;
}
/*
PLEASE NOTE: The <div> element used for a menu's shadow is appended
to its root element via JavaScript once it has been rendered. The
code that creates the shadow lives in the menu's public "onRender"
event handler that is a prototype method of YAHOO.widget.Menu.
Implementers wishing to remove a menu's shadow or add any other markup
required for a given skin for menu should override the "onRender" method.
*/
.yui-menu-shadow {
position: absolute;
visibility: hidden;
z-index: -1;
}
.yui-menu-shadow-visible {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
visibility: visible;
}
/*
There are two known issues with YAHOO.widget.Overlay (the superclass class of
Menu) that manifest in Gecko-based browsers on Mac OS X:
1) Elements with scrollbars will poke through Overlay instances floating
above them.
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
visible when the Overlay is hidden.
To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):
1) The "overflow" property of a Menu instance's shadow element and child
nodes is toggled between "hidden" and "auto" (through the application
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
as its "visibility" configuration property is toggled between
"false" and "true."
2) The "display" property of <select> elements that are child nodes of the
Menu instance's root element is set to "none" when it is hidden.
PLEASE NOTE:
1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
applied only for Gecko on Mac OS X and are added/removed to/from the
Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
"showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
2) There may be instances where the CSS for a web page or application
contains style rules whose specificity override the rules implemented by
the Menu CSS files to fix this bug. In such cases, is necessary to
leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
write custom style rules to guard against this bug.
** For more information on this issue, see:
+ https://bugzilla.mozilla.org/show_bug.cgi?id=187435
+ SourceForge bug #1723530
*/
.hide-scrollbars * {
overflow: hidden;
}
.hide-scrollbars select {
display: none;
}
/*
The following style rule (".yuimenu.show-scrollbars") overrides the
".show-scrollbars" rule defined in container-core.css which sets the
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to
"auto" when it is visible. Without this override, a Menu would have scrollbars
when one of its submenus is visible.
*/
.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {
overflow: visible;
}
.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {
overflow: hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {
overflow: auto;
}
/* MenuBar style rules */
.yuimenubar {
background-color: #f6f7ee;
}
/* Menu style rules */
.yuimenu {
background-color: #f6f7ee;
border: solid 1px #c4c4be;
padding: 1px;
}
.yui-menu-shadow {
display: none;
}
.yuimenu ul {
border: solid 1px #c4c4be;
border-width: 1px 0 0 0;
padding: 10px 0;
}
.yuimenu .yui-menu-body-scrolled {
overflow: hidden;
}
/* Group titles */
.yuimenu h6,
.yuimenubar h6 {
font-size: 100%;
font-weight: normal;
border: solid 1px #c4c4be;
color: #b9b9b9;
}
.yuimenubar h6 {
float: left;
padding: 4px 12px;
border-width: 0 1px 0 0;
}
.yuimenubar .yuimenu h6 {
float: none;
}
.yuimenu h6 {
border-width: 1px 0 0 0;
padding: 5px 10px 0 10px;
}
.yuimenu ul.first-of-type,
.yuimenu ul.hastitle,
.yuimenu h6.first-of-type {
border-width: 0;
}
/* Top and bottom scroll controls */
.yuimenu .topscrollbar,
.yuimenu .bottomscrollbar {
height: 16px;
background-position: center center;
background-repeat: no-repeat;
}
.yuimenu .topscrollbar {
background-image: url(menu_up_arrow.png);
}
.yuimenu .topscrollbar_disabled {
background-image: url(menu_up_arrow_disabled.png);
}
.yuimenu .bottomscrollbar {
background-image: url(menu_down_arrow.png);
}
.yuimenu .bottomscrollbar_disabled {
background-image: url(menu_down_arrow_disabled.png);
}
/* MenuItem and MenuBarItem styles */
.yuimenuitem {
/*
For IE: Used to collapse superfluous white space between <li> elements
that is triggered by the "display" property of the <a> elements being
set to "block."
*/
*border-bottom: solid 1px #f6f7ee;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
font-size: 85%;
color: #000;
text-decoration: none;
}
.yuimenuitemlabel {
padding: 2px 24px;
}
.yuimenubaritemlabel {
border-width: 0 0 0 1px;
border-style: solid;
border-color: #c4c4be;
padding: 4px 24px;
}
.yuimenubar li.first-of-type .yuimenubaritemlabel {
border-width: 0;
}
.yuimenubaritem-hassubmenu {
background: url(menubaritem_submenuindicator.png) right center no-repeat;
}
.yuimenuitem-hassubmenu {
background: url(menuitem_submenuindicator.png) right center no-repeat;
}
.yuimenuitem-checked {
background: url(menuitem_checkbox.png) left center no-repeat;
}
.yuimenuitemlabel .helptext {
margin-top: -1.1em;
*margin-top: -1.2em; /* For IE*/
}
/* MenuItem states */
/* Selected MenuItem */
.yuimenubaritem-selected,
.yuimenuitem-selected {
background-color: #8c8ad0;
}
.yuimenubaritemlabel-selected,
.yuimenuitemlabel-selected {
text-decoration: underline;
color: #fff;
}
.yuimenubaritem-hassubmenu-selected {
background-image: url(menubaritem_submenuindicator_selected.png);
}
.yuimenuitem-hassubmenu-selected {
background-image: url(menuitem_submenuindicator_selected.png);
}
.yuimenuitem-checked-selected {
background-image: url(menuitem_checkbox_selected.png);
}
/* Disabled MenuItem */
.yuimenubaritemlabel-disabled,
.yuimenuitemlabel-disabled {
cursor: default;
color: #b9b9b9;
}
.yuimenubaritem-hassubmenu-disabled {
background-image: url(menubaritem_submenuindicator_disabled.png);
}
.yuimenuitem-hassubmenu-disabled {
background-image: url(menuitem_submenuindicator_disabled.png);
}
.yuimenuitem-checked-disabled {
background-image: url(menuitem_checkbox_disabled.png);
}

View File

@@ -0,0 +1,325 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* MenuBar style rules */
.yui-skin-sam .yuimenubar {
font-size: 93%; /* 12px */
line-height: 2; /* ~24px */
*line-height: 1.9; /* For IE */
border: solid 1px #808080;
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
}
/* MenuBarItem style rules */
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: solid 1px #ccc;
}
.yui-skin-sam .yuimenubaritemlabel {
padding: 0 10px;
color: #000;
text-decoration: none;
cursor: default;
border-style: solid;
border-color: #808080;
border-width: 1px 0;
*position: relative; /* Necessary to get negative margins in IE. */
margin: -1px 0;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
padding-right: 20px;
/*
Prevents the label from shifting left in IE when the
".yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected"
rule us applied.
*/
*display: inline-block;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
background: url(menubaritem_submenuindicator.png) right center no-repeat;
}
/* MenuBarItem states */
/* Selected MenuBarItem */
.yui-skin-sam .yuimenubaritem-selected {
background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
}
.yui-skin-sam .yuimenubaritemlabel-selected {
border-color: #7D98B8;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
border-left-width: 1px;
margin-left: -1px;
*left: -1px; /* For IE */
}
/* Disabled MenuBarItem */
.yui-skin-sam .yuimenubaritemlabel-disabled {
cursor: default;
color: #A6A6A6;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
background-image: url(menubaritem_submenuindicator_disabled.png);
}
/* Menu style rules */
.yui-skin-sam .yuimenu {
font-size: 93%; /* 12px */
line-height: 1.5; /* 18px */
*line-height: 1.45; /* For IE */
}
.yui-skin-sam .yuimenubar .yuimenu,
.yui-skin-sam .yuimenu .yuimenu {
font-size: 100%;
}
.yui-skin-sam .yuimenu .bd {
/*
The following application of zoom:1 prevents first tier submenus of a MenuBar from hiding
when the mouse is moving from an item in a MenuBar to a submenu in IE 7.
*/
*zoom: 1;
_zoom: normal; /* Remove this rule for IE 6. */
border: solid 1px #808080;
background-color: #fff;
}
.yui-skin-sam .yuimenu .yuimenu .bd {
*zoom: normal;
}
.yui-skin-sam .yuimenu ul {
padding: 3px 0;
border-width: 1px 0 0 0;
border-color: #ccc;
border-style: solid;
}
.yui-skin-sam .yuimenu ul.first-of-type {
border-width: 0;
}
/* Group titles */
.yui-skin-sam .yuimenu h6 {
font-weight: bold;
border-style: solid;
border-color: #ccc;
border-width: 1px 0 0 0;
color: #a4a4a4;
padding: 3px 10px 0 10px;
}
.yui-skin-sam .yuimenu ul.hastitle,
.yui-skin-sam .yuimenu h6.first-of-type {
border-width: 0;
}
/* Top and bottom scroll controls */
.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
border-color: #ccc #808080;
overflow: hidden;
}
.yui-skin-sam .yuimenu .topscrollbar,
.yui-skin-sam .yuimenu .bottomscrollbar {
height: 16px;
border: solid 1px #808080;
background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
}
.yui-skin-sam .yuimenu .topscrollbar {
border-bottom-width: 0;
background-position: center -950px;
}
.yui-skin-sam .yuimenu .topscrollbar_disabled {
background-position: center -975px;
}
.yui-skin-sam .yuimenu .bottomscrollbar {
border-top-width: 0;
background-position: center -850px;
}
.yui-skin-sam .yuimenu .bottomscrollbar_disabled {
background-position: center -875px;
}
/* MenuItem style rules */
.yui-skin-sam .yuimenuitem {
/*
For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
Used to collapse superfluous white space between <li> elements
that is triggered by the "display" property of the <a> elements being
set to "block."
*/
_border-bottom: solid 1px #fff;
}
.yui-skin-sam .yuimenuitemlabel {
padding: 0 20px;
color: #000;
text-decoration: none;
cursor: default;
}
.yui-skin-sam .yuimenuitemlabel .helptext {
margin-top: -1.5em;
*margin-top: -1.45em; /* For IE*/
}
.yui-skin-sam .yuimenuitem-hassubmenu {
background-image: url(menuitem_submenuindicator.png);
background-position: right center;
background-repeat: no-repeat;
}
.yui-skin-sam .yuimenuitem-checked {
background-image: url(menuitem_checkbox.png);
background-position: left center;
background-repeat: no-repeat;
}
/* Menu states */
/* Visible Menu */
.yui-skin-sam .yui-menu-shadow-visible {
background-color: #000;
/*
Opacity can be expensive, so defer the use of opacity until the
menu is visible.
*/
opacity: .12;
*filter: alpha(opacity=12); /* For IE */
}
/* MenuItem states */
/* Selected MenuItem */
.yui-skin-sam .yuimenuitem-selected {
background-color: #B3D4FF;
}
/* Disabled MenuItem */
.yui-skin-sam .yuimenuitemlabel-disabled {
cursor: default;
color: #A6A6A6;
}
.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
background-image: url(menuitem_submenuindicator_disabled.png);
}
.yui-skin-sam .yuimenuitem-checked-disabled {
background-image: url(menuitem_checkbox_disabled.png);
}

View File

@@ -0,0 +1,7 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;*filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}

137
modules/EcmDesigns/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,32 @@
body
{
background-color: #CCCCFF;
margin: 0px;
padding: 0px;
}
/* Banner (top bar) classes */
.banner { }
.banner-menu
{
clear: both;
padding: .5em;
border-top: 2px solid #6666AA;
}
.banner-title
{
text-align: right;
font-size: 20pt;
font-weight: bold;
margin: .2em;
}
.package-selector
{
background-color: #AAAADD;
border: 1px solid black;
color: yellow;
}

View File

@@ -0,0 +1,133 @@
a { color: #336699; text-decoration: none; }
a:hover { color: #6699CC; text-decoration: underline; }
a:active { color: #6699CC; text-decoration: underline; }
body, table { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt }
p, li { line-height: 140% }
a img { border: 0px; }
dd { margin-left: 0px; padding-left: 1em; }
/* Page layout/boxes */
.info-box {}
.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #CCCCFF }
.info-box-body { border: 1px solid #999999; padding: .5em; }
.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
.page-body { max-width: 800px; margin: auto; }
.tree dl { margin: 0px }
/* Index formatting classes */
.index-item-body { margin-top: .5em; margin-bottom: .5em}
.index-item-description { margin-top: .25em }
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
.index-letter-title { font-size: 12pt; font-weight: bold }
.index-letter-menu { text-align: center; margin: 1em }
.index-letter { font-size: 12pt }
/* Docbook classes */
.description {}
.short-description { font-weight: bold; color: #666666; }
.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
.parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
.package { }
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
.package-details { font-size: 85%; }
.sub-package { font-weight: bold; font-size: 120% }
.tutorial { border-width: thin; border-color: #0066ff }
.tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
.nav-button-disabled { color: #999999; }
.nav-button:active,
.nav-button:focus,
.nav-button:hover { background-color: #DDDDDD; outline: 1px solid #999999; text-decoration: none }
.folder-title { font-style: italic }
/* Generic formatting */
.field { font-weight: bold; }
.detail { font-size: 8pt; }
.notes { font-style: italic; font-size: 8pt; }
.separator { background-color: #999999; height: 2px; }
.warning { color: #FF6600; }
.disabled { font-style: italic; color: #999999; }
/* Code elements */
.line-number { }
.class-table { width: 100%; }
.class-table-header { border-bottom: 1px dotted #666666; text-align: left}
.class-name { color: #000000; font-weight: bold; }
.method-summary { padding-left: 1em; font-size: 8pt }
.method-header { }
.method-definition { margin-bottom: .3em }
.method-title { font-weight: bold; }
.method-name { font-weight: bold; }
.method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
.method-result { font-style: italic; }
.var-summary { padding-left: 1em; font-size: 8pt; }
.var-header { }
.var-title { margin-bottom: .3em }
.var-type { font-style: italic; }
.var-name { font-weight: bold; }
.var-default {}
.var-description { font-weight: normal; color: #000000; }
.include-title { }
.include-type { font-style: italic; }
.include-name { font-weight: bold; }
.const-title { }
.const-name { font-weight: bold; }
/* Syntax highlighting */
.src-code { border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; }
.src-comm { color: green; }
.src-id { }
.src-inc { color: #0000FF; }
.src-key { color: #0000FF; }
.src-num { color: #CC0000; }
.src-str { color: #66cccc; }
.src-sym { font-weight: bold; }
.src-var { }
.src-php { font-weight: bold; }
.src-doc { color: #009999 }
.src-doc-close-template { color: #0000FF }
.src-doc-coretag { color: #0099FF; font-weight: bold }
.src-doc-inlinetag { color: #0099FF }
.src-doc-internal { color: #6699cc }
.src-doc-tag { color: #0080CC }
.src-doc-template { color: #0000FF }
.src-doc-type { font-style: italic }
.src-doc-var { font-style: italic }
/* tutorial */
.authors { }
.author { font-style: italic; font-weight: bold }
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em }
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap }
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
.ref-title-box { }
.ref-title { }
.ref-purpose { font-style: italic; color: #666666 }
.ref-synopsis { }
.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #CCCCFF }
.cmd-synopsis { margin: 1em 0em }
.cmd-title { font-weight: bold }
.toc { margin-left: 2em; padding-left: 0em }

145
modules/EcmFkPackages/MyTable.css Executable file
View File

@@ -0,0 +1,145 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.greenRow { background-color: rgb(0,255,0); }
.greenRow .inputs { background-color: rgb(0,255,0); }
.greenRow textarea { background-color: rgb(0,255,0); }
.orangeRow { background-color: rgb(255,165,0); }
.orangeRow .inputs { background-color: rgb(255,165,0); }
.orangeRow textarea { background-color: rgb(255,165,0); }
.redRow { background-color: rgb(255,0,0); }
.redRow .inputs { background-color: rgb(255,0,0); }
.redRow textarea { background-color: rgb(255,0,0); }
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,145 @@
.positions tbody {
}
.positions {
background-color: white !important;
width: 100% !important;
border-collapse: separate !important;
register-layout:fixed !important;
}
.positions tr {
}
.positions td {
padding: 2px !important;
vertical-align: center !important;
}
.positions thead {
background-color: rgb(224,240,255) !important;
text-align: center !important;
}
.positions thead tr {
height: 24px !important;
}
.positions thead td {
border: 1px solid rgb(48,192,255) !important;
height: 0px !important;
font-family: Arial !important;
font-size: 12px !important;
color: black !important;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199) !important;
border-width: 1px !important;
border-right-style: dashed !important;
border-bottom-style: solid !important;
font-family: Arial !important;
font-size: 12px !important;
color: black !important;
vertical-align: top !important;
margin:0px !important; padding:0px !important;
}
.select {
background-color: rgb(255,255,204) !important;
}
.positions .inputs {
background-color: white !important;
border: none !important;
width: 100% !important;
height: 16px !important;
font-family: Arial !important;
font-size: 12px !important;
}
.positions input {
font-family: Arial !important;
font-size: 12px !important;
}
.positions select {
font-family: Arial !important;
font-size: 12px !important;
}
.positions textarea {
background-color: white !important;
border: none !important;
width: 100% !important;
height: 16px !important;
font-family: Arial !important;
font-size: 12px !important;
overflow: auto !important;
}
.greenRow { background-color: rgb(0,255,0) !important; }
.greenRow .inputs { background-color: rgb(0,255,0) !important; }
.greenRow textarea { background-color: rgb(0,255,0) !important; }
.orangeRow { background-color: rgb(255,165,0) !important; }
.orangeRow .inputs { background-color: rgb(255,165,0) !important; }
.orangeRow textarea { background-color: rgb(255,165,0) !important; }
.redRow { background-color: rgb(255,0,0) !important; }
.redRow .inputs { background-color: rgb(255,0,0) !important; }
.redRow textarea { background-color: rgb(255,0,0) !important; }
.selectedRow { background-color: rgb(255,255,204) !important; }
.selectedRow .inputs { background-color: rgb(255,255,204) !important; }
.selectedRow textarea { background-color: rgb(255,255,204) !important; }
.selectedCell { background-color: rgb(240,255,160) !important; }
.selectedCell .inputs { background-color: rgb(240,255,160) !important; }
.selectedCell textarea { background-color: rgb(240,255,160) !important; }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center !important; }
.positions tbody .TD4, .TD6 { text-align: right !important; }
.positionsLabel {
border: 1px dashed rgb(48,192,255) !important;
border-bottom: 0px !important;
border-left: 0px !important;
border-right: 0px !important;
background-color: rgb(224,240,255) !important;
font-weight: 700 !important;
font-family: Arial !important;
font-size: 12px !important;
color: black !important;
text-align: center !important;
width: 40% !important;
height: 24px !important;
}
.positionsField {
border: 1px dashed rgb(48,192,255) !important;
border-bottom: 0px !important;
border-left: 0px !important;
border-right: 0px !important;
background-color: white !important;
font-family: Arial !important;
font-size: 12px !important;
color: black !important;
font-weight: 700 !important;
width: 60% !important;
height: 24px !important;
text-align: right !important;
margin-right: 10% !important;
padding-right: 10px !important;
}
.transparent_class {
position:absolute !important;
left:0 !important;
top:0 !important;
background-color:#CCCCCC !important;
filter:alpha(opacity=25) !important;
-moz-opacity:0.25 !important;
-khtml-opacity: 0.25 !important;
opacity: 0.25 !important;
}
.transparent_class_loading {
position:absolute !important;
left:0 !important;
top:0 !important;
background-color:#CCCCCC !important;
filter:alpha(opacity=50) !important;
-moz-opacity:0.5 !important;
-khtml-opacity: 0.5 !important;
opacity: 0.5 !important;
}
.transparent_class_loading_image {
position:relative !important;
left:50% !important;
top:20 !important;
z-index:999 !important;
}

View File

@@ -0,0 +1,50 @@
table.report {
margin: 15px 0;
width: 100%;
border-spacing: 1px;
font-family: 'Calibri';
font-size: 13px;
}
table.report tfoot td {
text-align: right;
padding-right: 10px;
}
table.report thead tr th,
table.report tbody tr td,
table.report tfoot td.data {
padding: 2px 5px;
border: 1px solid #CCCCCC;
text-align: center;
}
table.report thead tr th, table.report tfoot td.data {
background: #ebebeb;
}
table.report tbody tr.odd {
background: #f6f6f6;
}
table.report tbody tr.even {
background: #ffffff;
}
p.notice {
margin: 10px 0;
font-weight: bolder;
text-align:center;
color: #f10000;
}
table.report td.code {
text-align: left;
}
table.report td.amount {
text-align: right !important;
}

View File

@@ -0,0 +1,145 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.greenRow { background-color: rgb(0,255,0); }
.greenRow .inputs { background-color: rgb(0,255,0); }
.greenRow textarea { background-color: rgb(0,255,0); }
.orangeRow { background-color: rgb(255,165,0); }
.orangeRow .inputs { background-color: rgb(255,165,0); }
.orangeRow textarea { background-color: rgb(255,165,0); }
.redRow { background-color: rgb(255,0,0); }
.redRow .inputs { background-color: rgb(255,0,0); }
.redRow textarea { background-color: rgb(255,0,0); }
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

View File

@@ -0,0 +1,28 @@
@charset "utf-8";
/* CSS Document */
.list_statusMenu {
position: absolute;
left: 0;
top: 0;
padding: 0px;
background-color: #FFFFFF;
border: 1px #CCCCCC solid;
border-top: none;
}
.list_statusMenu div {
border-top: 1px #CCCCCC solid;
}
.list_statusMenu div img {
padding-right: 2px;
}
.list_statusMenuPositionEnabled {
}
.list_statusMenuPositionDisabled {
}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.dragtable-sortable{list-style-type:none;margin:0;padding:0;-moz-user-select:none;z-index:10}.dragtable-sortable li{margin:0;padding:0;float:left;font-size:1em}.dragtable-sortable table{margin-top:0}.dragtable-sortable td,.dragtable-sortable th{border-left:0}.dragtable-sortable li:first-child td,.dragtable-sortable li:first-child th{border-left:1px solid #ccc}.ui-sortable-helper{opacity:.7}.ui-sortable-placeholder{-moz-box-shadow:4px 5px 4px rgba(0,0,0,.2) inset;-webkit-box-shadow:4px 5px 4px rgba(0,0,0,.2) inset;box-shadow:4px 5px 4px rgba(0,0,0,.2) inset;border-bottom:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);visibility:visible!important;background:#efefef}.ui-sortable-placeholder *{opacity:0;visibility:hidden}.table-handle,.table-handle-disabled{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjEzIj48cmVjdCBzdHlsZT0iZmlsbDojMzMzO2ZpbGwtb3BhY2l0eTouODsiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHg9IjEiIHk9IjIiLz4JPHJlY3Qgc3R5bGU9ImZpbGw6IzMzMztmaWxsLW9wYWNpdHk6Ljg7IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4PSIxIiB5PSI0Ii8+CTxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iNiIvPjxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iOCIvPjxyZWN0IHN0eWxlPSJmaWxsOiMzMzM7ZmlsbC1vcGFjaXR5Oi44OyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgeD0iMSIgeT0iMTAiLz48L3N2Zz4=);background-repeat:repeat-x;height:13px;margin:0 1px;cursor:move}.table-handle-disabled{opacity:0;cursor:not-allowed}.dragtable-sortable table{margin-bottom:0}

View File

@@ -0,0 +1 @@
.tablesorter .tablesorter-filter-row td{text-align:center;font-size:.9em;font-weight:400}.tablesorter .ui-slider,.tablesorter input.range{width:90%;margin:2px auto 2px auto;font-size:.8em}.tablesorter .ui-slider{top:12px}.tablesorter .ui-slider .ui-slider-handle{width:.9em;height:.9em}.tablesorter .ui-datepicker{font-size:.8em}.tablesorter .ui-slider-horizontal{height:.5em}.tablesorter .value-popup:after{content:attr(data-value);position:absolute;bottom:14px;left:-7px;min-width:18px;height:12px;background-color:#444;background-image:-webkit-gradient(linear,left top,left bottom,from(#444),to(#999));background-image:-webkit-linear-gradient(top,#444,#999);background-image:-moz-linear-gradient(top,#444,#999);background-image:-o-linear-gradient(top,#444,#999);background-image:linear-gradient(to bottom,#444,#999);-webkit-border-radius:3px;border-radius:3px;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 0 4px 0 #777;box-shadow:0 0 4px 0 #777;border:#444 1px solid;color:#fff;font:1em/1.1em Arial,Sans-Serif;padding:1px;text-align:center}.tablesorter .value-popup:before{content:"";position:absolute;width:0;height:0;border-top:8px solid #777;border-left:8px solid transparent;border-right:8px solid transparent;top:-8px;left:50%;margin-left:-8px;margin-top:-1px}.tablesorter .dateFrom,.tablesorter .dateTo{width:80px;margin:2px 5px}.tablesorter .button{width:14px;height:14px;background:#fcfff4;background:-webkit-linear-gradient(top,#fcfff4 0,#dfe5d7 40%,#b3bead 100%);background:-moz-linear-gradient(top,#fcfff4 0,#dfe5d7 40%,#b3bead 100%);background:-o-linear-gradient(top,#fcfff4 0,#dfe5d7 40%,#b3bead 100%);background:-ms-linear-gradient(top,#fcfff4 0,#dfe5d7 40%,#b3bead 100%);background:linear-gradient(top,#fcfff4 0,#dfe5d7 40%,#b3bead 100%);margin:1px 5px 1px 1px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-webkit-box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);-moz-box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);position:relative;top:3px;display:inline-block}.tablesorter .button label{cursor:pointer;position:absolute;width:10px;height:10px;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;left:2px;top:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,1);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,1);background:#45484d;background:-webkit-linear-gradient(top,#222 0,#45484d 100%);background:-moz-linear-gradient(top,#222 0,#45484d 100%);background:-o-linear-gradient(top,#222 0,#45484d 100%);background:-ms-linear-gradient(top,#222 0,#45484d 100%);background:linear-gradient(top,#222 0,#45484d 100%)}.tablesorter .button label:after{opacity:0;content:'';position:absolute;width:8px;height:8px;background:#55f;background:-webkit-linear-gradient(top,#aaf 0,#55f 100%);background:-moz-linear-gradient(top,#aaf 0,#55f 100%);background:-o-linear-gradient(top,#aaf 0,#55f 100%);background:-ms-linear-gradient(top,#aaf 0,#55f 100%);background:linear-gradient(top,#aaf 0,#55f 100%);-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;top:1px;left:1px;-webkit-box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);-moz-box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5)}.tablesorter .button label:hover::after{opacity:.3}.tablesorter .button input[type=checkbox]{visibility:hidden}.tablesorter .button input[type=checkbox]:checked+label:after{opacity:1}.tablesorter .colorpicker{width:30px;height:18px}.tablesorter .ui-spinner-input{width:100px;height:18px}.tablesorter .currentColor,.tablesorter .ui-spinner{position:relative}.tablesorter input.number{position:relative}.tablesorter .tablesorter-filter-row.hideme td *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}

View File

@@ -0,0 +1 @@
table.focus-highlight td:before,table.hover-highlight td:before{background:#fff}.focus-highlight .odd td:before,.focus-highlight .odd th:before,.hover-highlight .odd td:before,.hover-highlight .odd th:before{background:#ebf2fa}.focus-highlight .even td:before,.focus-highlight .even th:before,.hover-highlight .even td:before,.hover-highlight .even th:before{background-color:#fff}.focus-highlight td:focus::before,.focus-highlight th:focus::before{background-color:#add8e6}.focus-highlight td:focus::after,.focus-highlight th:focus::after{background-color:#add8e6}.focus-highlight .even td:focus,.focus-highlight .even th:focus,.focus-highlight .odd td:focus,.focus-highlight .odd th:focus,.focus-highlight td:focus,.focus-highlight th:focus{background-color:#d9d9d9;color:#333}table.hover-highlight tbody>tr.even:hover>td,table.hover-highlight tbody>tr.odd:hover>td,table.hover-highlight tbody>tr:hover>td{background-color:#ffa}.hover-highlight tbody tr td:hover::after,.hover-highlight tbody tr th:hover::after{background-color:#ffa}.focus-highlight td:focus::after,.focus-highlight th:focus::after,.hover-highlight td:hover::after,.hover-highlight th:hover::after{content:'';position:absolute;width:100%;height:999em;left:0;top:-555em;z-index:-1}.focus-highlight td:focus::before,.focus-highlight th:focus::before{content:'';position:absolute;width:999em;height:100%;left:-555em;top:0;z-index:-2}.focus-highlight,.hover-highlight{overflow:hidden}.focus-highlight td,.focus-highlight th,.hover-highlight td,.hover-highlight th{position:relative;outline:0}table.focus-highlight,table.focus-highlight tbody tr.even>td,table.focus-highlight tbody tr.even>th,table.focus-highlight tbody tr.odd>td,table.focus-highlight tbody tr.odd>th,table.focus-highlight tbody>tr>td,table.hover-highlight,table.hover-highlight tbody tr.even>td,table.hover-highlight tbody tr.even>th,table.hover-highlight tbody tr.odd>td,table.hover-highlight tbody tr.odd>th,table.hover-highlight tbody>tr>td{background:0 0}table.focus-highlight td:before,table.hover-highlight td:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;z-index:-3}

View File

@@ -0,0 +1 @@
.tablesorter-pager{padding:5px}td.tablesorter-pager{background-color:#e6eeee;margin:0}.tablesorter-pager img{vertical-align:middle;margin-right:2px;cursor:pointer}.tablesorter-pager .pagedisplay{padding:0 5px 0 5px;width:auto;white-space:nowrap;text-align:center}.tablesorter-pager select{margin:0;padding:0}.tablesorter-pager.disabled{display:none}.tablesorter-pager .disabled{opacity:.5;cursor:default}

View File

@@ -0,0 +1 @@
.tablesorter-blackice{width:100%;margin-right:auto;margin-left:auto;font:11px/18px Arial,Sans-serif;text-align:left;background-color:#000;border-collapse:collapse;border-spacing:0}.tablesorter-blackice th,.tablesorter-blackice thead td{padding:4px;font:13px/20px Arial,Sans-serif;font-weight:700;color:#e5e5e5;text-align:left;text-shadow:0 1px 0 rgba(0,0,0,.7);background-color:#111;border:1px solid #232323}.tablesorter-blackice .header,.tablesorter-blackice .tablesorter-header{padding:4px 20px 4px 4px;cursor:pointer;background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat}.tablesorter-blackice .headerSortUp,.tablesorter-blackice .tablesorter-headerAsc,.tablesorter-blackice .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);color:#fff}.tablesorter-blackice .headerSortDown,.tablesorter-blackice .tablesorter-headerDesc,.tablesorter-blackice .tablesorter-headerSortDown{color:#fff;background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)}.tablesorter-blackice thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-blackice tfoot .tablesorter-headerAsc,.tablesorter-blackice tfoot .tablesorter-headerDesc,.tablesorter-blackice tfoot .tablesorter-headerSortDown,.tablesorter-blackice tfoot .tablesorter-headerSortUp{background-image:none}.tablesorter-blackice td{padding:4px;color:#ccc;vertical-align:top;background-color:#333;border:1px solid #232323}.tablesorter-blackice tbody>tr.even:hover>td,.tablesorter-blackice tbody>tr.hover>td,.tablesorter-blackice tbody>tr.odd:hover>td,.tablesorter-blackice tbody>tr:hover>td{background-color:#000}.tablesorter-blackice .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-blackice tr.odd>td{background-color:#333}.tablesorter-blackice tr.even>td{background-color:#393939}.tablesorter-blackice td.primary,.tablesorter-blackice tr.odd td.primary{background-color:#2f3a40}.tablesorter-blackice tr.even td.primary{background-color:#3f4a50}.tablesorter-blackice td.secondary,.tablesorter-blackice tr.odd td.secondary{background-color:#3f4a50}.tablesorter-blackice tr.even td.secondary{background-color:#4f5a60}.tablesorter-blackice td.tertiary,.tablesorter-blackice tr.odd td.tertiary{background-color:#4f5a60}.tablesorter-blackice tr.even td.tertiary{background-color:#5a646b}.tablesorter-blackice>caption{background-color:#fff}.tablesorter-blackice .tablesorter-filter-row{background-color:#222}.tablesorter-blackice .tablesorter-filter-row td{background-color:#222;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-blackice .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-blackice .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-blackice .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-blackice input.tablesorter-filter,.tablesorter-blackice select.tablesorter-filter{width:98%;height:auto;margin:0;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}

View File

@@ -0,0 +1,229 @@
/*************
Blue Theme
*************/
/* overall */
.tablesorter-blue {
width: 100%;
background-color: #fff;
margin: 10px 0 15px;
text-align: left;
border-spacing: 0;
border: #cdcdcd 1px solid;
border-width: 1px 0 0 1px;
}
.tablesorter-blue th,
.tablesorter-blue td {
border: #cdcdcd 1px solid;
border-width: 0 1px 1px 0;
}
/* header */
.tablesorter-blue th,
.tablesorter-blue thead td {
font: 12px/18px Arial, Sans-serif;
font-weight: bold;
color: #000;
background-color: #99bfe6;
border-collapse: collapse;
padding: 4px;
text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);
}
.tablesorter-blue tbody td,
.tablesorter-blue tfoot th,
.tablesorter-blue tfoot td {
padding: 4px;
vertical-align: top;
}
.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
/* black (unsorted) double arrow */
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
/* white (unsorted) double arrow */
/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
/* image */
/* background-image: url(images/black-unsorted.gif); */
background-repeat: no-repeat;
background-position: center right;
padding: 4px 18px 4px 4px;
white-space: normal;
cursor: pointer;
}
.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
background-color: #9fbfdf;
/* black asc arrow */
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
/* white asc arrow */
/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
/* image */
/* background-image: url(images/black-asc.gif); */
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
background-color: #8cb3d9;
/* black desc arrow */
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
/* white desc arrow */
/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
/* image */
/* background-image: url(images/black-desc.gif); */
}
.tablesorter-blue thead .sorter-false {
background-image: none;
cursor: default;
padding: 4px;
}
/* tfoot */
.tablesorter-blue tfoot .tablesorter-headerSortUp,
.tablesorter-blue tfoot .tablesorter-headerSortDown,
.tablesorter-blue tfoot .tablesorter-headerAsc,
.tablesorter-blue tfoot .tablesorter-headerDesc {
/* remove sort arrows from footer */
background-image: none;
}
/* tbody */
.tablesorter-blue td {
color: #3d3d3d;
background-color: #fff;
padding: 4px;
vertical-align: top;
}
/* hovered row colors
you'll need to add additional lines for
rows with more than 2 child rows
*/
.tablesorter-blue tbody > tr.hover > td,
.tablesorter-blue tbody > tr:hover > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even.hover > td,
.tablesorter-blue tbody > tr.even:hover > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
background-color: #d9d9d9;
}
.tablesorter-blue tbody > tr.odd.hover > td,
.tablesorter-blue tbody > tr.odd:hover > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
background-color: #bfbfbf;
}
/* table processing indicator */
.tablesorter-blue .tablesorter-processing {
background-position: center center !important;
background-repeat: no-repeat !important;
/* background-image: url(images/loading.gif) !important; */
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}
/* Zebra Widget - row alternating colors */
.tablesorter-blue tbody tr.odd > td {
background-color: #ebf2fa;
}
.tablesorter-blue tbody tr.even > td {
background-color: #fff;
}
/* Column Widget - column sort colors */
.tablesorter-blue td.primary,
.tablesorter-blue tr.odd td.primary {
background-color: #99b3e6;
}
.tablesorter-blue tr.even td.primary {
background-color: #c2d1f0;
}
.tablesorter-blue td.secondary,
.tablesorter-blue tr.odd td.secondary {
background-color: #c2d1f0;
}
.tablesorter-blue tr.even td.secondary {
background-color: #d6e0f5;
}
.tablesorter-blue td.tertiary,
.tablesorter-blue tr.odd td.tertiary {
background-color: #d6e0f5;
}
.tablesorter-blue tr.even td.tertiary {
background-color: #ebf0fa;
}
/* caption */
.tablesorter-blue > caption {
background-color: #fff;
}
/* filter widget */
.tablesorter-blue .tablesorter-filter-row {
background-color: #eee;
}
.tablesorter-blue .tablesorter-filter-row td {
background-color: #eee;
line-height: normal;
text-align: center; /* center the input */
-webkit-transition: line-height 0.1s ease;
-moz-transition: line-height 0.1s ease;
-o-transition: line-height 0.1s ease;
transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-blue .tablesorter-filter-row .disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-blue .tablesorter-filter-row.hideme td {
/*** *********************************************** ***/
/*** change this padding to modify the thickness ***/
/*** of the closed filter row (height = padding x 2) ***/
padding: 2px;
/*** *********************************************** ***/
margin: 0;
line-height: 0;
cursor: pointer;
}
.tablesorter-blue .tablesorter-filter-row.hideme * {
height: 1px;
min-height: 0;
border: 0;
padding: 0;
margin: 0;
/* don't use visibility: hidden because it disables tabbing */
opacity: 0;
filter: alpha(opacity=0);
}
/* filters */
.tablesorter-blue input.tablesorter-filter,
.tablesorter-blue select.tablesorter-filter {
width: 98%;
height: auto;
margin: 0;
padding: 4px;
background-color: #fff;
border: 1px solid #bbb;
color: #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: height 0.1s ease;
-moz-transition: height 0.1s ease;
-o-transition: height 0.1s ease;
transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
display: none;
}
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
text-align: center;
cursor: pointer;
background-color: #e6bf99;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.tablesorter-dark{width:100%;font:11px/18px Arial,Sans-serif;color:#ccc;text-align:left;background-color:#000;border-spacing:0}.tablesorter-dark th,.tablesorter-dark thead td{padding:4px;font:12px/20px Arial,Sans-serif;font-weight:700;color:#fff;background-color:#000;border-collapse:collapse}.tablesorter-dark thead th{border-bottom:#333 2px solid}.tablesorter-dark .header,.tablesorter-dark .tablesorter-header{padding:4px 20px 4px 4px;cursor:pointer;background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat}.tablesorter-dark thead .headerSortUp,.tablesorter-dark thead .tablesorter-headerAsc,.tablesorter-dark thead .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);border-bottom:#888 1px solid}.tablesorter-dark thead .headerSortDown,.tablesorter-dark thead .tablesorter-headerDesc,.tablesorter-dark thead .tablesorter-headerSortDown{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);border-bottom:#888 1px solid}.tablesorter-dark thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-dark tfoot .tablesorter-headerAsc,.tablesorter-dark tfoot .tablesorter-headerDesc,.tablesorter-dark tfoot .tablesorter-headerSortDown,.tablesorter-dark tfoot .tablesorter-headerSortUp{border-top:#888 1px solid;background-image:none}.tablesorter-dark td{padding:4px;background-color:#000;border-bottom:#333 1px solid;color:#ccc}.tablesorter-dark tbody>tr.even:hover>td,.tablesorter-dark tbody>tr.hover>td,.tablesorter-dark tbody>tr.odd:hover>td,.tablesorter-dark tbody>tr:hover>td{background-color:#000}.tablesorter-dark .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-dark tr.odd>td{background-color:#202020}.tablesorter-dark tr.even>td{background-color:#101010}.tablesorter-dark td.primary,.tablesorter-dark tr.odd td.primary{background-color:#0a0a0a}.tablesorter-dark tr.even td.primary{background-color:#050505}.tablesorter-dark td.secondary,.tablesorter-dark tr.odd td.secondary{background-color:#0f0f0f}.tablesorter-dark tr.even td.secondary{background-color:#0a0a0a}.tablesorter-dark td.tertiary,.tablesorter-dark tr.odd td.tertiary{background-color:#191919}.tablesorter-dark tr.even td.tertiary{background-color:#0f0f0f}.tablesorter-dark>caption{background-color:#202020}.tablesorter-dark .tablesorter-filter-row{background-color:#202020}.tablesorter-dark .tablesorter-filter-row td{background-color:#202020;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-dark .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-dark .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-dark .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-dark input.tablesorter-filter,.tablesorter-dark select.tablesorter-filter{width:98%;height:auto;margin:0;padding:4px;background-color:#111;border:1px solid #222;color:#ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}

View File

@@ -0,0 +1 @@
.tablesorter-default{width:100%;font:12px/18px Arial,Sans-serif;color:#333;background-color:#fff;border-spacing:0;margin:10px 0 15px;text-align:left}.tablesorter-default th,.tablesorter-default thead td{font-weight:700;color:#000;background-color:#fff;border-collapse:collapse;border-bottom:#ccc 2px solid;padding:0}.tablesorter-default tfoot td,.tablesorter-default tfoot th{border:0}.tablesorter-default .header,.tablesorter-default .tablesorter-header{background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat;cursor:pointer;white-space:normal;padding:4px 20px 4px 4px}.tablesorter-default thead .headerSortUp,.tablesorter-default thead .tablesorter-headerAsc,.tablesorter-default thead .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);border-bottom:#000 2px solid}.tablesorter-default thead .headerSortDown,.tablesorter-default thead .tablesorter-headerDesc,.tablesorter-default thead .tablesorter-headerSortDown{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);border-bottom:#000 2px solid}.tablesorter-default thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-default tfoot .tablesorter-headerAsc,.tablesorter-default tfoot .tablesorter-headerDesc,.tablesorter-default tfoot .tablesorter-headerSortDown,.tablesorter-default tfoot .tablesorter-headerSortUp{border-top:#000 2px solid}.tablesorter-default td{background-color:#fff;border-bottom:#ccc 1px solid;padding:4px;vertical-align:top}.tablesorter-default tbody>tr.even:hover>td,.tablesorter-default tbody>tr.hover>td,.tablesorter-default tbody>tr.odd:hover>td,.tablesorter-default tbody>tr:hover>td{background-color:#fff;color:#000}.tablesorter-default .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-default tr.odd>td{background-color:#dfdfdf}.tablesorter-default tr.even>td{background-color:#efefef}.tablesorter-default tr.odd td.primary{background-color:#bfbfbf}.tablesorter-default td.primary,.tablesorter-default tr.even td.primary{background-color:#d9d9d9}.tablesorter-default tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-default td.secondary,.tablesorter-default tr.even td.secondary{background-color:#e6e6e6}.tablesorter-default tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-default td.tertiary,.tablesorter-default tr.even td.tertiary{background-color:#f2f2f2}.tablesorter-default>caption{background-color:#fff}.tablesorter-default .tablesorter-filter-row{background-color:#eee}.tablesorter-default .tablesorter-filter-row td{background-color:#eee;border-bottom:#ccc 1px solid;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{width:95%;height:auto;margin:4px auto;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.tablesorter-jui{width:100%;border-collapse:separate;border-spacing:2px;margin:10px 0 15px;padding:5px;font-size:.8em}.tablesorter-jui tfoot td,.tablesorter-jui tfoot th,.tablesorter-jui thead td,.tablesorter-jui thead th{position:relative;background-repeat:no-repeat;background-position:right center;font-weight:700!important;border-width:1px!important;text-align:left;padding:8px}.tablesorter-jui .header,.tablesorter-jui .tablesorter-header{cursor:pointer;white-space:normal}.tablesorter-jui .tablesorter-header-inner{padding-right:20px}.tablesorter-jui thead tr th .ui-icon{position:absolute;right:3px;top:50%;margin-top:-8px}.tablesorter-jui thead .sorter-false{cursor:default}.tablesorter-jui thead tr .sorter-false .ui-icon{display:none}.tablesorter-jui tfoot td,.tablesorter-jui tfoot th{font-weight:400!important;font-size:.9em;padding:2px}.tablesorter-jui td{padding:4px;vertical-align:top}.tablesorter-jui tbody>tr.hover>td,.tablesorter-jui tbody>tr:hover>td{opacity:.7}.tablesorter-jui .tablesorter-processing .tablesorter-header-inner{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-jui tr.ui-state-default{background-image:none;font-weight:400}.tablesorter-jui .tablesorter-processing{background-color:#ddd;background-color:rgba(255,255,255,.8)}.tablesorter-jui>caption{border:0}.tablesorter-jui .tablesorter-filter-row{background-color:transparent}.tablesorter-jui .tablesorter-filter-row td{background-color:transparent;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-jui .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-jui .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-jui .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-jui input.tablesorter-filter,.tablesorter-jui select.tablesorter-filter{width:98%;height:auto;margin:0;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
tr.group-header td{background:#eee}.group-name{text-transform:uppercase;font-weight:700}.group-count{color:#999}.group-hidden{display:none!important}.group-header,.group-header td{user-select:none;-moz-user-select:none}tr.group-header td i{display:inline-block;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid #888;border-right:4px solid #888;border-left:4px solid transparent;margin-right:7px;user-select:none;-moz-user-select:none}tr.group-header.collapsed td i{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #888;border-right:0;margin-right:10px}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

145
modules/EcmKpkw/MyTable.css Executable file
View File

@@ -0,0 +1,145 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.greenRow { background-color: rgb(0,255,0); }
.greenRow .inputs { background-color: rgb(0,255,0); }
.greenRow textarea { background-color: rgb(0,255,0); }
.orangeRow { background-color: rgb(255,165,0); }
.orangeRow .inputs { background-color: rgb(255,165,0); }
.orangeRow textarea { background-color: rgb(255,165,0); }
.redRow { background-color: rgb(255,0,0); }
.redRow .inputs { background-color: rgb(255,0,0); }
.redRow textarea { background-color: rgb(255,0,0); }
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

137
modules/EcmNoteOuts/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

0
modules/EcmPaymentStates/jquery-ui.css vendored Executable file
View File

1178
modules/EcmPaymentStates/jquery/jquery-ui.css vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,30 @@
/* highlight results */
.ui-autocomplete span.hl_results {
background-color: #ffff66;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* scroll results */
.ui-autocomplete {
max-height: 250px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
/* add padding for vertical scrollbar */
padding-right: 5px;
}
.ui-autocomplete li {
font-size: 16px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 250px;
}

View File

@@ -0,0 +1,42 @@
/* tables */
table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: 8pt;
padding: 4px;
}
table.tablesorter thead tr .header {
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter tbody tr.highlighted td {
background-color: #EEEEEE;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

137
modules/EcmProducts/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

137
modules/EcmQuotes/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

137
modules/EcmReceipts/MyTable.css Executable file
View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,3 @@
@page {
margin: 100px 20px 200px 20px;
}

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}

View File

@@ -0,0 +1,14 @@
.AjaxSearch { position:absolute; width:300px; background-color:white; border:1px black solid; padding: 10px; padding: 10px inportant!; padding-top:0px; padding-top:0px important!; padding-bottom:0px; padding-bottom:0px important!; }
.AjaxSearchInputSearch { width:100%; }
.AjaxSearchSeparator { width:100%; height:1px; padding: 0px; padding: 0px important!; }
.AjaxSearchDivList { position:relative; width:100%; max-height:300px; overflow:auto; }
.AjaxSearchDivList div { border-bottom:1px #999999 dashed; cursor:pointer; }
.AjaxSearchPositionDivSelected { background-color:#99FFFF; }
.AjaxSearchPositionTable { border-spacing:0; border-collapse:collapse; }
.AjaxSearchPositionTableCode { color:#0000FF; }
.AjaxSearchPositionTablePrice { color:#FF0000; }
.AjaxSearchPositionTableName { color:#006600; }
.AjaxSearchCloseIcon { position:absolute; right:5px; top:5px; cursor:pointer; }
.AjaxSearch_ddiv { position:relative; left:0px; top:0px; width:100%; height:25px; padding-top:10px; padding-top:10px important!; cursor:move; }
.AjaxSearchPin { position:absolute; right:25px; top:7px; cursor: pointer; }

145
modules/EcmReceipts2/MyTable.css Executable file
View File

@@ -0,0 +1,145 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.greenRow { background-color: rgb(0,255,0); }
.greenRow .inputs { background-color: rgb(0,255,0); }
.greenRow textarea { background-color: rgb(0,255,0); }
.orangeRow { background-color: rgb(255,165,0); }
.orangeRow .inputs { background-color: rgb(255,165,0); }
.orangeRow textarea { background-color: rgb(255,165,0); }
.redRow { background-color: rgb(255,0,0); }
.redRow .inputs { background-color: rgb(255,0,0); }
.redRow textarea { background-color: rgb(255,0,0); }
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

View File

@@ -0,0 +1,137 @@
.positions tbody {
}
.positions {
background-color: white;
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
.positions tr {
}
.positions td {
padding: 2px;
vertical-align: center;
}
.positions thead {
background-color: rgb(224,240,255);
text-align: center;
}
.positions thead tr {
height: 24px;
}
.positions thead td {
border: 1px solid rgb(48,192,255);
height: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
.positions tbody {
}
.positions tbody td {
border-color: rgb(199,199,199);
border-width: 1px;
border-right-style: dashed;
border-bottom-style: solid;
font-family: Arial;
font-size: 12px;
color: black;
vertical-align: top;
margin:0px; padding:0px;
}
.select {
background-color: rgb(255,255,204);
}
.positions .inputs {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
}
.positions input {
font-family: Arial;
font-size: 12px;
}
.positions select {
font-family: Arial;
font-size: 12px;
}
.positions textarea {
background-color: white;
border: none;
width: 100%;
height: 16px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}
.selectedRow { background-color: rgb(255,255,204); }
.selectedRow .inputs { background-color: rgb(255,255,204); }
.selectedRow textarea { background-color: rgb(255,255,204); }
.selectedCell { background-color: rgb(240,255,160); }
.selectedCell .inputs { background-color: rgb(240,255,160); }
.selectedCell textarea { background-color: rgb(240,255,160); }
.positions tbody .TD0, .TD1, .TD3, .TD5, .TD7 { text-align: center; }
.positions tbody .TD4, .TD6 { text-align: right; }
.positionsLabel {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: rgb(224,240,255);
font-weight: 700;
font-family: Arial;
font-size: 12px;
color: black;
text-align: center;
width: 40%;
height: 24px;
}
.positionsField {
border: 1px dashed rgb(48,192,255);
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
font-family: Arial;
font-size: 12px;
color: black;
font-weight: 700;
width: 60%;
height: 24px;
text-align: right;
margin-right: 10%;
padding-right: 10px;
}
.transparent_class {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
.transparent_class_loading {
position:absolute;
left:0;
top:0;
background-color:#CCCCCC;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.transparent_class_loading_image {
position:relative;
left:50%;
top:20;
z-index:999;
}

1225
modules/EcmRegisterTypes/css/jquery-ui.css vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,183 @@
/**** Filter Formatter Elements ****/
.tablesorter .tablesorter-filter-row td {
text-align: center;
font-size: 0.9em;
font-weight: normal;
}
/**** Sliders ****/
/* shrink the sliders to look nicer inside of a table cell */
.tablesorter .ui-slider, .tablesorter input.range {
width: 90%;
margin: 2px auto 2px auto; /* add enough top margin so the tooltips will fit */
font-size: 0.8em;
}
.tablesorter .ui-slider {
top: 12px;
}
.tablesorter .ui-slider .ui-slider-handle {
width: 0.9em;
height: 0.9em;
}
.tablesorter .ui-datepicker {
font-size: 0.8em;
}
.tablesorter .ui-slider-horizontal {
height: 0.5em;
}
/* Add tooltips to slider handles */
.tablesorter .value-popup:after {
content : attr(data-value);
position: absolute;
bottom: 14px;
left: -7px;
min-width: 18px;
height: 12px;
background-color: #444;
background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
background-image: -webkit-linear-gradient(top, #444, #999);
background-image: -moz-linear-gradient(top, #444, #999);
background-image: -o-linear-gradient(top, #444, #999);
background-image: linear-gradient(to bottom, #444, #999);
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-background-clip: padding-box; background-clip: padding-box;
-webkit-box-shadow: 0px 0px 4px 0px #777;
box-shadow: 0px 0px 4px 0px #777;
border: #444 1px solid;
color: #fff;
font: 1em/1.1em Arial, Sans-Serif;
padding: 1px;
text-align: center;
}
.tablesorter .value-popup:before {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 8px solid #777;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
top: -8px;
left: 50%;
margin-left: -8px;
margin-top: -1px;
}
/**** Date Picker ****/
.tablesorter .dateFrom, .tablesorter .dateTo {
width: 80px;
margin: 2px 5px;
}
/**** Color Picker/HTML5Number Toggle button ****/
.tablesorter .button {
width: 14px;
height: 14px;
background: #fcfff4;
background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0 );
margin: 1px 5px 1px 1px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
position: relative;
top: 3px;
display: inline-block;
}
.tablesorter .button label {
cursor: pointer;
position: absolute;
width: 10px;
height: 10px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
left: 2px;
top: 2px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
background: #45484d;
background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
background: -o-linear-gradient(top, #222 0%, #45484d 100%);
background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
background: linear-gradient(top, #222 0%, #45484d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d', GradientType=0 );
}
.tablesorter .button label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: '';
position: absolute;
width: 8px;
height: 8px;
background: #55f;
background: -webkit-linear-gradient(top, #aaf 0%, #55f 100%);
background: -moz-linear-gradient(top, #aaf 0%, #55f 100%);
background: -o-linear-gradient(top, #aaf 0%, #55f 100%);
background: -ms-linear-gradient(top, #aaf 0%, #55f 100%);
background: linear-gradient(top, #aaf 0%, #55f 100%);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
top: 1px;
left: 1px;
-webkit-box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0px 1px 1px #fff, 0px 1px 3px rgba(0,0,0,0.5);
}
.tablesorter .button label:hover::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: 0.3;
}
.tablesorter .button input[type=checkbox] {
visibility: hidden;
}
.tablesorter .button input[type=checkbox]:checked + label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.tablesorter .colorpicker {
width: 30px;
height: 18px;
}
.tablesorter .ui-spinner-input {
width: 100px;
height: 18px;
}
.tablesorter .currentColor, .tablesorter .ui-spinner {
position: relative;
}
.tablesorter input.number {
position: relative;
}
/* hide filter row */
.tablesorter .tablesorter-filter-row.hideme td * {
height: 1px;
min-height: 0;
border: 0;
padding: 0;
margin: 0;
/* don't use visibility: hidden because it disables tabbing */
opacity: 0;
filter: alpha(opacity=0);
}

Some files were not shown because too many files have changed in this diff Show More