Commit b5f3edd1 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104278 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e5d8778
......@@ -36,12 +36,7 @@ body,div,form,td,table,a
cursor: pointer;
}
.itemtbl
{
background: none repeat scroll 0 0 #EFF5FB;
font-size: 10pt;
width: 48%;
}
.firstDiv
{
......@@ -53,35 +48,40 @@ body,div,form,td,table,a
font-size: 19px;
background-color: gray;
color: white;
height: 25px;
height: 30px;
text-align: left;
padding-top: 3px;
margin-top: 2px;
padding-left: 10px
}
.rght
{
text-align: right;
body,div,form,td,table,a {
margin: 0;
padding: 0;
}
.highlight
{
color: #666;
.itemtbl {
font-size: 12px;
width: 100%;
border: 1px solid rgb(219, 217, 208);
}
.strong-text
{
font-weight: bold;
.rght {
text-align: right;
}
.itemtbl td
{
border-bottom: #e5e4e9 1px solid;
.highlight {
color: black;
}
.itemtbl td {
background-color: #FFF;
padding: 10px;
}
#next
{
margin-left: 6.2em;
......@@ -107,6 +107,26 @@ body,div,form,td,table,a
font-size: 16px;
margin-top: 98px;
padding-left: 10px;
/* border: 1px solid rgb(219, 217, 208);
*/
}
#bkkdiv {
position: absolute;
z-index: 0;
display: block;
text-align: center;
display: none;
}
#bg-text {
color: red;
font-size: 45px;
opacity: 0.3;
margin-top: 200px;
transform: rotate(300deg);
-webkit-transform: rotate(300deg);
border-bottom: 1px solid red;
border-top: 1px solid red;
}
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