equal
deleted
inserted
replaced
29 |
29 |
30 #copy_div { |
30 #copy_div { |
31 float: right; |
31 float: right; |
32 } |
32 } |
33 |
33 |
|
34 #ldt_id { |
|
35 color: #949494; |
|
36 font-family: Verdana; |
|
37 font-weight: lighter; |
|
38 font-style: normal; |
|
39 text-align: left; |
|
40 |
|
41 } |
|
42 |
|
43 #ldt_id_row { |
|
44 height: 20px; |
|
45 vertical-align: middle; |
|
46 font-size: 1.5em; |
|
47 font-style: normal; |
|
48 text-align: left; |
|
49 |
|
50 } |
|
51 |
|
52 #ldt_id_id { |
|
53 float: left; |
|
54 } |
|
55 |
|
56 #clipboard_button { |
|
57 height: 20px; |
|
58 width: 20px; |
|
59 float: left; |
|
60 background-image:url('../img/clipboard.png'); |
|
61 background-repeat:no-repeat; |
|
62 background-position:center; |
|
63 cursor: pointer; |
|
64 margin-right: 10px; |
|
65 padding: 2px; |
|
66 } |