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

b/snf-astakos-app/astakos/im/static/im/css/styles.css
208 208
.button:hover {
209 209
  background-color: #f89a1c;
210 210
}
211
.button.back {
212
  text-decoration: none;
213
  bottom: 0;
214
  float: right;
215
  z-index: 500;
216
}
217
.button.back.right {
218
  right: 0;
219
}
220
.buttons-list {
221
  z-index: 300;
222
  position: relative;
223
}
224
.buttons-list .button {
225
  margin-left: 10px;
226
}
227
.buttons-list.fixpos {
228
  margin-top: -42px;
229
}
211 230
a.button {
212 231
  text-align: center !important;
213 232
  color: #fff !important;
......
451 470
.button:hover {
452 471
  background-color: #f89a1c;
453 472
}
473
.button.back {
474
  text-decoration: none;
475
  bottom: 0;
476
  float: right;
477
  z-index: 500;
478
}
479
.button.back.right {
480
  right: 0;
481
}
482
.buttons-list {
483
  z-index: 300;
484
  position: relative;
485
}
486
.buttons-list .button {
487
  margin-left: 10px;
488
}
489
.buttons-list.fixpos {
490
  margin-top: -42px;
491
}
454 492
a.button {
455 493
  text-align: center !important;
456 494
  color: #fff !important;
......
955 993
}
956 994
form .form-row.submit {
957 995
  margin-top: 22px;
996
  z-index: 10;
958 997
}
959 998
form .form-row .extra-link {
960 999
  color: #808080;
......
1047 1086
form input.submit:hover, form input[type="submit"]:hover {
1048 1087
  background-color: #f89a1c;
1049 1088
}
1089
form input.submit.back, form input[type="submit"].back {
1090
  text-decoration: none;
1091
  bottom: 0;
1092
  float: right;
1093
  z-index: 500;
1094
}
1095
form input.submit.back.right, form input[type="submit"].back.right {
1096
  right: 0;
1097
}
1050 1098
form input.submit:hover, form input[type="submit"]:hover {
1051 1099
  background-color: #f89a1c;
1052 1100
}
1101
form input.submit.back, form input[type="submit"].back {
1102
  text-decoration: none;
1103
  bottom: 0;
1104
  float: right;
1105
  z-index: 500;
1106
}
1107
form input.submit.back.right, form input[type="submit"].back.right {
1108
  right: 0;
1109
}
1053 1110
form textarea {
1054 1111
  height: 200px;
1055 1112
  width: 350px !important;
......
1427 1484
.initial_hidden {
1428 1485
  display: none;
1429 1486
}
1430
/*resources styles*/
1431
.resources .categories ul {
1432
  zoom: 1;
1433
}
1434
.resources .categories ul:before, .resources .categories ul:after {
1435
  display: table;
1436
  content: "";
1437
  zoom: 1;
1438
}
1439
.resources .categories ul:after {
1440
  clear: both;
1441
}
1442
.resources .categories ul li {
1443
  float: left;
1444
}
1445
.resources .categories .title {
1446
  margin-bottom: 7.333333333333333px;
1447
}
1448
.resources .categories ul li a {
1449
  text-decoration: none;
1450
  color: #faaf40;
1451
  margin-right: 22px;
1452
}
1453
.resources .list {
1454
  margin-top: 58.666666666666664px;
1455
}
1456
.resources .list .resource {
1457
  -moz-box-sizing: border-box;
1458
  -webkit-box-sizing: border-box;
1459
  box-sizing: border-box;
1460
  *behavior: url(boxsizing.htc);
1461
  width: 33%;
1462
  padding: 29.333333333333332px;
1463
  float: left;
1464
  border: 1px solid #faaf40;
1465
  height: 176px;
1466
}
1467
.resources .list .resource .description {
1468
  display: none;
1469
}
1470 1487
/* recaptcha */
1471 1488
#recaptcha_widget_div {
1472 1489
  margin-top: 10px;

Also available in: Unified diff