blob: 99f4f969011c9ed7bafa0e21f9ed14164f281a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0. */
.edit-comment-textarea {
width: 100%;
height: 15em;
}
.edit-comment-loading {
background: #fff;
padding: 8px;
border-top: 1px solid #ddd;
margin: 1px 0 0;
font-style: italic;
}
.edit-head {
width: 50em;
padding: 10px;
}
.edit-head .vcard {
display: inline;
}
|