src/widgets/CreateAnnotation.css
branchnew-model
changeset 904 510ebab76fa3
parent 880 4c7b33bf2795
child 908 f56199193fad
equal deleted inserted replaced
903:d9da52e20f7f 904:510ebab76fa3
     1 /*
     1 /*
     2  * 
     2  *
     3  */
     3  */
     4 
     4 
       
     5 .Ldt-CreateAnnotation {
       
     6     border-style: none solid solid;
       
     7     border-width: 1px;
       
     8     border-color: #b7b7b7;
       
     9     padding: 0 1px 1px;
       
    10     margin: 0;
       
    11 }
       
    12 
       
    13 .Ldt-CreateAnnotation-Inner {
       
    14     background: url(img/pinstripe.png);
       
    15     padding: 5px;
       
    16     margin: 0;
       
    17     min-height: 150px;
       
    18 }
       
    19 
       
    20 .Ldt-CreateAnnotation-Inner h3 {
       
    21     margin: 5px 0;
       
    22     font-size: 14px;
       
    23     font-weight: bold;
       
    24 }
       
    25 
       
    26 .Ldt-CreateAnnotation-Title {
       
    27     margin-right: 2px;
       
    28     font-size: 14px;
       
    29     font-weight: bold;
       
    30     color: #0068c4;
       
    31     border: 1px solid #666666;
       
    32     border-radius: 2px;
       
    33 }
       
    34 
       
    35 .Ldt-CreateAnnotation-Times {
       
    36     color: #ff3b77
       
    37 }
       
    38 
       
    39 .Ldt-CreateAnnotation-Submit {
       
    40     position: absolute;
       
    41     bottom: 7px;
       
    42     right: 7px;
       
    43     color: #ffffff;
       
    44     cursor: pointer;
       
    45     background: url('img/submit_annotation.png');
       
    46     height: 50px;
       
    47     width: 50px;
       
    48     padding: 28px 0 0;
       
    49     font-size: 12px;
       
    50     border: none;
       
    51     text-align: center;
       
    52     cursor: pointer;
       
    53 }
       
    54 
       
    55 .Ldt-CreateAnnotation-Submit:hover {
       
    56     background-position: -50px 0;
       
    57 }
       
    58 
       
    59 .Ldt-CreateAnnotation-Description {
       
    60     height: 56px;
       
    61     padding: 2px;
       
    62     resize: none;
       
    63     width: 520px;
       
    64     border: 1px solid #666666;
       
    65     border-radius: 2px;
       
    66 }
       
    67 
       
    68 .Ldt-CreateAnnotation-Avatar {
       
    69     float: right;
       
    70     width: 48px;
       
    71     height: 48px;
       
    72     margin: 5px 0;
       
    73     padding: 0 0 0 15px;
       
    74     background: url('img/profile_arrow.png') left no-repeat;
       
    75 }
       
    76 
       
    77 .Ldt-CreateAnnotation-Avatar img {
       
    78     float: right;
       
    79     display: block;
       
    80     max-width: 100%;
       
    81     max-height: 100%;
       
    82     border: 1px solid #bbbbbb;
       
    83 }
       
    84 
       
    85 .Ldt-CreateAnnotation-Tags, .Ldt-CreateAnnotation-Polemics {
       
    86     width: 520px;
       
    87 }
       
    88 
       
    89 .Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle {
       
    90     display: block; margin: 5px 0 2px; font-size: 12px;
       
    91 }
       
    92 
       
    93 .Ldt-CreateAnnotation-TagList, .Ldt-CreateAnnotation-PolemicList {
       
    94     list-style: none;
       
    95 }
       
    96 
       
    97 li.Ldt-CreateAnnotation-TagLi {
       
    98     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
    99     background: url(img/tag.png) left top no-repeat;
       
   100     cursor: pointer;
       
   101 }
       
   102 
       
   103 .Ldt-CreateAnnotation-TagButton {
       
   104     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
   105     background: url(img/tag.png) right top no-repeat;
       
   106 }
       
   107 
       
   108 li.Ldt-CreateAnnotation-TagLi:hover {
       
   109     background-position: left -23px;
       
   110 }
       
   111 
       
   112 .Ldt-CreateAnnotation-TagLi:hover .Ldt-CreateAnnotation-TagButton {
       
   113     background-position: right -23px;
       
   114 }
       
   115 
       
   116 li.Ldt-CreateAnnotation-TagLi.selected {
       
   117     background-position: left -46px;
       
   118 }
       
   119 
       
   120 .Ldt-CreateAnnotation-TagLi.selected .Ldt-CreateAnnotation-TagButton {
       
   121     background-position: right -46px;
       
   122 }
       
   123 
       
   124 li.Ldt-CreateAnnotation-PolemicLi {
       
   125     display: inline-block; border: none; margin: 0 5px 0; height: 21px; width: 26px; padding: 2px 0 0;
       
   126     background: url(img/polemic.png) left top no-repeat; font-size: 14px; font-weight: bold; text-align: center;
       
   127     cursor: pointer;
       
   128 }
       
   129 
       
   130 li.Ldt-CreateAnnotation-PolemicLi:hover {
       
   131     background-position: 0 -23px;
       
   132 }
       
   133 
       
   134 li.Ldt-CreateAnnotation-PolemicLi.selected {
       
   135     background-position: 0 -46px;
       
   136 }