isp css fix

This commit is contained in:
Ian 2014-07-11 11:00:52 +02:00
parent a0d71dba96
commit 9327d28bc4

View file

@ -683,6 +683,10 @@ class serendipity_event_imageselectorplus extends serendipity_event
case 'css_backend':
if ($serendipity['version'][0] > '1') {
?>
#imageselectorplus .radio_field input {
margin: 0 0.5em;
}
#quickblog_tablefield {
display: table-cell;
}
@ -710,6 +714,7 @@ class serendipity_event_imageselectorplus extends serendipity_event
#quickblog_tablefield .quickblog_radio_field input {
margin-left: 0.5em;
}
<?php
}
break;