Velká revize stylů (a některých JS) #44
2 changed files with 33 additions and 29 deletions
|
@ -200,6 +200,21 @@ p.license-mobile {
|
|||
display: none;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
#footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.license-mobile {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-size: 90%;
|
||||
background-color: var(--hlavni-oranzova);
|
||||
padding: 5%;
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
/****************/
|
||||
|
||||
|
||||
|
@ -508,15 +523,6 @@ div.zadani_termin .datum {
|
|||
margin-top: 8px; /* mezera mezi hlavním menu a submenu */
|
||||
}
|
||||
|
||||
a.ref-org-foto {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
table#reseni.form td, table#reseni.form tr {
|
||||
display: inline-grid;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* titulni stranka */
|
||||
|
||||
.titulnistrana {
|
||||
|
@ -670,26 +676,6 @@ div.zadani_termin .datum {
|
|||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/*patička mobil*/
|
||||
|
||||
#footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.license-mobile {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-size: 90%;
|
||||
background-color: var(--hlavni-oranzova);
|
||||
padding: 5%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
table.form td, table.form tr {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
/* titulni stranka */
|
||||
|
||||
.titulnistrana {
|
||||
|
|
|
@ -120,6 +120,10 @@ div.flip-card-foto, div.flip-card-foto img {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
@media(max-width: 800px) {
|
||||
a.ref-org-foto { pointer-events: none; }
|
||||
}
|
||||
|
||||
/* karty archiv */
|
||||
|
||||
div.popis_rocniku {
|
||||
|
@ -331,6 +335,20 @@ table#reseni.form td, table#reseni.form tr {
|
|||
display: inline-table;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
table.form td, table.form tr {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 800px) {
|
||||
|
||||
table#reseni.form td, table#reseni.form tr {
|
||||
display: inline-grid;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.field-with-comment{
|
||||
position:relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue