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

146 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 margin: 6px 6px 0 0;
102 line-height:1.2em;
103 padding:4px 10px;
104 }
105
106 .ef-comment {
107 font-size: 14px;
108 line-height: 18px;
109 }
110
111 .ef-comment-meta {
112 margin-bottom: 5px;
113 margin-top: 5px;
114 float: none;
115 text-align: right;
116 }
117
118 #ef-comment-rbutton {
119 margin-top: 10px;
120 margin-bottom: 10px;
121 }
122
123 input[readonly].ef-reply-notifier-message {
124 height: 2em;
125 width: 100%;
126 padding: 0.5em;
127 border: none;
128 font-size: 1em;
129 border-left: 4px solid #46b450;
130 }
131
132 label[for="ef-reply-notifier"] {
133 margin: 0.75em 0;
134 display: block;
135 cursor: default;
136 }
137
138 input[readonly].ef-none-selected {
139 border-left: 4px solid #dc3232;
140 }
141
142 .ef-notification-meta {
143 margin-bottom: 0;
144 visibility: hidden;
145 }
146