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
3f57f07f
authored
Mar 15, 2017
by
Jose Antonio
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merged branch develop into develop
parents
f40ce762
cfb1a18a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
19 deletions
sails/src/assets/scripts/modules/student/views/reports.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/student/views/reports.html
View file @
3f57f07f
This diff is collapsed.
Click to expand it.
sails/src/assets/styles/main.css
View file @
3f57f07f
...
@@ -965,19 +965,19 @@ input[type=range]:focus::-ms-fill-upper {
...
@@ -965,19 +965,19 @@ input[type=range]:focus::-ms-fill-upper {
}
}
.numberCircle
{
.numberCircle
{
border-radius
:
50%
;
border-radius
:
50%
;
behavior
:
url(PIE.htc)
;
/* remove if you don't care about IE8 */
behavior
:
url(PIE.htc)
;
/* remove if you don't care about IE8 */
width
:
36px
;
width
:
36px
;
height
:
36px
;
height
:
36px
;
padding
:
8px
;
padding
:
8px
;
background
:
#fff
;
background
:
#fff
;
border
:
2px
solid
#3071a9
;
border
:
2px
solid
#3071a9
;
color
:
#3071a9
;
color
:
#3071a9
;
text-align
:
center
;
text-align
:
center
;
font
:
32px
Arial
,
sans-serif
;
font
:
32px
Arial
,
sans-serif
;
}
}
/*
/*
...
@@ -995,10 +995,10 @@ input[type=range]:focus::-ms-fill-upper {
...
@@ -995,10 +995,10 @@ input[type=range]:focus::-ms-fill-upper {
ng-file-upload and ngImgCrop
ng-file-upload and ngImgCrop
*/
*/
.cropArea
{
.cropArea
{
background
:
#E4E4E4
;
background
:
#E4E4E4
;
overflow
:
hidden
;
overflow
:
hidden
;
width
:
500px
;
width
:
500px
;
height
:
350px
;
height
:
350px
;
}
}
form
.progress
{
form
.progress
{
line-height
:
15px
;
line-height
:
15px
;
...
@@ -1025,9 +1025,27 @@ form .progress {
...
@@ -1025,9 +1025,27 @@ form .progress {
}
}
.header-image
{
.header-image
{
width
:
100%
;
width
:
100%
;
background-color
:
#f8f8f8
;
background-color
:
#f8f8f8
;
padding-top
:
20px
;
padding-top
:
20px
;
padding-bottom
:
20px
;
padding-bottom
:
20px
;
border-bottom
:
1px
solid
#e7e7e7
;
border-bottom
:
1px
solid
#e7e7e7
;
}
@media
print
{
#reportsTitle
{
display
:
inherit
;
}
#filter
{
display
:
none
;
}
#filter-info
{
display
:
none
;
}
#inform-content-date
{
display
:
none
;
}
.languages
{
display
:
none
;
}
}
}
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