Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c0de9f55
authored
Sep 21, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
adjusted height in sigup wizards
parent
fa863d7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
sails/src/assets/scripts/modules/login/views/login.html
sails/src/assets/scripts/modules/supervisor/views/students_add.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/login/views/login.html
View file @
c0de9f55
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"col-md-2"
>
<div
class=
"col-md-2"
>
</div>
</div>
<div
class=
"col-md-8"
>
<div
class=
"col-md-8"
>
<div
class=
"switch-panel-body height
60
0"
ng-switch=
"slide.state"
>
<div
class=
"switch-panel-body height
53
0"
ng-switch=
"slide.state"
>
<!--
<!--
SLIDE 1: login pane
SLIDE 1: login pane
...
...
sails/src/assets/scripts/modules/supervisor/views/students_add.html
View file @
c0de9f55
<div
class=
"switch-panel-body height
40
0"
ng-switch=
"slide.state"
>
<div
class=
"switch-panel-body height
36
0"
ng-switch=
"slide.state"
>
<!--
<!--
SLIDE 1: Account type selection
SLIDE 1: Account type selection
...
...
sails/src/assets/styles/main.css
View file @
c0de9f55
...
@@ -1155,6 +1155,14 @@ input.editable.scene-name {
...
@@ -1155,6 +1155,14 @@ input.editable.scene-name {
height
:
400px
;
height
:
400px
;
}
}
.height360
{
height
:
360px
;
}
.height530
{
height
:
530px
;
}
.switch-animation
,
.switch-animation
,
.switch-animation-back
{
.switch-animation-back
{
width
:
900px
;
width
:
900px
;
...
...
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