src/widgets/LatestAnnotation.css
changeset 1041 423a8c6f9c4d
child 1046 eb77616c245f
equal deleted inserted replaced
1040:be314c4ea4ac 1041:423a8c6f9c4d
       
     1 .Ldt-LatestAnnotation{
       
     2 	background: url(img/pinstripe.png);
       
     3 	width: 535px;
       
     4 	max-height: 180px;
       
     5 	margin: 0px;
       
     6 	margin-top: 4px;
       
     7 	border-style: solid;
       
     8 	border-width: 1px;
       
     9 	border-color: #b7b7b7;
       
    10 }
       
    11 
       
    12 .Ldt-LatestAnnotation-Element{
       
    13 	margin: 5px;
       
    14 	display: inline-block;
       
    15 	vertical-align: top;
       
    16 }
       
    17 
       
    18 .Ldt-LatestAnnotation-Box{
       
    19 	background-color: #ffffff;
       
    20 	margin: 3px;
       
    21 }
       
    22 
       
    23 .Ldt-LatestAnnotation-CreationDate{
       
    24 	color: #f7268e;
       
    25 }
       
    26 
       
    27 .Ldt-LatestAnnotation-Content{
       
    28 }
       
    29 
       
    30 .Ldt-LatestAnnotation-Title{
       
    31 	color: #0068c4;
       
    32     font-size: 14px;
       
    33     font-weight: bold;
       
    34 }
       
    35 
       
    36 .Ldt-LatestAnnotation-NoAnnotation{
       
    37 	font-size: 14px;
       
    38     font-weight: bold;
       
    39 }