mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'feature/NewView' into develop
This commit is contained in:
commit
70db852326
@ -55,6 +55,7 @@ html_print_input_hidden ('update_config', 1);
|
|||||||
$table_behaviour = new stdClass();
|
$table_behaviour = new stdClass();
|
||||||
$table_behaviour->width = '100%';
|
$table_behaviour->width = '100%';
|
||||||
$table_behaviour->class = "databox filters";
|
$table_behaviour->class = "databox filters";
|
||||||
|
$table_behaviour->style[0] = 'font-weight: bold;';
|
||||||
$table_behaviour->data = array ();
|
$table_behaviour->data = array ();
|
||||||
|
|
||||||
$table_behaviour->data[$row][0] = __('Block size for pagination');
|
$table_behaviour->data[$row][0] = __('Block size for pagination');
|
||||||
@ -101,6 +102,7 @@ echo "</fieldset>";
|
|||||||
$table_styles = new stdClass();
|
$table_styles = new stdClass();
|
||||||
$table_styles->width = '100%';
|
$table_styles->width = '100%';
|
||||||
$table_styles->class = "databox filters";
|
$table_styles->class = "databox filters";
|
||||||
|
$table_styles->style[0] = 'font-weight: bold;';
|
||||||
$table_styles->data = array ();
|
$table_styles->data = array ();
|
||||||
|
|
||||||
$table_styles->data[$row][0] = __('Style template');
|
$table_styles->data[$row][0] = __('Style template');
|
||||||
@ -167,6 +169,7 @@ echo "</fieldset>";
|
|||||||
$table_gis = new stdClass();
|
$table_gis = new stdClass();
|
||||||
$table_gis->width = '100%';
|
$table_gis->width = '100%';
|
||||||
$table_gis->class = "databox filters";
|
$table_gis->class = "databox filters";
|
||||||
|
$table_gis->style[0] = 'font-weight: bold;';
|
||||||
$table_gis->data = array ();
|
$table_gis->data = array ();
|
||||||
|
|
||||||
$table_gis->data[$row][0] = __('GIS Labels') .
|
$table_gis->data[$row][0] = __('GIS Labels') .
|
||||||
@ -200,6 +203,7 @@ echo "</fieldset>";
|
|||||||
$table_font = new stdClass();
|
$table_font = new stdClass();
|
||||||
$table_font->width = '100%';
|
$table_font->width = '100%';
|
||||||
$table_font->class = "databox filters";
|
$table_font->class = "databox filters";
|
||||||
|
$table_font->style[0] = 'font-weight: bold;';
|
||||||
$table_font->data = array ();
|
$table_font->data = array ();
|
||||||
|
|
||||||
$table_font->data[$row][0] = __('Font path');
|
$table_font->data[$row][0] = __('Font path');
|
||||||
@ -263,6 +267,7 @@ echo "</fieldset>";
|
|||||||
$table_chars = new stdClass();
|
$table_chars = new stdClass();
|
||||||
$table_chars->width = '100%';
|
$table_chars->width = '100%';
|
||||||
$table_chars->class = "databox filters";
|
$table_chars->class = "databox filters";
|
||||||
|
$table_chars->style[0] = 'font-weight: bold;';
|
||||||
$table_chars->data = array ();
|
$table_chars->data = array ();
|
||||||
|
|
||||||
$table_chars->data[$row][0] = __('Graph color (min)');
|
$table_chars->data[$row][0] = __('Graph color (min)');
|
||||||
@ -361,6 +366,7 @@ echo "</fieldset>";
|
|||||||
$table_other = new stdClass();
|
$table_other = new stdClass();
|
||||||
$table_other->width = '100%';
|
$table_other->width = '100%';
|
||||||
$table_other->class = "databox filters";
|
$table_other->class = "databox filters";
|
||||||
|
$table_other->style[0] = 'font-weight: bold;';
|
||||||
$table_other->data = array ();
|
$table_other->data = array ();
|
||||||
|
|
||||||
if (empty($config["vc_line_thickness"])) $config["vc_line_thickness"] = 2;
|
if (empty($config["vc_line_thickness"])) $config["vc_line_thickness"] = 2;
|
||||||
|
@ -460,7 +460,7 @@ div#login_in, #login_f {
|
|||||||
height: 0px;
|
height: 0px;
|
||||||
border-right: 13px solid transparent;
|
border-right: 13px solid transparent;
|
||||||
border-left: 25px solid transparent;
|
border-left: 25px solid transparent;
|
||||||
border-bottom: 18px solid #80BA27;
|
border-bottom: 18px solid #82B92E;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -559,17 +559,18 @@ DIV.login_nick, DIV.login_pass {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DIV.login_nick>input, DIV.login_pass>input {
|
DIV.login_nick>input, DIV.login_pass>input {
|
||||||
height: 25px;
|
height: 20px;
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.login_nick>input:focus,DIV.login_pass>input:focus {
|
DIV.login_nick>input:focus,DIV.login_pass>input:focus {
|
||||||
outline-width: 0px;
|
outline-width: 0px;
|
||||||
border-color: #373737;
|
border-color: #82B92E;
|
||||||
background-color: #373737;
|
background-color: #82B92E;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
box-shadow: 0px 0px 3px 3px #e2e2e2;
|
height: 20px;
|
||||||
|
box-shadow: 0px 0px 3px 3px #82B92E;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.login_nick>img, DIV.login_pass>img {
|
DIV.login_nick>img, DIV.login_pass>img {
|
||||||
@ -632,7 +633,7 @@ input.login_password {
|
|||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
width: 179px;
|
width: 179px;
|
||||||
color: #222;
|
color: #222;
|
||||||
height: 18px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
.databox_error {
|
.databox_error {
|
||||||
width: 657px !important;
|
width: 657px !important;
|
||||||
@ -1386,7 +1387,6 @@ table.databox {
|
|||||||
padding: 9px 7px;
|
padding: 9px 7px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding-left: 10px;
|
|
||||||
}
|
}
|
||||||
.databox td {
|
.databox td {
|
||||||
#border-bottom: 1px solid #E2E2E2;
|
#border-bottom: 1px solid #E2E2E2;
|
||||||
@ -2909,7 +2909,6 @@ table#policy_modules td * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.databox.data td{
|
.databox.data td{
|
||||||
padding-left: 10px;
|
|
||||||
border-bottom: 1px solid #E2E2E2;
|
border-bottom: 1px solid #E2E2E2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2923,8 +2922,8 @@ table#policy_modules td * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.databox td{
|
.databox td{
|
||||||
padding-left: 10px;
|
padding-left: 9px;
|
||||||
padding-right: 10px;
|
padding-right: 9px;
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user