src/widgets/CurrentSegmentInfobox.css
changeset 1046 eb77616c245f
parent 1040 be314c4ea4ac
child 1052 c8fd9dbf3804
equal deleted inserted replaced
1045:b06345320ffb 1046:eb77616c245f
    37 .Ldt-CurrentSegmentInfobox-Description{
    37 .Ldt-CurrentSegmentInfobox-Description{
    38 	font-size: 13px;
    38 	font-size: 13px;
    39 	font-weight: bold;
    39 	font-weight: bold;
    40 }
    40 }
    41 
    41 
       
    42 textarea.Ldt-CurrentSegmentInfobox-DescriptionInput.Ldt-CurrentSegmentInfobox-Description{
       
    43 	display: inline-block;
       
    44 	width: 95%;
       
    45 }
       
    46 
    42 .Ldt-CurrentSegmentInfobox-Tags{
    47 .Ldt-CurrentSegmentInfobox-Tags{
    43 }
    48 }
    44 
    49 
    45 .Ldt-CurrentSegmentInfobox-NoSegment{
    50 .Ldt-CurrentSegmentInfobox-NoSegment{
    46 	font-size: 15px;
    51 	font-size: 15px;
    47 	font-weight: bold;
    52 	font-weight: bold;
    48 }
    53 }
       
    54 
       
    55 .Ldt-CurrentSegmentInfobox-SubmitButton{
       
    56 	display: inline-block;
       
    57     background-color: #d93c71;
       
    58     color: #ffffff;
       
    59     float: right;
       
    60     cursor: pointer;
       
    61     height: 14px;
       
    62     width: 100px;
       
    63     margin: 2px;
       
    64     margin-top: 5px;
       
    65     padding: 2px;
       
    66     font-size: 11px;
       
    67     border: 1px solid;
       
    68     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    69     cursor: pointer;
       
    70     text-align: center;
       
    71     vertical-align: middle;
       
    72 }
       
    73 
       
    74 .Ldt-CurrentSegmentInfobox-CancelButton{
       
    75 	display: inline-block;
       
    76     background-color: #d93c71;
       
    77     color: #ffffff;
       
    78     float: right;
       
    79     cursor: pointer;
       
    80     height: 14px;
       
    81     width: 100px;
       
    82     margin: 2px;
       
    83     margin-top: 5px;
       
    84     margin-right: 5px;
       
    85     padding: 2px;
       
    86     font-size: 11px;
       
    87     border: 1px solid;
       
    88     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    89     cursor: pointer;
       
    90     text-align: center;
       
    91     vertical-align: middle;
       
    92 }
       
    93 
       
    94 .Ldt-CurrentSegmentInfobox-CreateTagButton{
       
    95 	display: block;
       
    96     background-color: #d93c71;
       
    97     color: #ffffff;
       
    98     cursor: pointer;
       
    99     height: 14px;
       
   100     width: 75px;
       
   101     margin: 2px;
       
   102     padding: 2px;
       
   103     font-size: 11px;
       
   104     border: 1px solid;
       
   105     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   106     cursor: pointer;
       
   107     text-align: center;
       
   108     vertical-align: middle;
       
   109 }
       
   110 
       
   111 .Ldt-CurrentSegmentInfobox-Tags-Li-Input{
       
   112 	width: 80px;
       
   113 }
       
   114 
       
   115 .Ldt-CurrentSegmentInfobox-CreateTagButton:hover, .Ldt-CurrentSegmentInfobox-CancelButton:hover,
       
   116 .Ldt-CurrentSegmentInfobox-SubmitButton:hover{
       
   117 	background-color: #e15581;
       
   118 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
   119 }
       
   120 
       
   121 .Ldt-CurrentSegmentInfobox-Tags-Li-DeleteTagButton{
       
   122 	font-weight: bold;
       
   123 	color: #d93c71
       
   124 }
       
   125 
       
   126 .Ldt-CurrentSegmentInfobox-Tags-Li-DeleteTagButton:hover{
       
   127 	color: #e16e93
       
   128 }