Glasovanje - poprpavek gumbov pri statistiki

This commit is contained in:
pero1203 2021-11-15 10:19:04 +01:00
parent 664b0773b4
commit 5dea9306c4
3 changed files with 4 additions and 6 deletions

View File

@ -274,10 +274,7 @@ class Glasovanje {
// Default skin po novem izkljucimo // Default skin po novem izkljucimo
if ($simple_name != 'Default') { if ($simple_name != 'Default') {
echo ' <option value="'.$simple_name.'"' . ($rowA['skin'] == $simple_name ? ' selected="selected"' : '') . '>'.($simple_name == '1kaBlue' ? $simple_name.' (' . $lang['default'] . ')' : $simple_name).'</option>' . NEW_LINE;
$simple_name .= ($simple_name == '1kaBlue' ? ' (' . $lang['default'] . ')' : '');
echo ' <option value="'.$simple_name.'"' . ($rowA['skin'] == $simple_name ? ' selected="selected"' : '') . '>'.$simple_name.'</option>' . NEW_LINE;
} }
} }

View File

@ -36,7 +36,7 @@
} }
.spol_buttons input{ .spol_buttons input{
cursor: pointer; cursor: pointer;
width: 75px; width: 80px;
padding: 2px; padding: 2px;
margin: 0 4px 0 4px; margin: 0 4px 0 4px;

View File

@ -31,8 +31,9 @@
text-align: center; text-align: center;
} }
.spol_buttons input{ .spol_buttons input{
width: 60px; width: 80px;
margin: 0 2px 0 2px; margin: 0 2px 0 2px;
padding: 2px;
} }
.spol_buttons input.active{ .spol_buttons input.active{
font-weight: bold; font-weight: bold;