##// END OF EJS Templates
css: styling file change counts
Aras Pranckevicius -
r1855:5ab237f1 beta
parent child Browse files
Show More
@@ -2307,49 +2307,38 b' h3.files_location {'
2307 2307 }
2308 2308
2309 2309 .right .changes .changed_total {
2310 border: 0px solid #DDD;
2311 2310 display: block;
2312 2311 float: right;
2313 2312 text-align: center;
2314 2313 min-width: 45px;
2315 2314 cursor: pointer;
2316 background: #FD8;
2317 font-weight: bold;
2315 color: #444444;
2316 background: #FEA;
2318 2317 -webkit-border-radius: 0px 0px 0px 6px;
2319 2318 -moz-border-radius: 0px 0px 0px 6px;
2320 2319 border-radius: 0px 0px 0px 6px;
2321 padding: 2px;
2320 padding: 1px;
2322 2321 }
2323 2322
2324 2323 .right .changes .added,.changed,.removed {
2325 border: 1px solid #DDD;
2326 2324 display: block;
2325 padding: 1px;
2326 color: #444444;
2327 2327 float: right;
2328 2328 text-align: center;
2329 2329 min-width: 15px;
2330 cursor: help;
2331 }
2332
2333 .right .changes .large {
2334 border: 1px solid #DDD;
2335 display: block;
2336 float: right;
2337 text-align: center;
2338 min-width: 45px;
2339 cursor: help;
2340 background: #54A9F7;
2341 2330 }
2342 2331
2343 2332 .right .changes .added {
2344 background: #BFB;
2333 background: #CFC;
2345 2334 }
2346 2335
2347 2336 .right .changes .changed {
2348 background: #FD8;
2337 background: #FEA;
2349 2338 }
2350 2339
2351 2340 .right .changes .removed {
2352 background: #F88;
2341 background: #FAA;
2353 2342 }
2354 2343
2355 2344 .right .merge {
General Comments 0
You need to be logged in to leave comments. Login now