equal
deleted
inserted
replaced
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: 50px; |
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; |
64 .Ldt-CreateAnnotation-Submit:hover { |
64 .Ldt-CreateAnnotation-Submit:hover { |
65 background-position: -50px 0; |
65 background-position: -50px 0; |
66 } |
66 } |
67 |
67 |
68 .Ldt-CreateAnnotation-Description { |
68 .Ldt-CreateAnnotation-Description { |
69 height: 56px; |
69 height: 3em; |
70 padding: 2px; |
70 padding: 2px; |
71 resize: none; |
71 resize: none; |
72 width: 460px; |
72 width: calc(100% - 62px); |
73 border: 1px solid #666666; |
73 border: 1px solid #666666; |
74 border-radius: 2px; |
74 border-radius: 2px; |
75 } |
75 } |
76 |
76 |
77 .Ldt-CreateAnnotation-Description.empty { |
77 .Ldt-CreateAnnotation-Description.empty { |