Update button styles and switched to "ZF green"
[zf2.biz/galerie.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 div.container a.brand {
22     background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent;
23     margin-left: 0;
24     padding: 8px 20px 12px 40px;
25 }