From 4de5f1533ff1c5339a725a6d2880e07f97c3958a Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Oct 2019 11:29:38 +0200 Subject: [PATCH] =?UTF-8?q?-=20parking=20and=20zur=C3=BCckstellen=20date?= =?UTF-8?q?=20and=20buttons:=20adapted=20layout=20for=20correct=20line=20b?= =?UTF-8?q?reaking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/infocenter/infocenterDetails.css | 24 ++++++++++++++++++++- public/js/infocenter/infocenterDetails.js | 9 ++++---- 2 files changed, 27 insertions(+), 6 deletions(-) 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 ()