forked from mirrors/easyappointments
Added fix for the error message box width.
This commit is contained in:
parent
b86c850b88
commit
7feca74d25
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue