Browse Source

práce na stránce organizátorů

export_seznamu_prednasek
Kateřina Čížková 5 years ago
parent
commit
a1239cd00f
  1. 19
      mamweb/static/css/mamweb.css

19
mamweb/static/css/mamweb.css

@ -563,11 +563,6 @@ div.org_pole {
text-align: center;
}
.foto_org {
padding-top: 10px;
padding-bottom: 10px;
}
div.seznam_orgu h3 {
text-align: center;
margin-top: 10px;
@ -576,9 +571,11 @@ div.seznam_orgu h3 {
/*otáčecí karty organizátorů*/
.flip-card {
width: 300px;
height: 200px;
width: 200px;
height: 250px;
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 */
@ -863,21 +860,21 @@ div.nahledy_cisel div, div.nahledy_cisel img {
position: absolute;
}
ul.form {
list-style-type: none;
list-style-type: none;
padding-left: 0px;
}
label.field-label {
font-weight: normal;
font-weight: normal;
}
label.field-required {
font-weight: bold;
font-weight: bold;
}
.field-error {
font-size: 14px;
color: red;
}
ul.form li{
margin-bottom: 3px;
margin-bottom: 3px;
}
p.gdpr {
font-size: 6pt;

Loading…
Cancel
Save