Revision e21dadff snf-astakos-app/astakos/im/static/im/css/styles.css

b/snf-astakos-app/astakos/im/static/im/css/styles.css
993 993
}
994 994
form .form-row.submit {
995 995
  margin-top: 22px;
996
  z-index: 10;
997 996
}
998 997
form .form-row .extra-link {
999 998
  color: #808080;
......
1014 1013
}
1015 1014
form.innerlabels p {
1016 1015
  position: relative;
1016
  display: table;
1017 1017
}
1018 1018
form textarea,
1019 1019
form input.text,
......
1497 1497
#recaptcha_widget_div th, #recaptcha_widget_div td {
1498 1498
  line-height: 1;
1499 1499
}
1500
form.innerlabels label.checkbox-label {
1501
  position: relative !important;
1502
  margin-left: 10px !important;
1503
  padding-top: 1em !important;
1504
  top: 7px !important;
1505
  left: 10px;
1506
  cursor: pointer;
1507
}
1500 1508
.checkbox-widget.checked {
1501 1509
  background-color: #f00;
1502 1510
  background-image: url("../images/checkbox.png");
......
1511 1519
  cursor: pointer;
1512 1520
  margin-top: 5.333333333333333px;
1513 1521
}
1522
.textcontent h1, .terms-content h1 {
1523
  font-size: 1.9em;
1524
  margin-bottom: 0.2em;
1525
  margin-top: 1.2em;
1526
  color: #3582ac;
1527
}
1528
.textcontent h1:first-child, .terms-content h1:first-child {
1529
  margin-top: 0;
1530
}
1531
.textcontent h2, .terms-content h2 {
1532
  font-size: 1.6em;
1533
  margin-bottom: 1.1em;
1534
  margin-top: 1.1em;
1535
  color: #3b91bf;
1536
}
1537
.textcontent h2:first-child, .terms-content h2:first-child {
1538
  margin-top: 0;
1539
}
1540
.textcontent h3, .terms-content h3 {
1541
  font-size: 1.3em;
1542
  margin-bottom: 1em;
1543
  margin-top: 1em;
1544
  color: #3b91bf;
1545
}
1546
.textcontent h3:first-child, .terms-content h3:first-child {
1547
  margin-top: 0;
1548
}
1549
.textcontent p, .terms-content p {
1550
  margin-bottom: 1em;
1551
  line-height: 1.5em;
1552
}
1553
.textcontent .date, .terms-content .date {
1554
  margin: 1em 0;
1555
  font-size: 0.9em;
1556
  margin-bottom: 2em;
1557
  color: #808080;
1558
}

Also available in: Unified diff