Commit f0d012ba authored by dkasliwal's avatar dkasliwal

modify css class for circle by varsha


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104733 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9b1957cf
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
} }
.c100 { .c100 {
position: relative; position: relative;
font-size: 92px; font-size: 75px; /*change font size 92px to 75px Varsha*/
width: 1em; width: 1em;
height: 1em; height: 1em;
border-radius: 50%; border-radius: 50%;
...@@ -1879,20 +1879,22 @@ ...@@ -1879,20 +1879,22 @@
{ {
margin-top: 5px; margin-top: 5px;
} }
/* .internalSpan
/*change font-size and left by varsha*/
/*.internalSpan
{ {
color: #000 !important; color: #000 !important;
font-size: 25px !important; font-size: 18px !important;
left: -12px !important; left: -12px !important;
top: 25px !important; top: 28px !important;
} }*/
*/
.internalSpan { .internalSpan {
color: #000 !important; color: #000 !important;
font-size: 25px !important; font-size: 18px !important;
left: 3px !important; left: 3px !important;
top: 32px !important; top: 28px !important;
} }
......
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