Last change
on this file since 25999 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:
461 bytes
|
Line | |
---|
1 | /* Comment edition */ |
---|
2 | div#ce-comments { |
---|
3 | padding-top: 5px; |
---|
4 | padding-bottom: 5px; |
---|
5 | } |
---|
6 | /* Message display */ |
---|
7 | div.ce-message-img, div.ce-message-list { |
---|
8 | float: left; |
---|
9 | overflow: auto; |
---|
10 | } |
---|
11 | div.ce-message-img { |
---|
12 | padding-left: 10px; |
---|
13 | padding-top: 5px; |
---|
14 | padding-bottom: 5px; |
---|
15 | } |
---|
16 | ul.ce-message-list { |
---|
17 | list-style: none; |
---|
18 | } |
---|
19 | div#ce-message-block { |
---|
20 | overflow: auto; |
---|
21 | } |
---|
22 | div.ce-message-error, div.ce-message-info { |
---|
23 | font-weight: bold; |
---|
24 | } |
---|
25 | div.ce-message-error { |
---|
26 | color: #ff0000; |
---|
27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.