Commit 11d8e1ab authored by bpandey's avatar bpandey

updated css as client on dated 18-Oct2014


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96638 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c099c799
......@@ -398,6 +398,7 @@ button.ui-button::-moz-focus-inner {
.ui-dialog .ui-dialog-titlebar {
padding: .1em 1em;
position: relative;
background-color: gray;
}
.ui-dialog .ui-dialog-title {
float: left;
......@@ -406,7 +407,10 @@ button.ui-button::-moz-focus-inner {
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
font-size:15px;
font-size:15px;
background-color: gray;
color:white;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
......@@ -423,8 +427,8 @@ font-size:15px;
background: none;
overflow: auto;
width:449px;
margin-right:-8px
margin-right:-8px;
box-shadow:0px 3px 7px 3px #BABABA;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
......
......@@ -88,7 +88,6 @@
font-size:10pt;
text-align:left;
height:25px;
width:300px;
cursor:default;
......@@ -141,12 +140,11 @@
}
.parentstktbl {
FONT-FAMILY: Arial;
FONT-SIZE: 10pt;
font-family: Arial;
font-size: 10pt;
width: 400px;
font: Arial,sans-serif,courier;
font-size: 9pt;
margin-left:5;
margin-top:4;
......@@ -155,13 +153,11 @@
.stocktbl {
background: none repeat scroll 0 0 #EFF5FB;
FONT-FAMILY: Arial;
FONT-SIZE: 10pt;
font-family: Arial;
font-size: 10pt;
width: 400px;
font: Arial,sans-serif,courier;
font-size: 9pt;
/* border: 1px solid;*/
}
......@@ -170,6 +166,7 @@
}
.itemcell {
background-color:green;
color:white;
}
.locationtbl
......@@ -185,8 +182,41 @@
text-align:left
}
.popUpFiltrTbl {
background: none repeat scroll 0 0 #EFF5FB;
font-family: Arial;
font-size: 11pt;
width: 397px;
font: Arial,sans-serif,courier;
padding-bottom: 15px;
margin-left: 5px;
}
.img {
position:relative;
right:5px;
top:0px;
bottom: 2px;
height :30px;
width :30;
text-align:right;
}
.pagetitle {
padding :2;
border-spacing:2;
background-color: gray;
width :100%;
height :35px;
position: relative;
text-align:center;
font-family: Verdana;
font-size: 16px;
font-weight:bold;
}
.pagetitlename
{
color: white;
}
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