src/widgets/AnnotationsList.css
changeset 1053 149a4ea20ea7
parent 1046 eb77616c245f
child 1068 7623f9af9272
equal deleted inserted replaced
1052:c8fd9dbf3804 1053:149a4ea20ea7
    43     text-align: center;
    43     text-align: center;
    44 	display: inline;
    44 	display: inline;
    45 	margin: 4px 2px;
    45 	margin: 4px 2px;
    46 }
    46 }
    47 
    47 
    48 ul.Ldt-AnnotationsList-ul {
    48 ul.Ldt-AnnotationsList-ul, ul.Ldt-AnnotationsList-ul-toDelete  {
    49     list-style: none;
    49     list-style: none;
    50     padding: 2px;
    50     padding: 0px;
    51     margin: 0;
    51     margin: 0px;
    52 }
    52 }
       
    53 
    53 li.Ldt-AnnotationsList-li {
    54 li.Ldt-AnnotationsList-li {
    54     width: 100%;
    55     width: 100%;
    55     clear: both;
    56     clear: both;
    56     margin: 2px 0;
    57     margin: 2px 0;
    57     padding: 2px 0;
    58     padding: 2px 0;
    71     border: none;
    72     border: none;
    72     max-width: 100%;
    73     max-width: 100%;
    73     max-height: 100%;
    74     max-height: 100%;
    74     margin: 0 auto;
    75     margin: 0 auto;
    75 }
    76 }
       
    77 
       
    78 .Ldt-AnnotationsList-DeleteButton {
       
    79 	margin: 0px;
       
    80 	float: right;
       
    81 	font-size: 20px;
       
    82 	position: relative;
       
    83 	top: -50px;
       
    84 	left: -5px;
       
    85 	color: #787878
       
    86 }
       
    87 .Ldt-AnnotationsList-DeleteButton:hover {
       
    88 	color: #f7268e;
       
    89 	cursor: pointer;
       
    90 }
       
    91 
    76 .Ldt-AnnotationsList-Duration {
    92 .Ldt-AnnotationsList-Duration {
    77     color: #f7268e;
    93     color: #f7268e;
    78     float: right;
    94     float: right;
    79     text-align: right;
    95     text-align: right;
    80     font-size: 12px;
    96     font-size: 12px;
   143 }
   159 }
   144 
   160 
   145 .Ldt-AnnotationsList-Play:hover {
   161 .Ldt-AnnotationsList-Play:hover {
   146     background-position: 0 bottom;
   162     background-position: 0 bottom;
   147 }
   163 }
       
   164 
       
   165 .Ldt-AnnotationsList-ScreenMain{
       
   166 	margin: 0px;
       
   167 	padding: 0px;
       
   168 }
       
   169 
       
   170 .Ldt-AnnotationsList-ScreenDelete, .Ldt-AnnotationsList-ScreenSending, 
       
   171 .Ldt-AnnotationsList-ScreenError, .Ldt-AnnotationsList-ScreenSuccess{
       
   172 	margin-top: 15px;
       
   173 	width: 100%
       
   174 	text-align: center;
       
   175 	vertical-align: middle;
       
   176 	font-size: 14px;
       
   177 	font-weight: bold;
       
   178 	color: #68273C;
       
   179 }
       
   180 
       
   181 a.Ldt-AnnotationsList-Close {
       
   182     position: absolute; right: 2px;
       
   183     display: inline-block; width: 17px; height: 17px; margin: 4px;
       
   184     background: url(img/widget-control.png);
       
   185 }