mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fonts changed at Sancho request
This commit is contained in:
parent
7a2cb912b2
commit
8df0c8a66d
@ -458,7 +458,7 @@ ul li {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-right: 1px solid #c1ccdc;
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_collapse {
|
.button_collapse {
|
||||||
@ -482,7 +482,7 @@ ul li {
|
|||||||
|
|
||||||
.menu_full_classic,
|
.menu_full_classic,
|
||||||
.button_classic {
|
.button_classic {
|
||||||
width: 280px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_full_collapsed,
|
.menu_full_collapsed,
|
||||||
@ -551,7 +551,7 @@ ul li {
|
|||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
.page_classic {
|
.page_classic {
|
||||||
padding-left: 280px;
|
padding-left: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_collapsed {
|
.page_collapsed {
|
||||||
@ -559,7 +559,7 @@ ul li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header_table_classic {
|
.header_table_classic {
|
||||||
padding-left: 300px;
|
padding-left: 270px;
|
||||||
/* 280 + 35 */
|
/* 280 + 35 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -153,17 +153,20 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #f6f7fb;
|
background-color: #fbfbfb;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-weight: 400;
|
color: #333;
|
||||||
font-family: "Pandora-Regular";
|
font-family: "lato";
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: initial;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body * {
|
||||||
|
font-family: "lato";
|
||||||
|
}
|
||||||
body.body-report {
|
body.body-report {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@ -1386,7 +1389,7 @@ div#head {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-bottom: 1px solid #c1ccdc;
|
border-bottom: 1px solid #eee;
|
||||||
min-width: 882px;
|
min-width: 882px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -1747,7 +1750,7 @@ div.title_line {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom: 1px solid #c1ccdc;
|
border-bottom: 1px solid #eee;
|
||||||
/* width: calc(100% + 3em); */
|
/* width: calc(100% + 3em); */
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
@ -1756,7 +1759,7 @@ div.title_line {
|
|||||||
height: 53px;
|
height: 53px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
/* margin-left: -3em;*/
|
/* margin-left: -3em; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Breadcrum */
|
/* Breadcrum */
|
||||||
@ -1945,7 +1948,7 @@ div#agent_wizard_subtabs {
|
|||||||
#menu_tab_left li span {
|
#menu_tab_left li span {
|
||||||
color: #161628;
|
color: #161628;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: Pandora-Bold;
|
/*font-family: 'Lato';*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* New styles for data box */
|
/* New styles for data box */
|
||||||
@ -1991,8 +1994,12 @@ table.databox {
|
|||||||
border: 2px solid #c0ccdc;
|
border: 2px solid #c0ccdc;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
width: calc(100% - 40px);
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
/*
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.databox > tbody > tr > td {
|
.databox > tbody > tr > td {
|
||||||
@ -2547,13 +2554,13 @@ div#pandora_logo_header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header_title {
|
.header_title {
|
||||||
font-size: 12px;
|
font-size: 11pt;
|
||||||
color: #161628;
|
color: #444;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_subtitle {
|
.header_subtitle {
|
||||||
font-size: 15px;
|
font-size: 10pt;
|
||||||
color: #8a96a6;
|
color: #8a96a6;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
@ -2745,7 +2752,8 @@ td.cellBig {
|
|||||||
|
|
||||||
.info_box .title * {
|
.info_box .title * {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
font-family: "Pandora-Bold";
|
/*font-family: "lato";*/
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_box .icon {
|
.info_box .icon {
|
||||||
@ -2906,7 +2914,7 @@ input#text-id_parent.ac_input {
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: inherit;
|
/*font-family: inherit;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* plugins */
|
/* plugins */
|
||||||
@ -6483,7 +6491,7 @@ table.table_modal_alternate tr td:first-child {
|
|||||||
|
|
||||||
.bars-graph-rotate .flot-text .flot-x-axis div .break_word {
|
.bars-graph-rotate .flot-text .flot-x-axis div .break_word {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
font-family: "lato" !important;
|
/*font-family: "lato" !important;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.flot-text .flot-x-axis div {
|
.flot-text .flot-x-axis div {
|
||||||
@ -9896,7 +9904,7 @@ div#err_msg_centralised {
|
|||||||
.inputFile {
|
.inputFile {
|
||||||
background-color: #f6f7fb;
|
background-color: #f6f7fb;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
font-family: "Pandora-Regular";
|
/*font-family: "lato";*/
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 5.5pt 20pt;
|
padding: 5.5pt 20pt;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -9921,7 +9929,7 @@ select {
|
|||||||
border: 2px solid #c0ccdc;
|
border: 2px solid #c0ccdc;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
font-family: "Pandora-Regular";
|
/*font-family: "lato";*/
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
@ -9975,7 +9983,7 @@ input[type="submit"] {
|
|||||||
box-shadow: 0px 3px 6px #c7c7c7;
|
box-shadow: 0px 3px 6px #c7c7c7;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: Pandora-Regular;
|
/*font-family: "lato";*/
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -10025,7 +10033,7 @@ button.submitButton {
|
|||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Pandora-Regular";
|
/*font-family: "lato";*/
|
||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
box-shadow: 0px 3px 6px #c7c7c7;
|
box-shadow: 0px 3px 6px #c7c7c7;
|
||||||
@ -10604,7 +10612,7 @@ tr.bring_next_field {
|
|||||||
-moz-box-sizing: border-box !important;
|
-moz-box-sizing: border-box !important;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: "Pandora-Regular" !important;
|
/*font-family: "lato" !important;*/
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -10762,7 +10770,8 @@ tr.bring_next_field {
|
|||||||
.floating_form td {
|
.floating_form td {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
font-family: "Pandora-Bold";
|
/*font-family: "lato";*/
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating_form td.subinput {
|
.floating_form td.subinput {
|
||||||
@ -11067,7 +11076,7 @@ span.subsection_header_title {
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
.regular_font {
|
.regular_font {
|
||||||
font-family: "Pandora-Regular" !important;
|
font-family: "lato" !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.width_available {
|
.width_available {
|
||||||
@ -11214,7 +11223,7 @@ form#satellite_conf_edit > fieldset.full-column {
|
|||||||
.input_sub_placeholder {
|
.input_sub_placeholder {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
color: #8a96a6;
|
color: #8a96a6;
|
||||||
font-family: "Pandora-Regular";
|
/*font-family: "lato";*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#principal_action_buttons input,
|
#principal_action_buttons input,
|
||||||
|
@ -93,11 +93,12 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 6px;
|
border-radius: 5px;
|
||||||
border: 2px solid #c0ccdc;
|
border: 1px solid #c0ccdc;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
margin-bottom: 50px !important;
|
margin-bottom: 50px;
|
||||||
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_table > tbody > tr:nth-child(even) {
|
.info_table > tbody > tr:nth-child(even) {
|
||||||
@ -158,7 +159,7 @@
|
|||||||
|
|
||||||
.info_table > thead > tr * {
|
.info_table > thead > tr * {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: "Pandora-Bold";
|
font-weight: bold;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -483,7 +484,7 @@ a.pandora_pagination.current:hover {
|
|||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #14524f;
|
color: #14524f;
|
||||||
font-family: "Pandora-Bold";
|
font-weight: bold;
|
||||||
margin: 4px 0 7px;
|
margin: 4px 0 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user