Commit | Line | Data |
---|---|---|
c90641fa DW |
1 | div.editor_atto { |
2 | background-color: white; | |
3 | border: 1px solid #444; | |
4 | } | |
5 | ||
6 | div.editor_atto_toolbar { | |
7 | display: block; | |
8 | } | |
9 | ||
10 | div.editor_atto_toolbar button { | |
11 | padding: 1px; | |
12 | padding: 3px; | |
13 | } | |
14 | div.editor_atto_toolbar button img { | |
15 | padding: 1px; | |
16 | } | |
17 | ||
18 | div.editor_atto_toolbar button.atto_strike_button, | |
19 | div.editor_atto_toolbar button.atto_unorderedlist_button, | |
20 | div.editor_atto_toolbar button.atto_clear_button, | |
21 | div.editor_atto_toolbar button.atto_indent_button { | |
22 | margin-right: 1em; | |
23 | } | |
24 | body.dir-rtl div.editor_atto_toolbar button.atto_strike_button, | |
25 | body.dir-rtl div.editor_atto_toolbar button.atto_unorderedlist_button, | |
26 | body.dir-rtl div.editor_atto_toolbar button.atto_clear_button, | |
27 | body.dir-rtl div.editor_atto_toolbar button.atto_indent_button { | |
28 | margin-right: 0px; | |
29 | margin-left: 1em; | |
30 | } | |
31 | ||
32 | .atto_hasmenu .icon { | |
33 | width: 32px; | |
34 | } | |
35 | ||
36 | .editor_atto img { | |
37 | resize: both; overflow: auto; | |
38 | } | |
39 | .atto_menuentry { | |
40 | clear: left; | |
41 | } | |
42 | .atto_menuentry img { | |
43 | width: 16px; | |
44 | height: 16px; | |
45 | } | |
46 | ||
47 | .atto_menu { | |
48 | min-width: 12em; | |
49 | background: white; | |
50 | padding: 1px; | |
51 | } | |
52 | ||
53 | .atto_menu a { | |
54 | color: black; | |
55 | } | |
56 | .atto_menuentry { | |
57 | border-bottom: 1px solid #eee; | |
58 | padding: 2px; | |
59 | } | |
60 | ||
61 | .atto_menuentry h1, | |
62 | .atto_menuentry h2, | |
63 | .atto_menuentry p { | |
64 | margin: 4px; | |
65 | } | |
66 | ||
67 | ||
68 | .atto_form label { | |
69 | display: block; | |
70 | margin: 5px; | |
71 | } |