diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 3db036fee6..d21f4a294c 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -3020,7 +3020,7 @@ form .formw .freeze { .data_table th { padding: 8px 10px; - font-weight: bold; + font-weight: normal; background-color: #F2F2F2; border-bottom: 1px solid #DDDDDD; } @@ -3059,10 +3059,25 @@ form .formw .freeze { } .data_table_pagination { - width:100%; - margin-top: 8px; + width:100%; + margin-top: 5px; + margin-bottom: 5px; +} +.table-well{ + background:#ffffff; + border:1px solid #dddddd; + padding: 10px 20px; + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + box-shadow: 0 1px 1px rgba(0,0,0,0.05); + margin-bottom: 20px; + margin-top: 10px; +} +.tabs-margin, .btn-toolbar{ + margin-bottom: 15px; + margin-top: 15px; } - .form-stacked .label { display: block; float: none; @@ -6282,6 +6297,26 @@ div#chat-remote-video video { padding-top: 5px; padding-bottom: 5px; } +#datafiller .fillers{ + list-style: none; + padding: 0; + margin: 0; +} +#datafiller .description{ + padding: 10px; + margin-bottom: 10px; +} +#datafiller .fillers li{ + padding-top: 5px; + padding-bottom: 5px; + margin-left: 10px; +} +.filler-report h3{ + margin-top: 10px; +} +.filler-report .filler-report-data-init{ + width: 60%; +} /* CSS NEW TOP ******************************************************************************/ /* CSS Responsive */ @media (min-width: 1025px) and (max-width: 1200px) { diff --git a/main/admin/filler.php b/main/admin/filler.php index 2c93f0ed61..7b36ad03a8 100755 --- a/main/admin/filler.php +++ b/main/admin/filler.php @@ -61,12 +61,12 @@ if (count($output)>0) { Display::display_normal_message($result,false); } ?> -
'; $html .= $form; @@ -273,6 +274,7 @@ class SortableTable extends HTML_Table $html .= ' | '; $html .= '