src/widgets/CurrentSegmentInfobox.css
changeset 1040 be314c4ea4ac
child 1046 eb77616c245f
equal deleted inserted replaced
1039:4fddc765a716 1040:be314c4ea4ac
       
     1 .Ldt-CurrentSegmentInfobox{
       
     2 	background: url(img/pinstripe.png);
       
     3 	width: 535px;
       
     4 	max-height: 280px;
       
     5 	margin: 0px;
       
     6 	margin-top: 4px;
       
     7 	border-style: solid;
       
     8 	border-width: 1px;
       
     9 	border-color: #b7b7b7;
       
    10 }
       
    11 
       
    12 .Ldt-CurrentSegmentInfobox-Element{
       
    13 	margin: 5px;
       
    14 	vertical-align: top;
       
    15 }
       
    16 
       
    17 .Ldt-CurrentSegmentInfobox-Tags-Ul{
       
    18 	list-style: none;
       
    19 	margin: 2px;
       
    20 }
       
    21 
       
    22 .Ldt-CurrentSegmentInfobox-Tags-Li{
       
    23 	display: inline-block;
       
    24 	background-color: #ffffff;
       
    25 	margin: 2px;
       
    26 	padding: 2px;
       
    27 	border: solid 1px;
       
    28 	border-color: #aeaeae;
       
    29 }
       
    30 
       
    31 .Ldt-CurrentSegmentInfobox-Title{
       
    32 	color: #0068c4;
       
    33     font-size: 15px;
       
    34     font-weight: bold;
       
    35 }
       
    36 
       
    37 .Ldt-CurrentSegmentInfobox-Description{
       
    38 	font-size: 13px;
       
    39 	font-weight: bold;
       
    40 }
       
    41 
       
    42 .Ldt-CurrentSegmentInfobox-Tags{
       
    43 }
       
    44 
       
    45 .Ldt-CurrentSegmentInfobox-NoSegment{
       
    46 	font-size: 15px;
       
    47 	font-weight: bold;
       
    48 }