Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
eef08493
Commit
eef08493
authored
May 05, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trans
parent
c0a098d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
myschool/main.scss
myschool/main.scss
+4
-0
source/components/student-application-form/schools-order-select.ts
...mponents/student-application-form/schools-order-select.ts
+3
-2
No files found.
myschool/main.scss
View file @
eef08493
...
...
@@ -95,11 +95,15 @@
// background-color: white;
border
:
none
!
important
;
padding
:
0
.3rem
0
.3rem
!
important
;
list-style-type
:
none
!
important
;
display
:
inherit
!
important
;
h5
{
font-size
:
1rem
;
}
}
}
...
...
source/components/student-application-form/schools-order-select.ts
View file @
eef08493
...
...
@@ -25,9 +25,9 @@ import {AppSettings} from '../../app.settings';
<ul class="list-group main-view" style="margin-top: 50px; margin-bottom: 50px;">
<div *ngFor="let selectedSchool$ of selectedSchools$ | async; let i=index; let isOdd=odd; let isEven=even">
<li class="list-group-item" [class.oddout]="isOdd" [class.evenout]="isEven">
<li class="list-group-item
" [class.oddout]="isOdd" [class.evenout]="isEven">
<span class="roundedNumber">{{(i+1)}}</span> {{selectedSchool$.epal_name}}
<i (click)="changeOrder(i)" *ngIf = "i !== 0" class="fa fa-arrow-circle-up isclickable pull-right" style="font-size:
2
em;"></i>
<i (click)="changeOrder(i)" *ngIf = "i !== 0" class="fa fa-arrow-circle-up isclickable pull-right" style="font-size:
1.5
em;"></i>
</li>
</div>
</ul>
...
...
@@ -43,6 +43,7 @@ import {AppSettings} from '../../app.settings';
</button>
</div>
</div>
`
})
...
...
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