source: extensions/Evil_Blog/admin.css @ 31991

Last change on this file since 31991 was 19304, checked in by EvilKant, 11 years ago
File size: 712 bytes
Line 
1input[name="edit_post_id"] {
2        visibility: hidden;
3}
4input[name="cansel_post_form"] {
5        margin-left: 10px;
6}
7form[name="config_form"] fieldset table tr td:nth-child(2n) {
8        text-align: center;
9}
10.evil_blog_posts{
11        padding: 0px;
12}
13.evil_blog_posts li {
14        border: 1px #666 solid;
15        padding: 10px;
16        margin-bottom: 10px;
17        list-style-type: none;
18}
19.categoryActions {
20        float: right;
21}
22.categoryActions li {
23        border: 0px;
24        padding: 0px;
25}
26.categoryActions li:hover {
27        cursor: pointer;
28}
29.description {
30        border-top: 1px #666 dotted;
31        margin-top: 10px;
32}
33
34/******************************/
35input[name="modified"] {
36        visibility: hidden;
37}
38input[name="submit_config"] {
39        margin-top: 10px;
40}
Note: See TracBrowser for help on using the repository browser.