Commit 12d4f38b authored by bpandey's avatar bpandey

added new css on dated 10/12/2013


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93980 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 898f953d
.tdLabel {
FONT-FAMILY: Arial;
font-size: 12pt;
}
.title {
FONT-FAMILY: Arial;
align: center;
font-size: 14pt;
}
.dropdown {
border-radius: 3px;
width: 1000px;
align: center;
background-color: #F5F5F5;
margin-top:10px;
}
.chartTable{
align: center;
border-spacing:3px;
}
.summaryTable {
height: 50px;
width: 100px;
align: center;
cellspacing:1;
cellpadding:2;
margin-left:auto;
margin-right:auto;
}
.summaryTr {
background-color:#00cc00;
height: 30px;
font-size: 7pt;
}
.chartCell{
border:1px solid lightgrey;
}
.summaryDetail {
background-color: yellow;
height: 20px;
font-size: 7pt;
}
/** Minimal stand-alone css for dropdownchecklist support
We highly recommend using JQuery ThemeRoller instead
*/
.ui-dropdownchecklist {
font-size: medium;
color: black;
}
.ui-dropdownchecklist-selector {
height: 20px;
border: 1px solid #ddd;
background: #fff;
}
.ui-state-hover, .ui-state-active {
border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
background-color: #fff;
border: 1px solid #999;
}
.ui-dropdownchecklist-item {
}
.ui-state-hover {
background-color: #39f;
}
.ui-state-disabled label {
color: #ccc;
}
.ui-dropdownchecklist-group {
font-weight: bold;
font-style: italic;
}
.ui-dropdownchecklist-indent {
padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
vertical-align: middle;
font-size: 0px;
}
.ui-dropdownchecklist-selector {
padding: 1px 2px 2px 2px;
font-size: 0px;
}
.ui-dropdownchecklist-text {
font-size: medium;
/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
padding: 1px 2px 2px 2px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment