Merge branch 'ent-7519-cambio-de-fuentes-en-la-consola-a-nivel-global' into 'develop'

Ent 7519 cambio de fuentes en la consola a nivel global

See merge request artica/pandorafms!4192
This commit is contained in:
Daniel Rodriguez 2021-06-10 14:48:21 +00:00
commit e0464c70a9
2 changed files with 1 additions and 38 deletions

View File

@ -84,7 +84,6 @@ div.options_divider {
div.options_divider h2 { div.options_divider h2 {
margin: 20px 20px 0; margin: 20px 20px 0;
padding: 5px; padding: 5px;
font-weight: 500;
border: 2px solid #82b92e; border: 2px solid #82b92e;
border-top-left-radius: 2px; border-top-left-radius: 2px;
border-top-right-radius: 2px; border-top-right-radius: 2px;

View File

@ -103,7 +103,6 @@
@font-face { @font-face {
font-family: "source-code"; font-family: "source-code";
src: url("../fonts/SourceCodePro.woff") format("woff"); src: url("../fonts/SourceCodePro.woff") format("woff");
font-family: "source-code";
} }
@font-face { @font-face {
@ -358,9 +357,6 @@ select:-internal-list-box {
.w10px { .w10px {
width: 10px; width: 10px;
} }
.w16px {
width: 16px;
}
.w18px { .w18px {
width: 18px; width: 18px;
} }
@ -955,8 +951,6 @@ p.center {
button.sub, button.sub,
input.sub { input.sub {
font-weight: 500; font-weight: 500;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -6456,9 +6450,6 @@ div.graph div.legend table {
display: block; display: block;
} }
.hidden {
}
#both, #both,
.both { .both {
clear: both; clear: both;
@ -6871,9 +6862,7 @@ div.graph div.legend table {
.font_14pt { .font_14pt {
font-size: 14pt; font-size: 14pt;
} }
.font_14px {
font-size: 14px;
}
.font_15pt { .font_15pt {
font-size: 15pt; font-size: 15pt;
} }
@ -7551,17 +7540,6 @@ div.graph div.legend table {
font-size: 12pt; font-size: 12pt;
margin: 20px; margin: 20px;
} }
.font_10 {
font-size: 10pt;
}
.font_11 {
font-size: 11pt;
}
.font_11px {
font-size: 11px;
}
.font_6pt { .font_6pt {
font-size: 6pt; font-size: 6pt;
} }
@ -7600,10 +7578,6 @@ div.graph div.legend table {
width: 105px; width: 105px;
} }
.w350px {
width: 350px;
}
.login_help_dialog { .login_help_dialog {
width: 70%; width: 70%;
font-size: 10pt; font-size: 10pt;
@ -7949,15 +7923,6 @@ div.graph div.legend table {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
.spinner_rmf {
position: absolute;
top: 0px;
left: 0px;
display: none;
padding: 5px;
}
.spinner_right {
}
.span_licence_key { .span_licence_key {
vertical-align: middle; vertical-align: middle;
font-weight: bold; font-weight: bold;
@ -8217,7 +8182,6 @@ div.steps_vsmap {
min-width: 30em; min-width: 30em;
width: 25%; width: 25%;
padding-right: 20px; padding-right: 20px;
vertical-align: top;
padding-top: 0px; padding-top: 0px;
} }
.gis_layers { .gis_layers {