práce na stránce organizátorů
This commit is contained in:
parent
6ed96312b9
commit
a1239cd00f
1 changed files with 8 additions and 11 deletions
|
@ -563,11 +563,6 @@ div.org_pole {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foto_org {
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.seznam_orgu h3 {
|
div.seznam_orgu h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -576,9 +571,11 @@ div.seznam_orgu h3 {
|
||||||
/*otáčecí karty organizátorů*/
|
/*otáčecí karty organizátorů*/
|
||||||
|
|
||||||
.flip-card {
|
.flip-card {
|
||||||
width: 300px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 250px;
|
||||||
perspective: 1000px; /* Remove this if you don't want the 3D effect */
|
perspective: 1000px; /* Remove this if you don't want the 3D effect */
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This container is needed to position the front and back side */
|
/* This container is needed to position the front and back side */
|
||||||
|
@ -863,21 +860,21 @@ div.nahledy_cisel div, div.nahledy_cisel img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
ul.form {
|
ul.form {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
label.field-label {
|
label.field-label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
label.field-required {
|
label.field-required {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.field-error {
|
.field-error {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
ul.form li{
|
ul.form li{
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
p.gdpr {
|
p.gdpr {
|
||||||
font-size: 6pt;
|
font-size: 6pt;
|
||||||
|
|
Loading…
Reference in a new issue