[Redizajn 1KA] Popupi: Urejanje > Vprašalnik - popravki (edit inline, komentarji)

This commit is contained in:
tejagerjovic 2022-06-08 23:45:21 +02:00
parent 45cd0b6e2c
commit 83706baf3b
3 changed files with 3 additions and 3 deletions

View File

@ -2189,7 +2189,7 @@ function load_comment (__this, show) {
} }
$(__this).qtip({ $(__this).qtip({
content: {text: '<div id="survey_comment_'+$(__this).attr('spremenljivka')+'_'+$(__this).attr('view')+'"></div>', title: {text: naslov, button: '&#x2715;'}}, content: {text: '<div class=qtip_comment"><h1>'+naslov+'</h1><div id="survey_comment_'+$(__this).attr('spremenljivka')+'_'+$(__this).attr('view')+'"></div></div>', title: {button: '&#x2715;'}},
fixed: false, show: {when: _when, ready: _ready, solo: true},hide: {when: 'click'}, fixed: false, show: {when: _when, ready: _ready, solo: true},hide: {when: 'click'},
style: {name: 'light', border: {width: 3, radius: 8}, width: 350, tip: {corner: corners[i]}}, style: {name: 'light', border: {width: 3, radius: 8}, width: 350, tip: {corner: corners[i]}},
position: {corner: {tooltip: corners[i], target: opposites[i] }, adjust: {screen : true}}, position: {corner: {tooltip: corners[i], target: opposites[i] }, adjust: {screen : true}},

View File

@ -6446,7 +6446,7 @@ a.faicon.unhide_icon::before {
color: #FFC700; color: #FFC700;
} }
.variabla span.inline.faicon.odg_if_not::before { span.inline.faicon.odg_if_not::before {
font-family: Source Sans Pro, sans-serif; font-family: Source Sans Pro, sans-serif;
font-size: 15px; font-size: 15px;
font-weight: 900; font-weight: 900;

View File

@ -94,7 +94,7 @@ a.faicon.unhide_icon::before{
.variabla span.inline.faicon.odg_hidden.show-disable::before{ .variabla span.inline.faicon.odg_hidden.show-disable::before{
color: $yellow; color: $yellow;
} }
.variabla span.inline.faicon.odg_if_not::before{ span.inline.faicon.odg_if_not::before{
font-family: $font_family; font-family: $font_family;
font-size: 15px; font-size: 15px;
font-weight: 900; font-weight: 900;