[Redizajn 1ka] Style za inline vprašajčke.

This commit is contained in:
tejagerjovic 2021-11-22 15:17:04 +01:00
parent 77ae9b6fdd
commit a05dd5a6b1
5 changed files with 17 additions and 4 deletions

View File

@ -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>';

View File

@ -5146,6 +5146,10 @@ a:hover {
a.noline {
text-decoration: none;
}
a.help {
text-decoration: none;
font-weight: 800;
}
.displayNone {
display: none !important;

View File

@ -12,3 +12,7 @@ $fontawesome: "Font Awesome 5 Free";
body {
font-family: $font_family;
}
//font-weight
$semi-bold: 600;
$extra-bold: 800;

View File

@ -10,4 +10,9 @@ a {
&.noline {
text-decoration: none;
}
&.help {
text-decoration: none;
font-weight: $extra-bold;
}
}

View File

@ -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;