diff --git a/public/css/infocenter/infocenterDetails.css b/public/css/infocenter/infocenterDetails.css index 1586fd52d..38a7824fa 100644 --- a/public/css/infocenter/infocenterDetails.css +++ b/public/css/infocenter/infocenterDetails.css @@ -70,4 +70,26 @@ #postponedate{ height: 25px; width: 99px -} \ No newline at end of file +} + +#postponedatelabel{ + font-weight: normal; +} + +@media screen and (max-width: 1510px) +{ + #postponing{ + text-align: center; + } + #postponedatelabel{ + display: block; + margin-top: 20px; + } +} + +@media screen and (max-width: 768px) +{ + #postponedate { + display: inline-block + } +} diff --git a/public/js/infocenter/infocenterDetails.js b/public/js/infocenter/infocenterDetails.js index 96975d179..b99d28993 100644 --- a/public/js/infocenter/infocenterDetails.js +++ b/public/js/infocenter/infocenterDetails.js @@ -437,7 +437,7 @@ var InfocenterDetails = { parkPerson: function(personid, date) { var parkError = function(){ - $("#postponemsg").text(" Fehler beim Parken!"); + $("#postponemsg").text(" Fehler beim Parken!"); }; FHC_AjaxClient.ajaxCallPost( @@ -486,7 +486,7 @@ var InfocenterDetails = { setPersonOnHold: function(personid, date) { var onHoldError = function(){ - $("#postponemsg").text(" Fehler beim Setzen auf On Hold!"); + $("#postponemsg").text(" Fehler beim Setzen auf On Hold!"); }; FHC_AjaxClient.ajaxCallPost( @@ -925,9 +925,9 @@ var InfocenterDetails = { '
'+ '     '+ '     '+ - FHC_PhrasesLib.t('global', 'bis') + '  '+ + ''+ ''+ '
'); @@ -936,7 +936,6 @@ var InfocenterDetails = { "minDate": 0 }); - $("#parklink").click( function ()