source: extensions/CommentEditor/include/picture.css @ 3462

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

Display edit block on picture page if request comes from this page
Add simple administration configuration management
Add and remove default configuration from databaseon plugin install / uninstall

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