[Redizajn 1ka] Typography popravki
This commit is contained in:
parent
034efd004c
commit
439506e994
@ -1025,7 +1025,7 @@ class SurveyAdminSettings {
|
||||
foreach($vrednosti as $vrednost){
|
||||
echo '<tr>';
|
||||
echo '<td>'.$vrednost['naslov'].'</td>';
|
||||
echo '<td class="right"><button class="table-inline blue" type="button" onclick="delete_skupina(\'2\', \''.$vrednost['id'].'\');">'.strtoupper($lang['srv_password_remove']).'</button></td>';
|
||||
echo '<td class="right"><button class="table-inline blue caps" type="button" onclick="delete_skupina(\'2\', \''.$vrednost['id'].'\');">'.$lang['srv_password_remove'].'</button></td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
}
|
||||
|
@ -332,7 +332,7 @@ class SurveySkupine {
|
||||
//Gesla
|
||||
if($skupine == 2){
|
||||
echo '<td>'.stripslashes($naslov_vrednost).'</td>';
|
||||
echo '<td class="right"><button class="table-inline blue" type="button" onclick="delete_skupina(\''.$skupine.'\', \''.$vre_id.'\');">'.strtoupper($lang['srv_password_remove']).'</button></td>';
|
||||
echo '<td class="right"><button class="table-inline blue caps" type="button" onclick="delete_skupina(\''.$skupine.'\', \''.$vre_id.'\');">'.$lang['srv_password_remove'].'</button></td>';
|
||||
}
|
||||
|
||||
echo '</tr>';
|
||||
|
@ -5057,16 +5057,21 @@ p, span {
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
p.warning, p.red, span.warning, span.red {
|
||||
|
||||
.warning,
|
||||
.red {
|
||||
color: #FF0000;
|
||||
}
|
||||
p.italic, span.italic {
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
p.bold, span.bold {
|
||||
|
||||
.bold {
|
||||
font-weight: 800;
|
||||
}
|
||||
p.caps, span.caps {
|
||||
|
||||
.caps {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@ -3,21 +3,21 @@ p,span {
|
||||
font-size: 16px;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
|
||||
&.warning,
|
||||
&.red {
|
||||
color: $red;
|
||||
}
|
||||
}
|
||||
|
||||
&.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.warning,
|
||||
.red {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
&.bold {
|
||||
font-weight: $extra-bold;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.caps {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.bold {
|
||||
font-weight: $extra-bold;
|
||||
}
|
||||
|
||||
.caps {
|
||||
text-transform: uppercase;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user