Commit cf76fb7a567667430aba4f8ec8dd58a3a32f5c71

Authored by Gustavo Cruz
1 parent 0ed53d37

updating theme

Showing 1 changed file with 8 additions and 6 deletions   Show diff stats
style.css
... ... @@ -2272,13 +2272,12 @@ input.button.with-text {
2272 2272 color: #497B16;
2273 2273 background-color: #ECF2E7;
2274 2274 border-radius: 10px 10px 0 0;
2275   - border: 1px solid #497B16;
  2275 + border: 1px solid #b3c4a6;
2276 2276 border-bottom: 0px;
2277 2277 }
2278 2278  
2279 2279 #pairwise_main .pairwise_content {
2280 2280 background-color: #ECF2E7;
2281   - display: inline-block;
2282 2281 padding: 1em;
2283 2282 }
2284 2283  
... ... @@ -2308,17 +2307,20 @@ input.button.with-text {
2308 2307 }
2309 2308  
2310 2309 #pairwise_main .skip_vote {
2311   - width: 95%;
2312   - background-color: #7d8874;
  2310 + width: 100%;
  2311 + background-color: #7D8874;
2313 2312 font-size: 15px;
2314 2313 color: #fff;
  2314 + padding: 1em 0 !important;
2315 2315 }
2316 2316  
2317 2317 #pairwise_main .skip_vote_reasons {}
2318 2318  
2319   -#pairwise_main .skip_vote_reasons ul {}
  2319 +#pairwise_main .skip_vote_reasons ul {margin: 0; padding: 1em;}
  2320 +
  2321 +#pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;}
2320 2322  
2321   -#pairwise_main .skip_vote_reasons ul li {}
  2323 +#pairwise_main .skip_vote_reasons ul li a {color: white;}
2322 2324  
2323 2325 #pairwise_main #suggestions_box {}
2324 2326  
... ...