Commit 8b83e832 authored by msingh's avatar msingh

Added css.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98934 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5aa84fa
......@@ -21,8 +21,31 @@ body {
background-image: linear-gradient(to bottom, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
}
.mainPage-Container {
height: 100%;
width: 100%;
position: fixed;/*Gulzar on 09/07/14*/
/*background-color: white;*/
background-color: #CBE2DA;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Opera */
background-image: -o-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #B0DBE3), color-stop(0.85, #CBE2DA), color-stop(1, #E8C4B1));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* overflow: auto; */
}
td {
padding-bottom: .2em;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
}
label {
......@@ -34,7 +57,6 @@ label {
font-size: 14px;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
background-color: #e5e5e5;
}
......@@ -61,51 +83,6 @@ label {
text-rendering: optimizeLegibility;
}
.editLabelClass {
position: absolute;
background-color: #COCOCO;
color: #62412E;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
/* font-size: 14px; */
font-size: 12px;
text-align: right;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
white-space: nowrap;
}
.editDivClass
{border: 1px solid lightgray;color:#102132;background:#FFFFFF;width:397px;float:left;min-height:17px;}
.editInputClass
{border: 1px solid lightgray;color:#102132;background:#FFFFFF;text-align:left;font-family:verdana;font-size:9pt}
.editDisplayClass
{border: 1px solid lightgray;color:#2087fc;background:#D6D2C7;text-align:left;font-family:verdana;font-size:9pt}
.mainPage-Container {
height: 100%;
width: 100%;
position: fixed;/*Gulzar on 09/07/14*/
/*background-color: white;*/
background-color: #CBE2DA;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Opera */
background-image: -o-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #B0DBE3), color-stop(0.85, #CBE2DA), color-stop(1, #E8C4B1));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #B0DBE3 60%, #CBE2DA 85%, #E8C4B1 100%);
/* overflow: auto; */
}
.button {
display: inline-block;
height: 28px;
......@@ -153,6 +130,39 @@ label {
pointer-events:auto !IMPORTANT;
}
.editLabelClass {
position: absolute;
background-color: #COCOCO;
color: #62412E;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
/* font-size: 14px; */
font-size: 12px;
text-align: right;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
white-space: nowrap;
}
.editDivClass
{border: 1px solid lightgray;color:#102132;background:#FFFFFF;width:96%;float:left;min-height:17px;
font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.editInputClass
{
border: 1px solid lightgray;
color:#102132;
background:#FFFFFF;
text-align:left;
font-family: Arial Unicode MS, Arial, sans-serif !important;
font-size:12px !important;
}
.editDisplayClass
{border: 1px solid lightgray;color:#2087fc;background:#D6D2C7;text-align:left;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
/* .tableClass
{margin-left:0px;margin-top:00px;width :100%;} */
......@@ -160,19 +170,19 @@ label {
{border:inset 0;background:#4BC1D2;font-family:Arial;font-size:14px; height: 22px;color: #FFF;}
.tbody_td
{border:inset 1;font-family:verdana;font-size:9pt;}
{border:inset 1;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.input_editable
{border:inset 2;color:#102132;background:#D7E5F9;text-align:left;font-family:verdana;font-size:9pt}
{border:inset 2;color:#102132;background:#D7E5F9;text-align:left;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.input_num_editable
{border:inset 2;color:#102132;background:#D7E5F9;text-align:right;font-family:verdana;font-size:9pt}
{border:inset 2;color:#102132;background:#D7E5F9;text-align:right;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.td_leftAlign
{text-align:left;font-family:Verdana;font-size:9pt;}
{text-align:left;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.td_rightAlign
{text-align:right;font-family:Verdana;font-size:9pt}
{text-align:right;font-family: Arial Unicode MS, Arial, sans-serif;font-size:12px;}
.pophelp-Btn {
position: absolute;
......@@ -286,7 +296,7 @@ label {
/** table class **/
.tableClass
{text-align: center;
line-height: 29px;
line-height: 25px;
text-align: left;
border-collapse: separate;
border-spacing: 0;
......@@ -421,8 +431,8 @@ text-rendering: optimizeLegib
top: 7%;
overflow: auto;
background-color: white;
background-color: rgba(255, 255, 255, .50);
/* background-color: white;
background-color: rgba(255, 255, 255, .50); */
}
.pophelp-Contents{
......
.ft_container table { border-width: 0px; margin: 0px; border-collapse: collapse; margin: 0; outline-style: none; font-size: 14px;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
line-height: 25px;
border-collapse: separate;
border-spacing: 0px;
border-radius: 2px;
background-color: #FFF !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
table-layout: fixed;
}
.ft_container table tr th { font-weight: bold; }
.ft_container table thead { -moz-user-select: none;-webkit-user-select: none;}
.ft_container table tr th { border-collapse: collapse; padding: 2px 4px; word-wrap: break-word; border: 1px solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 1px; overflow:hidden; word-wrap: break-word; border-color: #4BC1D2 #13AEC4 #5CCADA;}
.ft_container table tr td { border-collapse: collapse; padding: 2px 4px; word-wrap: break-word; border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 1px; overflow:hidden; word-wrap: break-word; font-weight: normal !important; color: #000 !important;}
.ft_container table tr:first-child td,
.ft_container table tr:first-child th { border-top-width: 1px; }
.ft_container table tr td:first-child,
.ft_container table tr th:first-child { border-left-width: 1px; }
.ft_container table tbody tr:nth-child(n) { background-color: #fff !important; }
.ft_container table tbody tr:nth-child(2n) { background-color: #f9f9f9 !important; }
.ft_container { overflow: hidden; padding: 0px; }
.ft_rel_container { position: relative; overflow: hidden; border-width: 0px; width: 100%; height: 100%; }
.ft_r, .ft_rc { background-image: none; }
.ft_rc { position: absolute; z-index: 1005; }
.ft_r, .ft_c { position: relative; }
.ft_rwrapper, .ft_cwrapper { overflow: hidden; position: absolute; z-index: 1001; border-width: 0px; padding: 0px; margin: 0px; }
/*.ft_rwrapper { width: 100%; padding-right: 17px; }*/
.ft_scroller { overflow: auto; height: 100%; padding: 0px; margin: 0px;}
.ft_container tbody tr.ui-widget-content, thead.ui-widget-header { background-image: none; }
.ft_container table.sorttable thead tr th { cursor: pointer; }
.ft_container table thead tr th.fx_sort_bg{ background-image: url(../images/bg.gif); background-position: right center; background-repeat: no-repeat;
background-image: linear-gradient(to bottom, #4BC1D2 60%, #5ADAEC 100%);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
}
.ft_container table thead tr th.fx_sort_asc{ background-image: url(../images/asc.gif); }
.ft_container table thead tr th.fx_sort_desc{ background-image: url(../images/desc.gif); }
\ No newline at end of file
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