Commit eaa3f72d authored by vvengurlekar's avatar vvengurlekar

css added for defaulticonimage and defaultIconsubtitle and defaultIcontitlename


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106681 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eab235ef
......@@ -2289,3 +2289,36 @@ thead#removeBorderGrid > tr > th {
line-height: 28px !important;
}
/* Ended by varsha v. to add 1of2 css, header, td text css for card*/
/*Added by Vinay For Card Type Dashboard applicable for browser & mobile*/
.defaultIconTitle {
color:#787878;
}
.defaultIconImage
{
height: 15px;
width: 23px;
border-radius: 50%;
background: #CCC;
padding: 7px 4px;
margin: 3px 0px 3px 3px;
text-align: center;
color: white;
padding-top: 7px;
display: inline-block;
}
.defaultIconSubTitle
{
color:#787878;
font-size:11px;
}
.defaultTitle
{
font-weight:bold;
color:#787878;
font-size:15px;
padding-left:13px;
text-align: left;
}
/*Ended by Vinay For Card Type Dashboard applicable for browser & mobile*/
\ 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