src/widgets/CreateAnnotation.css
branchnew-model
changeset 1019 3ab36f402b0c
parent 924 64c2eaafe5e2
child 1020 198c2b79f5e1
equal deleted inserted replaced
946:919e362b9db1 1019:3ab36f402b0c
     9     padding: 0 1px 1px;
     9     padding: 0 1px 1px;
    10     margin: 0;
    10     margin: 0;
    11 }
    11 }
    12 
    12 
    13 .Ldt-CreateAnnotation-Inner {
    13 .Ldt-CreateAnnotation-Inner {
    14     background: url(img/pinstripe.png);
    14     background: url(img/pinstripe.png); padding: 5px; margin: 0; position: relative;
    15     padding: 5px;
       
    16     margin: 0;
       
    17 }
    15 }
    18 
    16 
    19 .Ldt-CreateAnnotation-Inner h3 {
    17 .Ldt-CreateAnnotation-Inner h3 {
    20     margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right;
    18     margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; clear:both; color: #0068c4;
    21 }
    19 }
    22 
    20 
    23 .Ldt-CreateAnnotation-h3Left {
    21 .Ldt-CreateAnnotation-h3Left {
    24     float: left;
    22     float: left;
    25 }
    23 }
    32     font-size: 14px;
    30     font-size: 14px;
    33     font-weight: bold;
    31     font-weight: bold;
    34     color: #0068c4;
    32     color: #0068c4;
    35     border: 1px solid #666666;
    33     border: 1px solid #666666;
    36     border-radius: 2px;
    34     border-radius: 2px;
       
    35 }
       
    36 
       
    37 .Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty {
       
    38     font-style: italic;
       
    39     color: #90b0d0;
    37 }
    40 }
    38 
    41 
    39 .Ldt-CreateAnnotation-Times {
    42 .Ldt-CreateAnnotation-Times {
    40     color: #ff3b77
    43     color: #ff3b77
    41 }
    44 }
    67     width: 460px;
    70     width: 460px;
    68     border: 1px solid #666666;
    71     border: 1px solid #666666;
    69     border-radius: 2px;
    72     border-radius: 2px;
    70 }
    73 }
    71 
    74 
       
    75 .Ldt-CreateAnnotation-Description.empty {
       
    76     font-style: italic; color: #999999;
       
    77 }
       
    78 
    72 .Ldt-CreateAnnotation-Avatar {
    79 .Ldt-CreateAnnotation-Avatar {
    73     float: right;
    80     float: right;
    74     width: 48px;
    81     width: 48px;
    75     height: 48px;
    82     height: 48px;
    76     margin: 5px 0;
    83     margin: 5px 0;
    84     max-width: 100%;
    91     max-width: 100%;
    85     max-height: 100%;
    92     max-height: 100%;
    86     border: 1px solid #bbbbbb;
    93     border: 1px solid #bbbbbb;
    87 }
    94 }
    88 
    95 
    89 .Ldt-CreateAnnotation-Tags, .Ldt-CreateAnnotation-Polemics {
    96 .Ldt-CreateAnnotation-RecBlock {
    90     width: 520px;
    97     width: 220px; float: left;
    91 }
    98 }
    92 
    99 
    93 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle {
   100 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel {
    94     display: block; margin: 5px 0 2px; font-size: 12px;
   101     display: block; margin: 5px 0 2px; font-size: 12px;
    95 }
   102 }
    96 
   103 
    97 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
   104 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
    98     list-style: none;
   105     list-style: none;