-
Notifications
You must be signed in to change notification settings - Fork 4
/
editable-text-demo.css
64 lines (55 loc) · 1 KB
/
editable-text-demo.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.post {
border-radius: 10px;
background-color: #fefee6;
margin: 10px 0;
padding: 10px 20px;
border: 10px solid #F0AD4E;
}
.post hr {
border-color: #fff;
}
.comment-info {
color: #969670;
font-size: smaller;
padding: 8px 20px 6px;
background-color: #ffeecc;
border-bottom: 1px solid #ccdcc9;
border-radius: 10px 10px 0 0;
}
.comment-text {
margin: 5px 20px 10px 20px;
display: inline-block;
}
.comment-input {
border-radius: 10px;
padding: 10px 20px !important;
width: 96.5% !important;
}
.comment {
border-radius: 10px;
background-color: #fff;
margin: 10px 0;
border: 1px solid #ccdcc9;
}
.post-body {
background-color:#fff;
padding: 10px 20px;
display: inline-block;
border: 1px solid #ececd9;
width:100%;
}
.post-body-wysiwyg {
padding: 10px 18px;
}
.undo-redo {
width: 100%;
margin-bottom:2px;
text-align: left;
}
.list-item {
background-color: #ffeecc;
border-radius: 7px;
padding: 4px 8px;
margin: 8px 8px 0 0;
border: 1px solid #c9c9c9;
}