Revision 148c25ed cloudcms/static/cloudcms/css/styles.css

b/cloudcms/static/cloudcms/css/styles.css
1308 1308
  color: #aaa;
1309 1309
}
1310 1310
form.innerlabels p {
1311
  display: table;
1311 1312
  position: relative;
1312 1313
}
1313 1314
form textarea,
......
1487 1488
  color: inherit;
1488 1489
  font-weight: bold;
1489 1490
}
1491
form.innerlabels label.checkbox-label {
1492
  position: relative !important;
1493
  margin-left: 10px !important;
1494
  padding-top: 1em !important;
1495
  top: 7px !important;
1496
  left: 10px;
1497
  cursor: pointer;
1498
}
1490 1499
.service-desc {
1491 1500
  margin-top: 4em;
1492 1501
}
......
1810 1819
  cursor: pointer;
1811 1820
  margin-top: 5.333333333333333px;
1812 1821
}
1822
.textcontent h1, .terms-content h1 {
1823
  font-size: 1.9em;
1824
  margin-bottom: 0.2em;
1825
  margin-top: 1.2em;
1826
  color: #3582ac;
1827
}
1828
.textcontent h1:first-child, .terms-content h1:first-child {
1829
  margin-top: 0;
1830
}
1831
.textcontent h2, .terms-content h2 {
1832
  font-size: 1.6em;
1833
  margin-bottom: 1.1em;
1834
  margin-top: 1.1em;
1835
  color: #3b91bf;
1836
}
1837
.textcontent h2:first-child, .terms-content h2:first-child {
1838
  margin-top: 0;
1839
}
1840
.textcontent h3, .terms-content h3 {
1841
  font-size: 1.3em;
1842
  margin-bottom: 1em;
1843
  margin-top: 1em;
1844
  color: #3b91bf;
1845
}
1846
.textcontent h3:first-child, .terms-content h3:first-child {
1847
  margin-top: 0;
1848
}
1849
.textcontent p, .terms-content p {
1850
  margin-bottom: 1em;
1851
  line-height: 1.5em;
1852
}
1853
.textcontent .date, .terms-content .date {
1854
  margin: 1em 0;
1855
  font-size: 0.9em;
1856
  margin-bottom: 2em;
1857
  color: #808080;
1858
}

Also available in: Unified diff