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