31b0c63ac4c9b7c6eb62cacedaf859fcdc745900
[zf2.biz/application_blanche.git] / public / css / style.css
1 body {
2     padding-top: 60px;
3     padding-bottom: 40px;
4 }
5
6 .zf-green {
7     color: #68b604; 
8 }
9
10 .btn-success {
11   background-color: #57a900;
12   background-image: -moz-linear-gradient(top, #70d900, #57a900);
13   background-image: -ms-linear-gradient(top, #70d900, #57a900);
14   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
15   background-image: -webkit-linear-gradient(top, #70d900, #57a900);
16   background-image: -o-linear-gradient(top, #70d900, #57a900);
17   background-image: linear-gradient(top, #70d900, #57a900);
18   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
19 }
20
21 .btn-success:hover,
22 .btn-success:active,
23 .btn-success.active,
24 .btn-success.disabled,
25 .btn-success[disabled] {
26   background-color: #57a900;
27 }
28
29 .btn-success:active, .btn-success.active {
30   background-color: #57a900 \9;
31 }
32
33 div.container a.brand {
34     background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent;
35     margin-left: 0;
36     padding: 8px 20px 12px 40px;
37 }