X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=mw-config%2Fconfig.css;h=3aeb1edc1ac74e65ae6ac8d60328f98c806580b2;hb=2b61c4181d677c1da091744774a97a1ad7ccccf7;hp=0e0b304cbbe57709d2cd676cd095f768e5d66c4a;hpb=3fa15fea69c729ca1fd01fec7bb9663140a1ef70;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.css b/mw-config/config.css index 0e0b304cbb..3aeb1edc1a 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -84,7 +84,7 @@ display: list-item; line-height: 1.5em; /* @embed */ - list-style-image: url(images/bullet.gif); + list-style-image: url( images/bullet.gif ); list-style-type: square; } @@ -114,7 +114,7 @@ } .error { - color: red; + color: #f00; background-color: #fff; font-weight: bold; left: 1em; @@ -137,7 +137,7 @@ .success-message { font-weight: bold; font-size: 110%; - color: green; + color: #008000; } .success-box { @@ -161,7 +161,7 @@ } .config-download-link a { - background: url(images/download-32.png) no-repeat center left; + background: url( images/download-32.png ) no-repeat center left; padding-left: 40px; /* 32 px for the image (above), plus some breathing room */ height: 32px; /* provide enough vertical room for the image */ display: inline-block; /* allow the height property (above) to work */ @@ -180,7 +180,7 @@ margin-bottom: -8px; padding: 0 0 0 15px; /* @embed */ - background-image: url(images/help-question.gif); + background-image: url( images/help-question.gif ); background-position: left center; background-repeat: no-repeat; cursor: pointer; @@ -191,7 +191,7 @@ .config-help-field-hint:hover { /* @embed */ - background-image: url(images/help-question-hover.gif); + background-image: url( images/help-question-hover.gif ); } .config-help-field-data {