0
1
Fork 0

refs #3971 style fixes

This commit is contained in:
Juan Ferrer 2022-11-11 16:17:20 +01:00
parent 7b6b50e27e
commit c07ff136ed
20 changed files with 33 additions and 36 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.6) stable; urgency=low hedera-web (22.44.7) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
.access-log .form > p { .access-log .form > p {
font-size: 1.2em; font-size: 1.2rem;
margin: .1em 0; margin: .1em 0;
} }

View File

@ -76,6 +76,6 @@
text-align: center; text-align: center;
} }
.photos .footer > button { .photos .footer > button {
font-size: 1.2em; font-size: 1.2rem;
margin-left: 1em; margin-left: 1em;
} }

View File

@ -6,7 +6,7 @@
margin-bottom: 0; margin-bottom: 0;
} }
.visits .summary p { .visits .summary p {
font-size: 1.4em; font-size: 1.4rem;
margin: 0; margin: 0;
text-align: right; text-align: right;
} }

View File

@ -31,17 +31,17 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
font-weight: normal; font-weight: normal;
font-size: 1.6em; font-size: 1.6rem;
} }
.about h2 { .about h2 {
text-align: center; text-align: center;
font-size: 1.2em; font-size: 1.2rem;
font-weight: normal; font-weight: normal;
margin: 1em; margin: 1em;
} }
.about h3 { .about h3 {
text-align: center; text-align: center;
font-size: 1.2em; font-size: 1.2rem;
font-weight: normal; font-weight: normal;
padding: 1em; padding: 1em;
color: #00796B; color: #00796B;

View File

@ -33,14 +33,14 @@
padding-bottom: 1px; padding-bottom: 1px;
} }
.new h2 { .new h2 {
font-size: 1.6em; font-size: 1.6rem;
color: black; color: black;
font-weight: normal; font-weight: normal;
padding: 0; padding: 0;
} }
.new-info { .new-info {
font-size: 0.9em; font-size: 0.9rem;
color: #444; color: #444;
text-align: right; text-align: right;
margin: .8em 0; margin: .8em 0;

View File

@ -7,7 +7,7 @@
div.marker h3 div.marker h3
{ {
font-size: 1.3em; font-size: 1.3rem;
} }
div.marker p div.marker p
{ {

View File

@ -6,12 +6,12 @@
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 1.4em; font-size: 1.4rem;
text-align: right; text-align: right;
} }
.basket .form > p { .basket .form > p {
margin: 0; margin: 0;
font-size: 1.4em; font-size: 1.4rem;
color: white; color: white;
text-align: right; text-align: right;
} }
@ -47,10 +47,9 @@
overflow: hidden; overflow: hidden;
} }
.basket .line > .info > h2 { .basket .line > .info > h2 {
font-size: 1em; font-size: 1rem;
font-weight: normal; font-weight: normal;
padding: 0; margin-bottom: 2px;
padding-bottom: .1em;
} }
.basket .line > .info > p { .basket .line > .info > p {
margin: 0; margin: 0;

View File

@ -71,7 +71,7 @@
.right-panel h2 { .right-panel h2 {
font-weight: normal; font-weight: normal;
color: #777; color: #777;
font-size: 1.1em; font-size: 1.1rem;
} }
.right-panel .realms > div > div { .right-panel .realms > div > div {
text-align: center; text-align: center;
@ -120,7 +120,7 @@
padding: 0; padding: 0;
margin-bottom: .15em; margin-bottom: .15em;
font-weight: normal; font-weight: normal;
font-size: 1em; font-size: 1rem;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
max-height: 3em; max-height: 3em;
@ -389,7 +389,7 @@
margin-right: 0; margin-right: 0;
} }
} }
@media (max-width: 515px) { @media (max-width: 650px) {
.grid-view .item-box { .grid-view .item-box {
width: 100%; width: 100%;
max-width: 450px; max-width: 450px;

View File

@ -8,12 +8,12 @@
.answers button, .answers button,
.answers p, .answers p,
.radio > div { .radio > div {
font-size: 1.2em; font-size: 1.2rem;
} }
.answers .htk-select { .answers .htk-select {
max-width: 15em; max-width: 15em;
margin: 0 auto; margin: 0 auto;
font-size: 1.4em; font-size: 1.4rem;
} }
.answers p { .answers p {
margin: 0.3em 0; margin: 0.3em 0;

View File

@ -50,7 +50,7 @@
flex: 1; flex: 1;
} }
.ticket .line > .info > h2 { .ticket .line > .info > h2 {
font-size: 1em; font-size: 1rem;
font-weight: normal; font-weight: normal;
padding: 0; padding: 0;
padding-bottom: .1em; padding-bottom: .1em;

View File

@ -11,7 +11,7 @@ $navbar-height: 64px;
.user-name, .user-name,
.menu-title { .menu-title {
font-size: 1.1em; font-size: 1.1rem;
} }
/* Navigation bar */ /* Navigation bar */
@ -58,7 +58,7 @@ $navbar-height: 64px;
h1 { h1 {
font-weight: normal; font-weight: normal;
font-size: 1.4em; font-size: 1.4rem;
margin: 0; margin: 0;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@ -56,7 +56,7 @@
z-index: 100; z-index: 100;
border: none; border: none;
cursor: pointer; cursor: pointer;
font-size: 1.15em; font-size: 1.15rem;
height: 100%; height: 100%;
padding: 0 1em; padding: 0 1em;
} }

View File

@ -8,7 +8,7 @@
color: white; color: white;
background-color: #009688; background-color: #009688;
text-align: left; text-align: left;
font-size: 1.3em; font-size: 1.3rem;
line-height: 1.7em; line-height: 1.7em;
font-weight: normal; font-weight: normal;
padding: 0.6em 0.8em; padding: 0.6em 0.8em;

View File

@ -11,7 +11,7 @@
&.modal { &.modal {
position: relative; position: relative;
font-size: 1.2em; font-size: 1.2rem;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }

View File

@ -3,9 +3,7 @@
/* Responsive */ /* Responsive */
/* Standard */ /* Standard */
@media screen { body { font-size: 14px; }
body { font-size: 14px; }
}
/* Desktop - Laptop 1360x768 */ /* Desktop - Laptop 1360x768 */
@media (max-resolution: 119dpi) and (min-device-width: 1340px) and (max-device-width: 1899px) { @media (max-resolution: 119dpi) and (min-device-width: 1340px) and (max-device-width: 1899px) {

View File

@ -153,7 +153,7 @@ option {
padding: .4em; padding: .4em;
border-width: 0; border-width: 0;
font-weight: normal; font-weight: normal;
font-size: 1em; font-size: 1rem;
} }
select, select,
option { option {
@ -218,7 +218,7 @@ img.editable {
& > h1 { & > h1 {
color: white; color: white;
text-align: left; text-align: left;
font-size: 1.6em; font-size: 1.6rem;
line-height: 2em; line-height: 2em;
font-weight: normal; font-weight: normal;
display: inline; display: inline;

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "22.44.6", "version": "22.44.7",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

View File

@ -36,7 +36,7 @@ body.done
#text #text
{ {
color: white; color: white;
font-size: 24em; font-size: 24rem;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
@ -46,7 +46,7 @@ body.done
#error #error
{ {
color: red; color: red;
font-size: 3em; font-size: 3rem;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

View File

@ -58,7 +58,7 @@ body
} }
h1 h1
{ {
font-size: 2.5em; font-size: 2.5rem;
font-weight: normal; font-weight: normal;
margin: 1.2em 1em; margin: 1.2em 1em;
padding: 0; padding: 0;
@ -71,7 +71,7 @@ img
p p
{ {
text-align: center; text-align: center;
font-size: 1.6em; font-size: 1.6rem;
margin: 0; margin: 0;
} }
a a