Commit 4863fdaf authored by dkasliwal's avatar dkasliwal

add css class for value display in component title panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104780 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2bcb606f
...@@ -170,6 +170,7 @@ td{ ...@@ -170,6 +170,7 @@ td{
border-radius: 50%; border-radius: 50%;
margin-left: 5px; margin-left: 5px;
padding: 2px; padding: 2px;
height: 28px;
} }
.componantTtl .componantTtl
{ {
...@@ -191,7 +192,7 @@ td{ ...@@ -191,7 +192,7 @@ td{
font-size:12px; font-size:12px;
text-align:right; text-align:right;
color:#999; color:#999;
margin-top: 3px; /* margin-top: 3px; */
margin-left: 5px; margin-left: 5px;
} }
.mainPanel .mainPanel
...@@ -1378,7 +1379,6 @@ color: #999; !important; ...@@ -1378,7 +1379,6 @@ color: #999; !important;
cellspacing: 0px; cellspacing: 0px;
background-color: white; background-color: white;
width: 100%; width: 100%;
height: 260px;
/* cellspacing: 10;*/ /* cellspacing: 10;*/
/* border: 1px solid lightgray; /* border: 1px solid lightgray;
border-radius: 2px; */ border-radius: 2px; */
...@@ -1678,6 +1678,7 @@ color: #999; !important; ...@@ -1678,6 +1678,7 @@ color: #999; !important;
width:97.5%; width:97.5%;
/* margin-top:8px; */ /* margin-top:8px; */
border: 1px dashed #CCC; border: 1px dashed #CCC;
margin-bottom: 15px;
} }
.line:after { .line:after {
...@@ -1970,3 +1971,28 @@ width:26%; ...@@ -1970,3 +1971,28 @@ width:26%;
padding-right: 5px; padding-right: 5px;
} }
/*End css for popup panel on click on Component icon by Dhanendra on date 23-02-2017*/ /*End css for popup panel on click on Component icon by Dhanendra on date 23-02-2017*/
/*Add css for dispay summary total value on component title panel*/
.titleValLabel
{
padding: 5px;
margin-left: 5px;
font-size: 28px;
}
.refreshIcon
{
height: 14px;
width: 14px;
margin-left: 5px;
}
.titleValINRLabel
{
color: #999;
margin-top: 46%;
font-size: 12px;
}
.titleValPanel
{
float: right;
}
/*End css for dispay summary total value on component title panel*/
\ 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