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
36b51984
authored
Jan 09, 2018
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.ujaen.es/yotta/pictogram
into develop
parents
458ba3f7
aafcfa2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sails/src/assets/scripts/modules/student/controllers/collections.js
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/student/controllers/collections.js
View file @
36b51984
...
...
@@ -57,7 +57,6 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
$scope
.
showActiveGrid
=
function
()
{
var
active
=
$scope
.
gridsList
.
find
((
x
)
=>
x
.
active
);
$scope
.
showGrid
(
active
.
id
,
'menu'
);
$scope
.
viewingGrid
=
active
;
};
/**
...
...
@@ -78,6 +77,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
.
success
(
function
(
grid
)
{
grid
.
name
=
$translate
.
instant
(
grid
.
name
);
grid
.
pictos
.
forEach
(
placePicto
);
$scope
.
viewingGrid
=
grid
;
$scope
.
loadingPictos
=
false
;
...
...
sails/src/assets/styles/main.css
View file @
36b51984
...
...
@@ -1152,7 +1152,7 @@ input.editable.grid-name {
background-color
:
#c5e4c5
;
}
.grid-panel-select-optioninactive
{
background-color
:
#eeffee
;
/*transparent;*/
background-color
:
transparent
;
}
.grid-panel-select-optionselected
{
background-color
:
#c5e4c5
;
...
...
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