[Redizajn 1ka] Style za inline vprašajčke.
This commit is contained in:
parent
77ae9b6fdd
commit
a05dd5a6b1
@ -1562,9 +1562,9 @@ class SurveyAdminSettings {
|
||||
|
||||
// Tip izvoza (1->dolg oz. razsirjen, 2->kratek oz. skrcen)
|
||||
$export_data_type = SurveySetting::getInstance()->getSurveyMiscSetting('export_data_type');
|
||||
echo '<label for="export_data_type">'.$lang['srv_displaydata_type'].':';
|
||||
echo '<label for="export_data_type">'.$lang['srv_displaydata_type'];
|
||||
echo Help :: display('displaydata_pdftype');
|
||||
echo '</label>';
|
||||
echo ':</label>';
|
||||
echo '<form>';
|
||||
echo '<select name="export_data_type" id="export_data_type" class="dropdown large">';
|
||||
echo ' <option value="2"'.((int)$export_data_type == 2 ? ' selected="selected"' : '').'>' . $lang['srv_displaydata_type2'] . '</option>';
|
||||
|
@ -5146,6 +5146,10 @@ a:hover {
|
||||
a.noline {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.help {
|
||||
text-decoration: none;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.displayNone {
|
||||
display: none !important;
|
||||
|
@ -11,4 +11,8 @@ $fontawesome: "Font Awesome 5 Free";
|
||||
|
||||
body {
|
||||
font-family: $font_family;
|
||||
}
|
||||
}
|
||||
|
||||
//font-weight
|
||||
$semi-bold: 600;
|
||||
$extra-bold: 800;
|
@ -10,4 +10,9 @@ a {
|
||||
&.noline {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.help {
|
||||
text-decoration: none;
|
||||
font-weight: $extra-bold;
|
||||
}
|
||||
}
|
@ -3,7 +3,7 @@ submit{
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
|
||||
font-weight: 600;
|
||||
font-weight: $semi-bold;
|
||||
font-family: $font_family;
|
||||
|
||||
box-shadow: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user