| Line 114... |
Line 114... |
| 114 |
position: absolute;
|
114 |
position: absolute;
|
| 115 |
width: 20px;
|
115 |
width: 20px;
|
| 116 |
height: 20px;
|
116 |
height: 20px;
|
| 117 |
background-color: #58d936;/*#0e90d2;*/
|
117 |
background-color: #58d936;/*#0e90d2;*/
|
| 118 |
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
118 |
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
| 119 |
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
119 |
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58d936), to(#58d936));
|
| 120 |
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
120 |
background-image: -webkit-linear-gradient(top, #58d936, #58d936);
|
| 121 |
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
121 |
background-image: -o-linear-gradient(top, #58d936, #58d936);
|
| 122 |
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
122 |
background-image: linear-gradient(to bottom, #58d936, #58d936);
|
| 123 |
background-repeat: repeat-x;
|
123 |
background-repeat: repeat-x;
|
| 124 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
124 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
| 125 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
125 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
| 126 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
126 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
| 127 |
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
127 |
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|