Revision f70310ce

b/snf-astakos-app/astakos/im/static/im/css/styles.css
194 194
  font-weight: normal;
195 195
  line-height: 22px;
196 196
  letter-spacing: 1px;
197
  font-family: 'Antic', sans-serif;
198
  font-size: 14px;
199
  font-weight: normal;
200
  line-height: 22px;
201
  letter-spacing: 1px;
197 202
  background-color: #3582ac;
203
  -webkit-transition: background-color 0.15s linear;
204
  transition: background-color 0.15s linear;
205
  -webkit-transition: background-color 0.15s linear;
206
  transition: background-color 0.15s linear;
198 207
  color: #ffffff;
199 208
  border: none;
200 209
  padding: 0.8em 22px;
......
203 212
.button:hover {
204 213
  background-color: #f89a1c;
205 214
}
215
.button a {
216
  color: #ffffff !important;
217
  text-decoration: none !important;
218
  border: none !important;
219
}
220
a.button {
221
  color: #ffffff !important;
222
  text-decoration: none !important;
223
  border: none !important;
224
}
225
.makeRow {
226
  zoom: 1;
227
  margin-left: -22px;
228
}
229
.makeRow:before, .makeRow:after {
230
  display: table;
231
  content: "";
232
  zoom: 1;
233
}
234
.makeRow:after {
235
  clear: both;
236
}
237
.button {
238
  font-family: 'Antic', sans-serif;
239
  font-size: 14px;
240
  font-weight: normal;
241
  line-height: 22px;
242
  letter-spacing: 1px;
243
  font-family: 'Antic', sans-serif;
244
  font-size: 14px;
245
  font-weight: normal;
246
  line-height: 22px;
247
  letter-spacing: 1px;
248
  background-color: #3582ac;
249
  -webkit-transition: background-color 0.15s linear;
250
  transition: background-color 0.15s linear;
251
  -webkit-transition: background-color 0.15s linear;
252
  transition: background-color 0.15s linear;
253
  color: #ffffff;
254
  border: none;
255
  padding: 0.8em 22px;
256
  font-size: 1em;
257
}
258
.button:hover {
259
  background-color: #f89a1c;
260
}
261
.button a {
262
  color: #ffffff !important;
263
  text-decoration: none !important;
264
  border: none !important;
265
}
266
a.button {
267
  color: #ffffff !important;
268
  text-decoration: none !important;
269
  border: none !important;
270
}
206 271
/*addon to style django forms rendered with as_p filter*/
207 272
/*
208 273
 * Tables.less
......
411 476
  font-weight: normal;
412 477
  line-height: 22px;
413 478
  letter-spacing: 1px;
479
  font-family: 'Antic', sans-serif;
480
  font-size: 14px;
481
  font-weight: normal;
482
  line-height: 22px;
483
  letter-spacing: 1px;
414 484
}
415 485
.topbar {
416 486
  background-color: #cfcdc7;
......
588 658
.page {
589 659
  zoom: 1;
590 660
  margin-left: -22px;
661
  zoom: 1;
662
  margin-left: -22px;
591 663
  margin-top: 42px;
592 664
  font-size: 1.1em;
593 665
}
......
599 671
.page:after {
600 672
  clear: both;
601 673
}
674
.page:before, .page:after {
675
  display: table;
676
  content: "";
677
  zoom: 1;
678
}
679
.page:after {
680
  clear: both;
681
}
602 682
.page .page-inner {
603 683
  position: relative;
604 684
}
......
617 697
.maincol.full {
618 698
  zoom: 1;
619 699
  margin-left: -22px;
700
  zoom: 1;
701
  margin-left: -22px;
620 702
  margin-left: 0;
621 703
  display: inline;
622 704
  float: left;
......
631 713
.maincol.full:after {
632 714
  clear: both;
633 715
}
716
.maincol.full:before, .maincol.full:after {
717
  display: table;
718
  content: "";
719
  zoom: 1;
720
}
721
.maincol.full:after {
722
  clear: both;
723
}
634 724
.appbar {
635 725
  height: 30px;
636 726
  background-color: #3582ac;
......
682 772
  font-weight: normal;
683 773
  line-height: 22px;
684 774
  letter-spacing: 1px;
775
  font-family: 'Antic', sans-serif;
776
  font-size: 14px;
777
  font-weight: normal;
778
  line-height: 22px;
779
  letter-spacing: 1px;
685 780
  border: 1px solid #808080;
686 781
  margin-bottom: -1px;
687 782
  padding: 0.8em;
......
804 899
  font-weight: normal;
805 900
  line-height: 22px;
806 901
  letter-spacing: 1px;
902
  font-family: 'Antic', sans-serif;
903
  font-size: 14px;
904
  font-weight: normal;
905
  line-height: 22px;
906
  letter-spacing: 1px;
807 907
  border: 1px solid #808080;
808 908
  margin-bottom: -1px;
809 909
  padding: 0.8em;
......
824 924
  font-weight: normal;
825 925
  line-height: 22px;
826 926
  letter-spacing: 1px;
927
  font-family: 'Antic', sans-serif;
928
  font-size: 14px;
929
  font-weight: normal;
930
  line-height: 22px;
931
  letter-spacing: 1px;
932
  background-color: #3582ac;
933
  -webkit-transition: background-color 0.15s linear;
934
  transition: background-color 0.15s linear;
935
  -webkit-transition: background-color 0.15s linear;
936
  transition: background-color 0.15s linear;
937
  color: #ffffff;
938
  border: none;
939
  padding: 0.8em 22px;
940
  font-size: 1em;
941
  font-family: 'Antic', sans-serif;
942
  font-size: 14px;
943
  font-weight: normal;
944
  line-height: 22px;
945
  letter-spacing: 1px;
946
  font-family: 'Antic', sans-serif;
947
  font-size: 14px;
948
  font-weight: normal;
949
  line-height: 22px;
950
  letter-spacing: 1px;
827 951
  background-color: #3582ac;
952
  -webkit-transition: background-color 0.15s linear;
953
  transition: background-color 0.15s linear;
954
  -webkit-transition: background-color 0.15s linear;
955
  transition: background-color 0.15s linear;
828 956
  color: #ffffff;
829 957
  border: none;
830 958
  padding: 0.8em 22px;
......
833 961
form input.submit:hover, form input[type="submit"]:hover {
834 962
  background-color: #f89a1c;
835 963
}
964
form input.submit a, form input[type="submit"] a {
965
  color: #ffffff !important;
966
  text-decoration: none !important;
967
  border: none !important;
968
}
969
form input.submit:hover, form input[type="submit"]:hover {
970
  background-color: #f89a1c;
971
}
972
form input.submit a, form input[type="submit"] a {
973
  color: #ffffff !important;
974
  text-decoration: none !important;
975
  border: none !important;
976
}
836 977
form .with-errors input, form .with-errors textarea, form .with-errors select {
837 978
  color: #9d261d;
838 979
}
......
900 1041
.row {
901 1042
  zoom: 1;
902 1043
  margin-left: -22px;
1044
  zoom: 1;
1045
  margin-left: -22px;
1046
}
1047
.row:before, .row:after {
1048
  display: table;
1049
  content: "";
1050
  zoom: 1;
1051
}
1052
.row:after {
1053
  clear: both;
903 1054
}
904 1055
.row:before, .row:after {
905 1056
  display: table;
......
913 1064
  color: #808080 !important;
914 1065
  -webkit-transition: color 0.15s linear;
915 1066
  transition: color 0.15s linear;
1067
  -webkit-transition: color 0.15s linear;
1068
  transition: color 0.15s linear;
916 1069
}
917 1070
.footer a {
918 1071
  color: #b3b3b3;
919 1072
  -webkit-transition: color 0.15s linear;
920 1073
  transition: color 0.15s linear;
1074
  -webkit-transition: color 0.15s linear;
1075
  transition: color 0.15s linear;
921 1076
  text-decoration: none;
922 1077
}
923 1078
.footer a:hover {
b/snf-astakos-app/astakos/im/static/im/css/styles.less
1 1
@import "../less/bootstrap.less";
2
@import "../less/xtra.less";
2 3
@import "../less/django_forms.less";
3 4
@import "../less/tables.less";
4 5

  
b/snf-astakos-app/astakos/im/static/im/less/xtra.less
16 16
.button {
17 17
    #font.main();
18 18
    background-color: @buttonBg;
19
    .transit(background-color);
19 20
    color: @buttonColor;
20 21
    border: none;
21 22
    padding: 0.8em @gridGutterWidth;
......
24 25
    &:hover {
25 26
        background-color: @linkColor;    
26 27
    }
28

  
29
    a {
30
        color: @white !important;
31
        text-decoration: none !important;
32
        border: none !important;
33
    }
34
}
35

  
36
a.button {
37
    color: @white !important;
38
    text-decoration: none !important;
39
    border: none !important;
27 40
}
28 41

  
29 42

  
b/snf-astakos-app/astakos/im/templates/im/login.html
37 37
            </div>
38 38
            {% endfor %}
39 39
        </div>
40
            <div class="section">
41
                <a href="{% url astakos.im.views.signup %}" class="action">SIGN UP</a>
40
        {% block body.signup %}
41
        <div class="section signup">
42
            <br /><br />
43
                <h2>NEW TO OKEANOS ?</h2>
44
                <a class="button" href="{% url astakos.im.views.signup %}">CREATE ACCOUNT</a>
42 45
            </div>
43 46
        </div>
47
        {% endblock %}
44 48

  
45 49
{% endblock %}

Also available in: Unified diff