web/res/metadataplayer/LatestAnnotation.css
changeset 1558 761ba7426984
parent 1557 7c67caaafdeb
child 1559 796b49572291
equal deleted inserted replaced
1557:7c67caaafdeb 1558:761ba7426984
     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 	text-align: justify;
       
    29 }
       
    30 
       
    31 .Ldt-LatestAnnotation-Title{
       
    32 	color: #0068c4;
       
    33     font-size: 14px;
       
    34     font-weight: bold;
       
    35 }
       
    36 
       
    37 .Ldt-LatestAnnotation-NoAnnotation{
       
    38 	font-size: 14px;
       
    39     font-weight: bold;
       
    40 }
       
    41 
       
    42 .Ldt-LatestAnnotation-CopyEditButton{
       
    43 	display: inline-block;
       
    44     background-color: #d93c71;
       
    45     color: #ffffff;
       
    46     float: right;
       
    47     cursor: pointer;
       
    48     height: 14px;
       
    49     width: 100px;
       
    50     margin: 2px;
       
    51     padding: 2px;
       
    52     font-size: 11px;
       
    53     border: 1px solid;
       
    54     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    55     cursor: pointer;
       
    56     text-align: center;
       
    57     vertical-align: middle;
       
    58 }
       
    59 
       
    60 .Ldt-LatestAnnotation-CopyEditButton:hover{
       
    61 	background-color: #e15581;
       
    62 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
    63 }