Added fix for the error message box width.

This commit is contained in:
Alex Tselegidis 2015-11-05 20:18:31 +01:00
parent b86c850b88
commit 7feca74d25
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,9 @@
<link rel="stylesheet" type="text/css"
href="<?php echo $this->config->item('base_url'); ?>/assets/ext/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" type="text/css"
href="<?php echo $base_url; ?>/assets/css/general.css">
<style>
header {
background: #DAFFEB;

View File

@ -52,6 +52,10 @@ body .ui-dialog .ui-dialog-buttonpane {
border: none;
}
body .ui-dialog #error-technical {
max-width: 500px;
}
body .ui-datepicker {
border: 1px solid #3DD481;
border-radius: 2px;