source: extensions/CommentEditor/include/edit.css @ 3426

Last change on this file since 3426 was 3426, checked in by Criss, 15 years ago

CommentEditor plugin creation

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/plain
File size: 451 bytes
Line 
1/* Comment edition */
2div#comments {
3        padding-top: 5px;
4        padding-bottom: 5px;
5}
6/* Message display */
7div.message-img, div.message-list {
8    float: left;
9        overflow: auto;
10}
11div.message-img {
12    padding-left: 10px;
13    padding-top: 5px;
14    padding-bottom: 5px;
15}
16ul.message-list {
17    list-style: none;
18}
19div#message-block {
20    overflow: auto;
21}
22div.message-error, div.message-info {
23    font-weight: bold;
24}
25div.message-error {
26        color: #ff0000;
27}
Note: See TracBrowser for help on using the repository browser.