From 27e9b55d352ee4ae9d3ba6a815a0d9bce0d44d36 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 23 May 2018 17:49:56 +0200 Subject: [PATCH] fixed bootstrap responsive problems with messagefields --- application/views/system/messageForm.php | 8 ++++---- public/css/messageWrite.css | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/application/views/system/messageForm.php b/application/views/system/messageForm.php index 8e48e082b..5267c3f27 100644 --- a/application/views/system/messageForm.php +++ b/application/views/system/messageForm.php @@ -1,9 +1,9 @@
-
+
-
+
-
+
 
-
diff --git a/public/css/messageWrite.css b/public/css/messageWrite.css index d929f656c..bfc2a5d2b 100644 --- a/public/css/messageWrite.css +++ b/public/css/messageWrite.css @@ -7,4 +7,14 @@ input[type=text] { .msgfield label { margin-bottom: 0px !important; margin-top: 3px; +} + +@media screen and (min-width: 1200px) { + .col-lg-1.msgfieldcol-left { + width: 13%; + } + + .col-lg-11.msgfieldcol-right { + width: 87%; + } } \ No newline at end of file