Initial commit: split from Wolnelektury
[django-sponsors.git] / sponsors / static / sponsors / css / footer_admin.css
1 .sponsors {
2     display: block;
3     clear: both;
4     margin-top: 5px;
5 }
6
7 .sponsors .sponsors-sponsor-group {
8     float: left;
9     width: 180px;
10     border: 1px solid #CCC;
11     margin: 2px 2px 0 0;
12 }
13
14 .sponsors .sponsors-sponsor-group-name {
15     border-bottom: 1px solid #CCC;
16     padding: 2px 2px 2px 4px;
17     margin: 0;
18     color: #FFF;
19     background-color: #7CA0C7;
20     font-weight: bold;
21     height: 15px;
22 }
23
24 .sponsors .sponsors-sponsor-group-name input {
25     margin: -2px -2px -2px -4px;
26     padding: 0;
27     height: 15px;
28     width: 160px;
29 }
30
31 .sponsors .sponsors-remove-sponsor-group {
32     float: right;
33     background-color: #CC3434;
34     color: #FFF;
35     width: 10px;
36     height: 15px;
37     padding: 2px;
38     text-align: center;
39     font-weight: bold;
40     display: block;
41     cursor: default;
42 }
43
44 .sponsors .sponsors-remove-sponsor-group:hover {
45     color: #CC3434;
46     background-color: white;
47 }
48
49 .sponsors .sponsors-unused-sponsor-group-name {
50     background-color: #FFF;
51     color: #666;
52 }
53
54 .sponsors .sponsors-sponsor-group-list {
55     margin: 0;
56     padding: 2px;
57     list-style: none;
58     min-height: 400px;
59 }
60
61 .sponsors-sponsor {
62     margin: 0 40px 2px 0;
63     width: 120px;
64     height: 120px;
65     border: 1px solid #CCC;
66     background-color: #EEE;
67     cursor: default;
68 }
69
70 .sponsors-sponsor img {
71     max-width: 120px;
72     max-height: 120px;
73 }