src/widgets/CreateAnnotation.css
changeset 1033 c20df1c080e6
parent 982 cfcbac34d020
child 1038 e78b889a75e1
equal deleted inserted replaced
1032:74ac0be7655c 1033:c20df1c080e6
    21 .Ldt-CreateAnnotation-h3Left {
    21 .Ldt-CreateAnnotation-h3Left {
    22     float: left;
    22     float: left;
    23 }
    23 }
    24 
    24 
    25 .Ldt-CreateAnnotation-Main {
    25 .Ldt-CreateAnnotation-Main {
    26     min-height: 150px;
    26     min-height: 100px;
    27 }
    27 }
    28 
    28 
    29 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator {
    29 .Ldt-CreateAnnotation-Title, .Ldt-CreateAnnotation-Creator {
    30     font-size: 14px;
    30     font-size: 14px;
    31     font-weight: bold;
    31     font-weight: bold;
    45 
    45 
    46 .Ldt-CreateAnnotation-Submit {
    46 .Ldt-CreateAnnotation-Submit {
    47     position: absolute;
    47     position: absolute;
    48     bottom: 7px;
    48     bottom: 7px;
    49     right: 7px;
    49     right: 7px;
       
    50     display: inline;
    50     color: #ffffff;
    51     color: #ffffff;
    51     cursor: pointer;
    52     cursor: pointer;
    52     background: url('img/submit_annotation.png');
    53     background: url('img/submit_annotation.png');
    53     height: 50px;
    54     height: 50px;
    54     width: 50px;
    55     width: 50px;
   162 }
   163 }
   163 
   164 
   164 a.Ldt-CreateAnnotation-Close:hover {
   165 a.Ldt-CreateAnnotation-Close:hover {
   165     background-position: -17px 0;
   166     background-position: -17px 0;
   166 }
   167 }
       
   168 
       
   169 .Ldt-CreateAnnotation-Controls {
       
   170     position: absolute;
       
   171     top: 7px;
       
   172     right: 7px;
       
   173 }
       
   174 
       
   175 span[class^='Ldt-CreateAnnotation-Control-'] {
       
   176     background-color: #ddd;
       
   177     padding: 2px;
       
   178     margin: 4px;
       
   179     border-radius: 3px;
       
   180     border: 1px solid #888;
       
   181 }