Fossil SCM
Night-imperceptible alignment tweak on the help buttons.
Commit
28b1718bfc0c8889fe5407288dc9fb9d9b8849235e850a4fc785a01c60ec30b9
Parent
e05bbdec0a62ffe…
1 file changed
+15
-16
+15
-16
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1319,26 +1319,25 @@ | ||
| 1319 | 1319 | min-height: 1em; |
| 1320 | 1320 | max-height: 1em; |
| 1321 | 1321 | cursor: pointer; |
| 1322 | 1322 | margin: 0 0 0 0.35em; |
| 1323 | 1323 | background-image: /* white question mark on blue circular background */ |
| 1324 | - url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' \ | |
| 1325 | -viewBox='0 0 15.867574 15.867574'%3e%3ccircle cx='7.9337869' cy='7.9337869' \ | |
| 1326 | -r='7.9337869' style='fill:%23f0f0f0;stroke-width:1' /%3e%3ccircle cx='7.9337869' \ | |
| 1327 | -cy='7.9337869' r='6.9662519' style='fill:%23404040;stroke-width:1' /%3e%3ccircle \ | |
| 1328 | -cx='7.9337869' cy='7.9337869' r='5.9987168' style='fill:%235080d0;stroke-width:1' \ | |
| 1329 | - /%3e%3cpath d='M 8.7214664,9.7504179 H 6.1597329 V 9.4027037 q 0,-0.5818896 \ | |
| 1330 | -0.234175,-1.0289511 Q 6.628083,7.9195949 7.3802819,7.2241658 L 7.8344395,6.8125852 \ | |
| 1331 | -Q 8.2389238,6.4435822 8.4234253,6.1171563 8.6150232,5.7907304 8.6150232,5.4643045 \ | |
| 1332 | -q 0,-0.496735 -0.3406184,-0.7734874 Q 7.9337866,4.4069686 7.323512,4.4069686 q \ | |
| 1333 | --0.5747934,0 -1.2418375,0.2412712 Q 5.4146304,4.8824149 4.6908164,5.3507651 \ | |
| 1334 | -V 3.1225537 Q 5.5494585,2.8245126 6.2590798,2.6825884 6.9687013,2.5406641 \ | |
| 1335 | -7.6286492,2.5406641 q 1.7314764,0 2.6397908,0.7096215 0.908317,0.7025253 \ | |
| 1336 | -0.908317,2.0579022 0,0.6954289 -0.276754,1.2489339 -0.276751,0.5464084 \ | |
| 1337 | --0.9437957,1.1779715 L 9.5020499,8.1395775 Q 9.0195073,8.5795428 8.8704867,8.8491989 \ | |
| 1338 | -8.7214664,9.1117588 8.7214664,9.4310884 Z M 6.1597329,10.800658 H 8.7214664 \ | |
| 1339 | -V 13.32691 H 6.1597329 Z' style='fill:%23f8f8f8;stroke-width:1.32118618' /%3e%3c/svg%3e"); | |
| 1324 | + url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' \ | |
| 1325 | +viewBox='0 0 15.867574 15.867574'%3e%3ccircle cx='7.9337869' cy='7.9337869' r='7.9337869' \ | |
| 1326 | +style='fill:%23f0f0f0;stroke-width:1' /%3e%3ccircle cx='7.9337869' cy='7.9337869' \ | |
| 1327 | +r='6.9662519' style='fill:%23404040;stroke-width:1' /%3e%3ccircle cx='7.9337869' \ | |
| 1328 | +cy='7.9337869' r='5.9987168' style='fill:%235080d0;stroke-width:0' /%3e%3cpath \ | |
| 1329 | +d='M 9.2253789,9.8629486 H 6.5997716 v -0.356384 q 0,-0.5963983 0.2400139,-1.0546067 \ | |
| 1330 | +0.240014,-0.4654816 1.0109681,-1.1782504 L 8.316235,6.8518647 Q 8.7308046,6.473661 \ | |
| 1331 | +8.9199065,6.1390961 9.1162816,5.8045312 9.1162816,5.4699662 q 0,-0.5091205 -0.3491113,-0.7927734 \ | |
| 1332 | +-0.3491111,-0.2909259 -0.9746021,-0.2909259 -0.5891252,0 -1.2728012,0.247287 \ | |
| 1333 | +-0.6836761,0.240014 -1.4255375,0.720042 V 3.0698267 q 0.8800513,-0.3054724 1.6073661,-0.4509353 \ | |
| 1334 | +0.7273151,-0.145463 1.403718,-0.145463 1.7746486,0 2.7056104,0.727315 0.930965,0.720042 \ | |
| 1335 | +0.930965,2.1092135 0,0.7127686 -0.283654,1.2800746 -0.283652,0.5600324 -0.967329,1.2073428 \ | |
| 1336 | +L 10.025425,8.2119439 Q 9.530851,8.6628792 9.3781148,8.9392588 9.2253789,9.2083654 \ | |
| 1337 | +9.2253789,9.535657 Z M 6.5997716,10.939376 h 2.6256073 v 2.589241 H 6.5997716 Z' \ | |
| 1338 | +style='fill:%23f8f8f8;stroke-width:1.35412836' /%3e%3c/svg%3e "); | |
| 1340 | 1339 | background-repeat: no-repeat; |
| 1341 | 1340 | background-position: center; |
| 1342 | 1341 | /* When not using a background image, this additional style works |
| 1343 | 1342 | reasonably well along with a ::before content of "?": */ |
| 1344 | 1343 | /*border-width: 1px; |
| 1345 | 1344 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1319,26 +1319,25 @@ | |
| 1319 | min-height: 1em; |
| 1320 | max-height: 1em; |
| 1321 | cursor: pointer; |
| 1322 | margin: 0 0 0 0.35em; |
| 1323 | background-image: /* white question mark on blue circular background */ |
| 1324 | url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' \ |
| 1325 | viewBox='0 0 15.867574 15.867574'%3e%3ccircle cx='7.9337869' cy='7.9337869' \ |
| 1326 | r='7.9337869' style='fill:%23f0f0f0;stroke-width:1' /%3e%3ccircle cx='7.9337869' \ |
| 1327 | cy='7.9337869' r='6.9662519' style='fill:%23404040;stroke-width:1' /%3e%3ccircle \ |
| 1328 | cx='7.9337869' cy='7.9337869' r='5.9987168' style='fill:%235080d0;stroke-width:1' \ |
| 1329 | /%3e%3cpath d='M 8.7214664,9.7504179 H 6.1597329 V 9.4027037 q 0,-0.5818896 \ |
| 1330 | 0.234175,-1.0289511 Q 6.628083,7.9195949 7.3802819,7.2241658 L 7.8344395,6.8125852 \ |
| 1331 | Q 8.2389238,6.4435822 8.4234253,6.1171563 8.6150232,5.7907304 8.6150232,5.4643045 \ |
| 1332 | q 0,-0.496735 -0.3406184,-0.7734874 Q 7.9337866,4.4069686 7.323512,4.4069686 q \ |
| 1333 | -0.5747934,0 -1.2418375,0.2412712 Q 5.4146304,4.8824149 4.6908164,5.3507651 \ |
| 1334 | V 3.1225537 Q 5.5494585,2.8245126 6.2590798,2.6825884 6.9687013,2.5406641 \ |
| 1335 | 7.6286492,2.5406641 q 1.7314764,0 2.6397908,0.7096215 0.908317,0.7025253 \ |
| 1336 | 0.908317,2.0579022 0,0.6954289 -0.276754,1.2489339 -0.276751,0.5464084 \ |
| 1337 | -0.9437957,1.1779715 L 9.5020499,8.1395775 Q 9.0195073,8.5795428 8.8704867,8.8491989 \ |
| 1338 | 8.7214664,9.1117588 8.7214664,9.4310884 Z M 6.1597329,10.800658 H 8.7214664 \ |
| 1339 | V 13.32691 H 6.1597329 Z' style='fill:%23f8f8f8;stroke-width:1.32118618' /%3e%3c/svg%3e"); |
| 1340 | background-repeat: no-repeat; |
| 1341 | background-position: center; |
| 1342 | /* When not using a background image, this additional style works |
| 1343 | reasonably well along with a ::before content of "?": */ |
| 1344 | /*border-width: 1px; |
| 1345 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1319,26 +1319,25 @@ | |
| 1319 | min-height: 1em; |
| 1320 | max-height: 1em; |
| 1321 | cursor: pointer; |
| 1322 | margin: 0 0 0 0.35em; |
| 1323 | background-image: /* white question mark on blue circular background */ |
| 1324 | url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' \ |
| 1325 | viewBox='0 0 15.867574 15.867574'%3e%3ccircle cx='7.9337869' cy='7.9337869' r='7.9337869' \ |
| 1326 | style='fill:%23f0f0f0;stroke-width:1' /%3e%3ccircle cx='7.9337869' cy='7.9337869' \ |
| 1327 | r='6.9662519' style='fill:%23404040;stroke-width:1' /%3e%3ccircle cx='7.9337869' \ |
| 1328 | cy='7.9337869' r='5.9987168' style='fill:%235080d0;stroke-width:0' /%3e%3cpath \ |
| 1329 | d='M 9.2253789,9.8629486 H 6.5997716 v -0.356384 q 0,-0.5963983 0.2400139,-1.0546067 \ |
| 1330 | 0.240014,-0.4654816 1.0109681,-1.1782504 L 8.316235,6.8518647 Q 8.7308046,6.473661 \ |
| 1331 | 8.9199065,6.1390961 9.1162816,5.8045312 9.1162816,5.4699662 q 0,-0.5091205 -0.3491113,-0.7927734 \ |
| 1332 | -0.3491111,-0.2909259 -0.9746021,-0.2909259 -0.5891252,0 -1.2728012,0.247287 \ |
| 1333 | -0.6836761,0.240014 -1.4255375,0.720042 V 3.0698267 q 0.8800513,-0.3054724 1.6073661,-0.4509353 \ |
| 1334 | 0.7273151,-0.145463 1.403718,-0.145463 1.7746486,0 2.7056104,0.727315 0.930965,0.720042 \ |
| 1335 | 0.930965,2.1092135 0,0.7127686 -0.283654,1.2800746 -0.283652,0.5600324 -0.967329,1.2073428 \ |
| 1336 | L 10.025425,8.2119439 Q 9.530851,8.6628792 9.3781148,8.9392588 9.2253789,9.2083654 \ |
| 1337 | 9.2253789,9.535657 Z M 6.5997716,10.939376 h 2.6256073 v 2.589241 H 6.5997716 Z' \ |
| 1338 | style='fill:%23f8f8f8;stroke-width:1.35412836' /%3e%3c/svg%3e "); |
| 1339 | background-repeat: no-repeat; |
| 1340 | background-position: center; |
| 1341 | /* When not using a background image, this additional style works |
| 1342 | reasonably well along with a ::before content of "?": */ |
| 1343 | /*border-width: 1px; |
| 1344 |