first commit after reset
[mixstore.git] / web / mixstore / css / store / view-package.css
1 #pkgimage {
2 display: block;
3 width: 100%;
4 }
5
6 #header {
7 text-align: center;
8 padding-top: 15px;
9 padding-bottom: 15px;
10 border-bottom: 1px solid #ccc;
11 }
12
13 #description {
14 border-bottom: 1px solid #ccc;
15 padding: 15px 0 15px 15px;
16 }
17
18 #dependencies {
19 border-bottom: 1px solid #ccc;
20 padding: 15px 0 15px 15px;
21 }
22
23 #contact {
24 margin-top: 20px;
25 padding-left: 15px;
26 }
27
28 #moreinfo {
29 padding-left: 15px;
30 }
31
32 .flush-right {
33 text-align: right;
34 }
35
36 @media screen and (max-width: 515px) {
37 img#pkgimage {
38 height: 150px;
39 }
40 }
41
42 #admin {
43 margin-bottom: 20px;
44 }