src/widgets/CreateAnnotation.css
branchnew-model
changeset 908 f56199193fad
parent 904 510ebab76fa3
child 923 b3ee7d1b472a
equal deleted inserted replaced
906:4b6e154ae8de 908:f56199193fad
    12 
    12 
    13 .Ldt-CreateAnnotation-Inner {
    13 .Ldt-CreateAnnotation-Inner {
    14     background: url(img/pinstripe.png);
    14     background: url(img/pinstripe.png);
    15     padding: 5px;
    15     padding: 5px;
    16     margin: 0;
    16     margin: 0;
    17     min-height: 150px;
       
    18 }
    17 }
    19 
    18 
    20 .Ldt-CreateAnnotation-Inner h3 {
    19 .Ldt-CreateAnnotation-Inner h3 {
    21     margin: 5px 0;
    20     margin: 5px 0;
    22     font-size: 14px;
    21     font-size: 14px;
    23     font-weight: bold;
    22     font-weight: bold;
       
    23 }
       
    24 
       
    25 .Ldt-CreateAnnotation-Main {
       
    26     min-height: 150px;
    24 }
    27 }
    25 
    28 
    26 .Ldt-CreateAnnotation-Title {
    29 .Ldt-CreateAnnotation-Title {
    27     margin-right: 2px;
    30     margin-right: 2px;
    28     font-size: 14px;
    31     font-size: 14px;
   132 }
   135 }
   133 
   136 
   134 li.Ldt-CreateAnnotation-PolemicLi.selected {
   137 li.Ldt-CreateAnnotation-PolemicLi.selected {
   135     background-position: 0 -46px;
   138     background-position: 0 -46px;
   136 }
   139 }
       
   140 
       
   141 .Ldt-CreateAnnotation-InnerBox {
       
   142     margin: 20px 50px;
       
   143     border: 1px solid #CCCCCC;
       
   144     padding: 20px;
       
   145     background: #FFFFFF;
       
   146     color: #FF3B77; text-align: center;
       
   147     font-size: 13px; font-weight: bold;
       
   148 }
       
   149 
       
   150 a.Ldt-CreateAnnotation-Close {
       
   151     position: absolute; top: 2px; right: 2px;
       
   152     display: inline-block; width: 17px; height: 17px; margin: 2px;
       
   153     background: url(img/widget-control.png);
       
   154 }
       
   155 
       
   156 a.Ldt-CreateAnnotation-Close:hover {
       
   157     background-position: -17px 0;
       
   158 }