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 { ...@@ -398,6 +398,7 @@ button.ui-button::-moz-focus-inner {
.ui-dialog .ui-dialog-titlebar { .ui-dialog .ui-dialog-titlebar {
padding: .1em 1em; padding: .1em 1em;
position: relative; position: relative;
background-color: gray;
} }
.ui-dialog .ui-dialog-title { .ui-dialog .ui-dialog-title {
float: left; float: left;
...@@ -406,7 +407,10 @@ button.ui-button::-moz-focus-inner { ...@@ -406,7 +407,10 @@ button.ui-button::-moz-focus-inner {
width: 90%; width: 90%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
font-size:15px; font-size:15px;
background-color: gray;
color:white;
} }
.ui-dialog .ui-dialog-titlebar-close { .ui-dialog .ui-dialog-titlebar-close {
position: absolute; position: absolute;
...@@ -423,8 +427,8 @@ font-size:15px; ...@@ -423,8 +427,8 @@ font-size:15px;
background: none; background: none;
overflow: auto; overflow: auto;
width:449px; width:449px;
margin-right:-8px margin-right:-8px;
box-shadow:0px 3px 7px 3px #BABABA;
} }
.ui-dialog .ui-dialog-buttonpane { .ui-dialog .ui-dialog-buttonpane {
text-align: left; text-align: left;
......
...@@ -87,8 +87,7 @@ ...@@ -87,8 +87,7 @@
font-family: Arial, Courier, sans-serif; font-family: Arial, Courier, sans-serif;
font-size:10pt; font-size:10pt;
text-align:left; text-align:left;
height:25px; height:25px;
width:300px; width:300px;
cursor:default; cursor:default;
...@@ -141,27 +140,24 @@ ...@@ -141,27 +140,24 @@
} }
.parentstktbl { .parentstktbl {
FONT-FAMILY: Arial; font-family: Arial;
FONT-SIZE: 10pt; font-size: 10pt;
width: 400px; width: 400px;
font: Arial,sans-serif,courier; font: Arial,sans-serif,courier;
font-size: 9pt; font-size: 9pt;
margin-left:5;
margin-left:5; margin-top:4;
margin-top:4;
} }
.stocktbl { .stocktbl {
background: none repeat scroll 0 0 #EFF5FB; background: none repeat scroll 0 0 #EFF5FB;
FONT-FAMILY: Arial; font-family: Arial;
FONT-SIZE: 10pt; font-size: 10pt;
width: 400px; width: 400px;
font: Arial,sans-serif,courier; font: Arial,sans-serif,courier;
font-size: 9pt;
/* border: 1px solid;*/
} }
...@@ -169,7 +165,8 @@ ...@@ -169,7 +165,8 @@
background-color:white; background-color:white;
} }
.itemcell { .itemcell {
background-color:green; background-color:green;
color:white;
} }
.locationtbl .locationtbl
...@@ -185,8 +182,41 @@ ...@@ -185,8 +182,41 @@
text-align:left 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