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

b/snf-astakos-app/astakos/im/static/im/css/styles.css
844 844
  background-color: #3582ac;
845 845
}
846 846
.rightcol {
847
  margin-left: 511px;
847
  display: inline;
848
  float: left;
849
  margin-left: 22px;
848 850
  width: 306px;
851
  margin-left: 102px;
849 852
}
850 853
.rightcol.narrow {
851
  margin-left: 593px;
854
  display: inline;
855
  float: left;
856
  margin-left: 22px;
852 857
  width: 224px;
858
  margin-left: 102px;
853 859
}
854 860
.rightcol input[type=text], .rightcol input[type=password] {
855 861
  width: 273px;
......
994 1000
form .form-row.submit {
995 1001
  margin-top: 22px;
996 1002
}
1003
form .form-row.with-checkbox {
1004
  margin-top: 7px;
1005
}
997 1006
form .form-row .extra-link {
998 1007
  color: #808080;
999 1008
  text-decoration: none;
......
1012 1021
  color: #aaa;
1013 1022
}
1014 1023
form.innerlabels p {
1015
  position: relative;
1016 1024
  display: table;
1025
  position: relative;
1017 1026
}
1018 1027
form textarea,
1019 1028
form input.text,
......
1192 1201
  color: inherit;
1193 1202
  font-weight: bold;
1194 1203
}
1204
form.innerlabels label.checkbox-label {
1205
  position: relative !important;
1206
  margin-left: 10px !important;
1207
  padding-top: 1em !important;
1208
  top: 11px !important;
1209
  left: 10px;
1210
  cursor: pointer;
1211
}
1195 1212
.service-desc {
1196 1213
  margin-top: 4em;
1197 1214
}
......
1481 1498
  margin-bottom: 2em;
1482 1499
  font-size: 0.8em;
1483 1500
}
1484
.initial_hidden {
1501
.initially-hidden {
1485 1502
  display: none;
1486 1503
}
1487 1504
/* recaptcha */
......
1497 1514
#recaptcha_widget_div th, #recaptcha_widget_div td {
1498 1515
  line-height: 1;
1499 1516
}
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
}
1508 1517
.checkbox-widget.checked {
1509 1518
  background-color: #f00;
1510 1519
  background-image: url("../images/checkbox.png");

Also available in: Unified diff