Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html |
— | — | @@ -46,36 +46,41 @@ |
47 | 47 | } |
48 | 48 | /* A collapsed template */ |
49 | 49 | .wikiEditor-template { |
50 | | - margin: 0 2px; |
| 50 | + line-height: 16px; |
51 | 51 | } |
52 | 52 | .wikiEditor-template-name { |
53 | 53 | cursor: pointer; |
| 54 | + vertical-align: top; |
54 | 55 | display: inline-block; |
55 | 56 | height: 16px; |
| 57 | + line-height: 16px; |
| 58 | + margin-bottom: -1px; |
| 59 | + overflow: hidden; |
56 | 60 | background: url( '../../images/wikiEditor/templateEditor/name-bg.png' ) 0 0 repeat-x #e8e8e8; |
57 | 61 | color: #333333; |
58 | 62 | font-family: sans-serif; |
59 | 63 | text-decoration: none; |
60 | | - overflow: hidden; |
61 | | - line-height: 16px; |
62 | 64 | padding-left: 0.33em; |
63 | | - font-size: 12px; |
64 | 65 | } |
65 | 66 | .wikiEditor-template-expand { |
66 | 67 | cursor: pointer; |
67 | 68 | display: inline-block; |
| 69 | + margin-left: 2px; |
68 | 70 | height: 16px; |
| 71 | + line-height: 16px; |
| 72 | + margin-bottom: -1px; |
| 73 | + overflow: hidden; |
69 | 74 | width: 13px; |
70 | 75 | background-position: 50%; /*FF3*/ |
71 | | - /* |
72 | | - padding-left: 6px; |
73 | | - padding-right: 6px; |
74 | | - */ |
75 | 76 | } |
76 | 77 | .wikiEditor-template-dialog { |
77 | 78 | cursor: pointer; |
78 | 79 | display: inline-block; |
| 80 | + margin-right: 2px; |
79 | 81 | height: 16px; |
| 82 | + line-height: 16px; |
| 83 | + margin-bottom: -1px; |
| 84 | + overflow: hidden; |
80 | 85 | width: 22px; |
81 | 86 | background-position: 50%; /*FF3*/ |
82 | 87 | /* |
— | — | @@ -121,15 +126,16 @@ |
122 | 127 | } |
123 | 128 | /* An expanded template */ |
124 | 129 | .wikiEditor-template-expanded { |
125 | | - display: inline; |
| 130 | + display: block; |
126 | 131 | } |
127 | 132 | .wikiEditor-template .wikiEditor-template-text { |
128 | | - margin-top: -8px; |
129 | 133 | display: block; |
| 134 | + width: 100%; |
130 | 135 | background: #f3f3f3; |
131 | 136 | border-top: solid 1px #cccccc; |
132 | 137 | border-bottom: solid 1px #cccccc; |
133 | 138 | padding: 0.5em 4px; |
| 139 | + margin-top: -5px; |
134 | 140 | } |
135 | 141 | .wikiEditor-template-end, .wikiEditor-template-start { |
136 | 142 | color: blue; |