PluginProbe
Edit Flow / 0.7.3
Edit Flow v0.7.3
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
edit-flow / modules / editorial-comments / lib / editorial-comments.css

editorial-comments.css in Edit Flow 0.7.3, at modules/editorial-comments/lib/editorial-comments.css

114 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** Comments **/
2
3 #ef-comments_wrapper {
4 padding: 0;
5 }
6
7 #edit-flow-editorial-comments h3 {
8 padding-left: 25px;
9 background-image: url( editorial_comments_s16.png );
10 background-repeat: no-repeat;
11 background-position: 5px 5px;
12 }
13
14 #ef-comments {
15 margin-bottom: 10px;
16 border-top: 1px solid #e5e5e5;
17 background: #eee;
18 }
19 #ef-comments li {
20 padding: 5px;
21 margin: 0px 0;
22 border-left: 5px solid #e5e5e5;
23 border-right: 5px solid #e5e5e5;
24 border-bottom: 1px solid #e5e5e5;
25 background: #fff;
26 }
27 #ef-comments li:hover p.row-actions {
28 visibility: visible;
29 }
30 #ef-comments li p.row-actions {
31 text-align: right;
32 }
33
34 #ef-comments ul.children {
35 margin-left: 30px;
36 margin-bottom: 10px;
37 }
38 #ef-comments ul.children li {
39 /*background: #EAF2FA;*/
40 border-left: 5px solid #e5e5e5;
41 border-bottom: 1px solid #e5e5e5;
42 }
43 /*
44 #ef-comments .even { background: none; }
45 #ef-comments .odd { background: none; }
46 */
47 #ef-comments img.avatar {
48 border:1px solid #CCCCCC;
49 float:left;
50 margin-left:2px;
51 margin-right:15px;
52 margin-top:0;
53 }
54
55 #ef-comments h5 {
56 font-style: normal;
57 font-size:1em;
58 line-height:1.1em;
59 margin-top: 10px;
60 margin-bottom: 10px;
61 }
62
63 #ef-comments h5 span.meta {
64 color:#666666;
65 font-size:0.85em;
66 margin:0 0 1.5em;
67 font-style: normal;
68 }
69
70 #ef-comments .comment-content {
71 margin-left: 67px;
72 }
73
74 #ef-comments .comment-content p {
75 color:#555555;
76 font-size:1em;
77 line-height:1.4em;
78 margin:0.7em 0;
79 }
80
81 #ef-replyrow {
82 }
83 #ef-replyrow #ef-replycontent {
84 width: 100%;
85 height: 100px;
86 }
87 #ef-replyrow #ef-replysubmit {
88 margin: 6px 0;
89 }
90 #ef-replyrow #ef-replysubmit * {
91 margin-left: 3px;
92 }
93 #ef-replyrow #ef-replysubmit .error {
94 margin: 6px 6px 0 0;
95 line-height:1.2em;
96 padding:4px 10px;
97 }
98
99 .ef-comment {
100 font-size: 14px;
101 line-height: 18px;
102 }
103
104 .ef-comment-meta {
105 margin-bottom: 5px;
106 margin-top: 5px;
107 float: none;
108 text-align: right;
109 }
110
111 #ef-comment-rbutton {
112 margin-top: 10px;
113 margin-bottom: 10px;
114 }