Commit 8ec2ba76 authored by caluka's avatar caluka

Inter Company Reconcilation module CSS is merged as per mahendra mail


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99483 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2443a453
.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;
width: 100%!important;
}
.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!important;
border-right-width: 1px;
border-bottom-width: 1px;
overflow:hidden;
word-wrap: break-word;
border-color: #fff ;
}
.ft_container table tr td
{
border-collapse: collapse;
padding: 2px 4px;
word-wrap: break-word;
/* border-top-width: 1px; */
border-left: 1px solid #fff;
/* border-right-width: 1px; */
border-bottom: 1px solid #fff;
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!important;
}
.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;
border-bottom:1px solid #eee;
}
.ft_rel_container
{
position: relative;
overflow: hidden;
border-width: 0px;
width: 100%;
height: 88%;
}
.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;
width:98.5%;
}
.ft_scroller
{
overflow: auto;
height: 100%;
padding: 0px;
margin: 0px;
overflow-y:scroll;
}
.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
{
border:inset 0;
background:#FFCCCC;
font-family:verdana;
font-size:9pt;
font-weight:bold;
height: 18px
}
.ft_container table thead tr th.fx_sort_bg_old
{
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);
white-space: nowrap;
}
.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