Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
51def950
Commit
51def950
authored
Jun 16, 2017
by
Open Source Developer
Browse files
others
parent
962fc867
Changes
2
Hide whitespace changes
Inline
Side-by-side
myschool/footer.scss
View file @
51def950
...
...
@@ -2,7 +2,7 @@
// position: absolute;
// bottom: 41px;
background-color
:
#dcdcdc
;
height
:
10
0px
;
height
:
5
0px
;
width
:
100%
;
}
...
...
@@ -12,10 +12,11 @@
//position: absolute;
//bottom: 0;
width
:
100%
;
height
:
8
0px
;
height
:
12
0px
;
line-height
:
20px
;
background-color
:
#3a3a3a
;
color
:
#909090
;
padding-top
:
10px
;
.ft-text
{
font-size
:
12px
;
a
{
...
...
source/components/student-application-form/disclaimer.ts
View file @
51def950
...
...
@@ -53,7 +53,20 @@ import {
<p>Επίσης πρέπει να γνωρίζετε ότι η Ηλεκτρονική Δήλωση Προτίμησης υπέχει θέση Υπ. Δήλωσης του ν. 1599/1986 (Α ́ 75) και οφείλετε τα στοιχεία που καταχωρίζετε σε αυτή να είναι αληθή.</p>
<form novalidate [formGroup]="formGroup" #form>
<legal-info></legal-info>
<br>
<br>
<div class="row">
<div class="col-md-1 ">
<input type="checkbox" [checked]="disclaimerChecked | async" formControlName="disclaimerChecked" >
</div>
<div class="col-md-9">
<label for="disclaimerChecked">Συμφωνώ με τα παραπάνω</label>
</div>
</div>
</form>
<div class="row" style="margin-top: 20px; margin-bottom: 20px;">
<div class="col-md-6">
<button type="button" class="btn-primary btn-lg pull-left" (click)="navigateBack()">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment