diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css index 24c508dc25c6ab1d069d78d4b340a067e47608a6..faeb4ab2bb8873aea1be658c6c895bf1fa7640d1 100644 --- a/interface/web/themes/default/css/screen/content_ispc.css +++ b/interface/web/themes/default/css/screen/content_ispc.css @@ -269,7 +269,7 @@ /* Image-Replacement */ .swap { background-repeat:no-repeat; } .swap span { display:none; height:16px; } - #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:28px; } + #ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px;margin:0 0 0.2em; } #ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; } #ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; }