Project

General

Profile

« Previous | Next » 

Revision 58397

made some css changes in registration wizard and the registration forms

View differences:

provide-custom.css
41 41
  background-color: #fff;
42 42
}
43 43

  
44
.uk-alert-info {
45
  background: #CCF1FF 0% 0% no-repeat padding-box !important;
46
  border: 1px solid #23C1FF;
47
  color: #1987B3;
48
  box-shadow: 1px 1px 6px #00000029;
49
  border-radius: 3px;
50
  opacity: 1;
51
}
52

  
53
.uk-alert-success {
54
  background: #F2FFFE 0% 0% no-repeat padding-box !important;
55
  box-shadow: 1px 1px 6px #00000029;
56
  border: 1px solid #278A85;
57
  color: #278A85;
58
  border-radius: 3px;
59
  opacity: 1;
60
}
61

  
62
.uk-alert-warning {
63
  background: #FCF7CA 0% 0% no-repeat padding-box !important;
64
  box-shadow: 1px 1px 6px #00000029;
65
  border: 1px solid #807B24;
66
  color: #807B24;
67
  border-radius: 3px;
68
  opacity: 1;
69
}
70

  
71
.uk-alert-danger {
72
  background: #FFD9D9 0% 0% no-repeat padding-box !important;
73
  box-shadow: 1px 1px 6px #00000029;
74
  border: 1px solid #B31B1B;
75
  color: #B31B1B;
76
  border-radius: 3px;
77
  opacity: 1;
78
}
79

  
44 80
/************ TOPMENU-DASHBOARD ***********/
45 81

  
46 82
.app_my_theme #header_main {
......
412 448

  
413 449
/****************************************/
414 450

  
451
/************ WIZARD ***********/
415 452

  
453
.app_my_theme .wizard>.steps>ul>li.current a, .app_my_theme .wizard>.steps>ul>li.current a:active, .app_my_theme .wizard>.steps>ul>li.current a:hover {
454
  background: #34BDB6 0% 0% no-repeat padding-box;
455
  border-right: 1px solid #24847F;
456
}
457

  
458
.wizard>.steps>ul>li a, .wizard>.steps>ul>li a:active, .wizard>.steps>ul>li a:hover {
459
  background: #299791 0% 0% no-repeat padding-box;
460
  border-right: 1px solid #24847F;
461
  /*border-right: #299791;*/
462
}
463

  
464
.wizard>.steps>ul>li+li a {
465
  border-right: 1px solid #24847F;
466
}
467

  
468

  
469

  
470
/****************************************/
471

  
472

  
416 473
.comment {
417 474
  font-size: 70%;
418 475
}

Also available in: Unified diff