equal
deleted
inserted
replaced
1 pre { |
|
2 white-space: pre-wrap; /* css-3 */ |
|
3 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ |
|
4 white-space: -pre-wrap; /* Opera 4-6 */ |
|
5 white-space: -o-pre-wrap; /* Opera 7 */ |
|
6 word-wrap: break-word; /* Internet Explorer 5.5+ */ |
|
7 } |
|
8 |
|
9 input |
|
10 { |
|
11 background: #ededed; |
|
12 } |
|
13 |
|
14 input[type="button"] { |
|
15 background-color: #656565; |
|
16 color: white; |
|
17 width: auto; |
|
18 font-weight: bold; |
|
19 padding: 5px 10px; |
|
20 } |
|
21 |
|
22 #button_row input { |
|
23 margin: 10px; |
|
24 } |
|
25 |
|
26 #display_select { |
|
27 float: left; |
|
28 } |
|
29 |
|
30 #copy_div { |
|
31 float: right; |
|
32 } |
|
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 } |
|