Glasovanje - poprpavek gumbov pri statistiki
This commit is contained in:
parent
664b0773b4
commit
5dea9306c4
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user