src/widgets/AnnotationsList.module.css
changeset 1072 ac1eacb3aa33
parent 1069 2409cb4cebaf
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
       
     1 /* AnnotationsListWidget */
       
     2 
       
     3 #ui-datepicker-div
       
     4 {
       
     5     display: none;
       
     6 }
       
     7 
       
     8 .Ldt-AnnotationsListWidget {
       
     9     border: none; 
       
    10     margin: 0; 
       
    11     padding: 0;
       
    12     overflow: auto;
       
    13 }
       
    14 .Ldt-AnnotationsListWidget a {
       
    15     text-decoration: none;
       
    16 }
       
    17 
       
    18 .Ldt-AnnotationsList-Audio {
       
    19     width: 1px; height: 1px;
       
    20 }
       
    21 
       
    22 .Ldt-AnnotationsList-Filters {
       
    23 	display: table-cell;
       
    24 	width: 100%;
       
    25 	height: 30px;
       
    26 	vertical-align: middle;
       
    27     text-align: center;
       
    28 	
       
    29 }
       
    30 
       
    31 .Ldt-AnnotationsList-filter-text {
       
    32     text-align: left;
       
    33 	display: inline;
       
    34 	margin: 4px 2px;
       
    35 }
       
    36 
       
    37 .Ldt-AnnotationsList-filter-dropdown {
       
    38     text-align: center;
       
    39 	display: inline;
       
    40 	margin: 4px 2px;
       
    41 }
       
    42 
       
    43 .Ldt-AnnotationsList-filter-checkbox {
       
    44     text-align: center;
       
    45 	display: inline;
       
    46 	margin: 4px 2px;
       
    47 }
       
    48 
       
    49 ul.Ldt-AnnotationsList-ul, ul.Ldt-AnnotationsList-ul-toDelete  {
       
    50     list-style: none;
       
    51     padding: 0px;
       
    52     margin: 0px;
       
    53 }
       
    54 
       
    55 li.Ldt-AnnotationsList-li {
       
    56     width: 100%;
       
    57     clear: both;
       
    58     margin: 2px 0;
       
    59     padding: 2px 0;
       
    60     min-height: 3em;
       
    61     position: relative;
       
    62 }
       
    63 .Ldt-AnnotationsList-li.selected {
       
    64     background-image: url(img/pinstripe-grey.png);
       
    65     z-index: 1;
       
    66 }
       
    67 .Ldt-AnnotationsList-ThumbContainer {
       
    68     float: left;
       
    69     width: 80px;
       
    70     height: 50px;
       
    71     text-align: center;
       
    72     margin: 0px 2px 10px 2px;
       
    73     box-shadow: #808080 0px 0px 2px;
       
    74 }
       
    75 .Ldt-AnnotationsList-Thumbnail {
       
    76     border: none;
       
    77     max-width: 100%;
       
    78     max-height: 100%;
       
    79     margin: 0 auto;
       
    80 }
       
    81 
       
    82 .Ldt-AnnotationsList-External-Icon {
       
    83 	background-image: url(img/external.png);
       
    84 	z-index: 100;
       
    85 	height: 15px;
       
    86 	width: 15px;
       
    87 	position: relative;
       
    88 	bottom: 20px;
       
    89 	left: 64px;
       
    90 }
       
    91 
       
    92 .Ldt-AnnotationsList-DeleteButton {
       
    93 	margin: 0px;
       
    94 	float: right;
       
    95 	font-size: 20px;
       
    96 	position: relative;
       
    97 	top: -50px;
       
    98 	left: -5px;
       
    99 	color: #787878
       
   100 }
       
   101 .Ldt-AnnotationsList-DeleteButton:hover {
       
   102 	color: #f7268e;
       
   103 	cursor: pointer;
       
   104 }
       
   105 
       
   106 .Ldt-AnnotationsList-Duration {
       
   107     color: #f7268e;
       
   108     float: right;
       
   109     text-align: right;
       
   110     font-size: 12px;
       
   111     margin: 2px;
       
   112 }
       
   113 .Ldt-AnnotationsList-CreationDate {
       
   114     color: #f7268e;
       
   115     text-align: left;
       
   116     font-size: 12px;
       
   117     margin: 2px 2px 2px 89px;
       
   118 }
       
   119 h3.Ldt-AnnotationsList-Title span.Ldt-AnnotationsList-TitleContent{
       
   120     color: #0068c4;
       
   121     font-size: 13px;
       
   122     margin-left: 5px;
       
   123     font-weight: bold;
       
   124 }
       
   125 
       
   126 h3.Ldt-AnnotationsList-Title.Ldt-Annotation-Timecode{	
       
   127     font-size: 13px;
       
   128 }
       
   129 
       
   130 .Ldt-AnnotationsList-Title a {
       
   131     color: #0068c4;
       
   132 }
       
   133 
       
   134 .Ldt-AnnotationsList-Creator {
       
   135     color: #4d90f4;
       
   136     margin-left: 5px;
       
   137     font-size: 13px;
       
   138 }
       
   139 
       
   140 p.Ldt-AnnotationsList-Description {
       
   141     margin: 2px 0 2px 89px;
       
   142     font-size: 12px;
       
   143     color: #333333;
       
   144 }
       
   145 
       
   146 .Ldt-AnnotationsList-Description a {
       
   147     color: #0068c4;
       
   148 }
       
   149 
       
   150 .Ldt-AnnotationsList-Description a:hover {
       
   151     text-decoration: underline; color: #800000;
       
   152 }
       
   153 
       
   154 ul.Ldt-AnnotationsList-Tags {
       
   155     list-style: none;
       
   156     padding: 0;
       
   157     margin: 2px 0 0 82px;
       
   158 }
       
   159 
       
   160 li.Ldt-AnnotationsList-Tag-Li {
       
   161     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
   162     background: url(img/tag.png) left top no-repeat;
       
   163     cursor: pointer;
       
   164 }
       
   165 
       
   166 .Ldt-AnnotationsList-Tag-Li span {
       
   167     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
   168     background: url(img/tag.png) right top no-repeat;
       
   169 }
       
   170 
       
   171 li.Ldt-AnnotationsList-Tag-Li:hover {
       
   172     background-position: left -23px;
       
   173 }
       
   174 
       
   175 .Ldt-AnnotationsList-Tag-Li:hover span {
       
   176     background-position: right -23px;
       
   177 }
       
   178 
       
   179 .Ldt-AnnotationsList-Play {
       
   180     width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
       
   181     padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
       
   182     background: url(img/voiceannotation.png); color: #333333;
       
   183 }
       
   184 
       
   185 .Ldt-AnnotationsList-Play:hover {
       
   186     background-position: 0 bottom;
       
   187 }
       
   188 
       
   189 .Ldt-AnnotationsList-EditControls {
       
   190     opacity: 0;
       
   191     position: absolute;
       
   192     bottom: 2px;
       
   193     right: 8px;
       
   194 }
       
   195 
       
   196 .Ldt-AnnotationsList-li:hover .Ldt-AnnotationsList-EditControls {
       
   197     display: inline-block;
       
   198     opacity: .8;
       
   199     transition: opacity 1000ms ease-in-out;
       
   200 }
       
   201 
       
   202 .Ldt-AnnotationsList-EditControls > div {
       
   203     display: inline-block;
       
   204     width: 16px;
       
   205     height: 16px;
       
   206     cursor: pointer;
       
   207     margin-left: 8px;
       
   208 }
       
   209 
       
   210 .Ldt-AnnotationsList-Delete {
       
   211     background: url(img/delete.png);
       
   212 }
       
   213 
       
   214 .Ldt-AnnotationsList-Edit {
       
   215     background: url(img/edit.png);
       
   216 }
       
   217 
       
   218 .Ldt-AnnotationsList-PublishAnnotation {
       
   219     background: url(img/publish_annotation.png);
       
   220 }
       
   221 
       
   222 .published .Ldt-AnnotationsList-PublishAnnotation {
       
   223     background: url(img/published_annotation.png);
       
   224 }
       
   225 
       
   226 .Ldt-AnnotationsList .editing {
       
   227     display: none;
       
   228 }
       
   229 
       
   230 .Ldt-AnnotationsList .editableInput {
       
   231     width: 80%;
       
   232 }
       
   233 
       
   234 .Ldt-AnnotationsList-ScreenMain{
       
   235 	margin: 0px;
       
   236 	padding: 0px;
       
   237 }
       
   238 
       
   239 .Ldt-AnnotationsList-ScreenDelete, .Ldt-AnnotationsList-ScreenSending, 
       
   240 .Ldt-AnnotationsList-ScreenError, .Ldt-AnnotationsList-ScreenSuccess{
       
   241 	margin-top: 15px;
       
   242 	width: 100%;
       
   243 	text-align: center;
       
   244 	vertical-align: middle;
       
   245 	font-size: 14px;
       
   246 	font-weight: bold;
       
   247 	color: #68273C;
       
   248 }
       
   249 
       
   250 a.Ldt-AnnotationsList-Close {
       
   251     position: absolute; right: 2px;
       
   252     display: inline-block; width: 17px; height: 17px; margin: 4px;
       
   253     background: url(img/widget-control.png);
       
   254 }