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
d029a7bb
authored
Feb 03, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
some changes in sessions style
parent
fafe7d68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sails/src/assets/app/css/main.css
sails/src/assets/app/modules/student/views/session.html
sails/src/assets/app/css/main.css
View file @
d029a7bb
...
...
@@ -581,7 +581,7 @@ textarea.editable{
min-height
:
80px
;
border
:
1px
solid
#bbb
;
border-radius
:
4px
;
margin
:
5px
;
margin
:
5px
0px
5px
0px
;
padding
:
4px
;
position
:
relative
;
/* For positioning absolute the try_details that show actions */
}
...
...
@@ -670,7 +670,7 @@ textarea.editable{
#tries
.try_time
{
float
:
right
;
font-size
:
15px
;
margin
:
8px
10px
0
0
;
margin
:
8px
10px
0
px
5px
;
}
/* Timer for the actual try */
...
...
sails/src/assets/app/modules/student/views/session.html
View file @
d029a7bb
...
...
@@ -202,7 +202,7 @@
</button>
<span
ng-show=
"!showLastTry"
class=
"list-group-item-heading color_green numberCircle"
>
{{$index+1}}
</span>
<p
style=
"text-align: left"
class=
"list-group-item-text color_green"
><b>
{{ s.begin | date:'dd-MM-yyyy' }}
</b>
de
<p
style=
"text-align: left
; margin-bottom: 5px
"
class=
"list-group-item-text color_green"
><b>
{{ s.begin | date:'dd-MM-yyyy' }}
</b>
de
{{ s.begin | date:'HH:mm' }} a {{ s.end | date:'HH:mm' }}
</p>
<textarea
type=
"editable title"
rows=
"2"
id=
"ins_desc_ws"
placeholder=
" Notas de sesión"
ng-model=
"s.description"
ng-model-options=
"{ updateOn: 'blur' }"
ng-change=
"update_ws(s)"
cols=
"80"
></textarea>
...
...
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