PluginProbe
Edit Flow / 0.11.0
Edit Flow v0.11.0
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.11.0, at modules/editorial-comments/lib/editorial-comments.css

149 lines 2.4 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
28 .row-actions {
29 margin-top: 0;
30 }
31
32 #ef-comments li:hover p.row-actions,
33 #ef-comments li:hover .ef-notification-meta {
34 visibility: visible;
35 }
36
37 #ef-comments li p.row-actions {
38 text-align: right;
39 }
40
41 #ef-comments ul.children {
42 margin-left: 30px;
43 margin-bottom: 10px;
44 }
45 #ef-comments ul.children li {
46 /*background: #EAF2FA;*/
47 border-left: 5px solid #e5e5e5;
48 border-bottom: 1px solid #e5e5e5;
49 }
50 /*
51 #ef-comments .even { background: none; }
52 #ef-comments .odd { background: none; }
53 */
54 #ef-comments img.avatar {
55 border: 1px solid #cccccc;
56 float: left;
57 margin-left: 2px;
58 margin-right: 15px;
59 margin-top: 0;
60 }
61
62 #ef-comments h5 {
63 font-style: normal;
64 font-size: 1em;
65 line-height: 1.1em;
66 margin-top: 10px;
67 margin-bottom: 10px;
68 }
69
70 #ef-comments h5 span.meta {
71 color: #666666;
72 font-size: 0.85em;
73 margin: 0 0 1.5em;
74 font-style: normal;
75 }
76
77 #ef-comments .comment-content {
78 margin-left: 67px;
79 }
80
81 #ef-comments .comment-content p {
82 color: #555555;
83 font-size: 1em;
84 line-height: 1.4em;
85 margin: 0.7em 0;
86 }
87
88 #ef-replyrow {
89 }
90 #ef-replyrow #ef-replycontent {
91 width: 100%;
92 height: 100px;
93 }
94 #ef-replyrow #ef-replysubmit {
95 margin: 6px 0;
96 }
97 #ef-replyrow #ef-replysubmit * {
98 margin-left: 3px;
99 }
100 #ef-replyrow #ef-replysubmit .error {
101 background-color: #f4a2a2;
102 border-left: 4px solid #cc1818;
103 display: block;
104 margin: 6px 0 0;
105 line-height: 1.2em;
106 padding: 4px 10px;
107 }
108
109 .ef-comment {
110 font-size: 14px;
111 line-height: 18px;
112 }
113
114 .ef-comment-meta {
115 margin-bottom: 5px;
116 margin-top: 5px;
117 float: none;
118 text-align: right;
119 }
120
121 #ef-comment-rbutton {
122 margin-top: 10px;
123 margin-bottom: 10px;
124 }
125
126 input[readonly].ef-reply-notifier-message {
127 height: 2em;
128 width: 100%;
129 padding: 0.5em;
130 border: none;
131 font-size: 1em;
132 border-left: 4px solid #46b450;
133 }
134
135 label[for='ef-reply-notifier'] {
136 margin: 0.75em 0;
137 display: block;
138 cursor: default;
139 }
140
141 input[readonly].ef-none-selected {
142 border-left: 4px solid #dc3232;
143 }
144
145 .ef-notification-meta {
146 margin-bottom: 0;
147 visibility: hidden;
148 }
149