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 ...@@ -36,12 +36,7 @@ body,div,form,td,table,a
cursor: pointer; cursor: pointer;
} }
.itemtbl
{
background: none repeat scroll 0 0 #EFF5FB;
font-size: 10pt;
width: 48%;
}
.firstDiv .firstDiv
{ {
...@@ -53,35 +48,40 @@ body,div,form,td,table,a ...@@ -53,35 +48,40 @@ body,div,form,td,table,a
font-size: 19px; font-size: 19px;
background-color: gray; background-color: gray;
color: white; color: white;
height: 25px; height: 30px;
text-align: left; text-align: left;
padding-top: 3px; padding-top: 3px;
margin-top: 2px; margin-top: 2px;
padding-left: 10px padding-left: 10px
} }
.rght
{ body,div,form,td,table,a {
text-align: right; margin: 0;
padding: 0;
} }
.highlight .itemtbl {
{ font-size: 12px;
color: #666; width: 100%;
border: 1px solid rgb(219, 217, 208);
} }
.strong-text
{ .rght {
font-weight: bold; text-align: right;
} }
.itemtbl td .highlight {
{ color: black;
border-bottom: #e5e4e9 1px solid; }
.itemtbl td {
background-color: #FFF; background-color: #FFF;
padding: 10px; padding: 10px;
} }
#next #next
{ {
margin-left: 6.2em; margin-left: 6.2em;
...@@ -107,6 +107,26 @@ body,div,form,td,table,a ...@@ -107,6 +107,26 @@ body,div,form,td,table,a
font-size: 16px; font-size: 16px;
margin-top: 98px; margin-top: 98px;
padding-left: 10px; 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