Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d4990bc3
Commit
d4990bc3
authored
Apr 01, 2014
by
Marc Duez
Committed by
Mathieu Giraud
Apr 01, 2014
Browse files
graph.js : smaller menu
parent
bd5c5ee2
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
d4990bc3
...
...
@@ -212,8 +212,8 @@ max-height: calc(~"100%" - @margin)
position: absolute;
top: 0px;
right: 0px;
min-width:
45
px;
min-height:
20
px;
min-width:
22
px;
min-height:
18
px;
text-align: center;
border-bottom: solid;
border-left: solid;
...
...
@@ -228,7 +228,7 @@ max-height: calc(~"100%" - @margin)
.graph_listElem:hover{
background : @highlight;
width: 100%;
cursor:
aaa
;
cursor:
move
;
cursor: webkit-grab;
}
...
...
browser/js/graph.js
View file @
d4990bc3
...
...
@@ -34,8 +34,8 @@ function Graph(id, model) {
this
.
resizeH
=
1
;
//coeff d'agrandissement/réduction hauteur
this
.
marge1
=
0.05
;
//marge droite bord du graph/premiere colonne
this
.
marge2
=
0.0
5
;
//marge gauche derniere colonne/bord du graph
this
.
marge3
=
5
0
;
//marge droite (non influencé par le resize)
this
.
marge2
=
0.0
8
;
//marge gauche derniere colonne/bord du graph
this
.
marge3
=
0
;
//marge droite (non influencé par le resize)
this
.
marge4
=
80
;
//marge gauche (non influencé par le resize)
this
.
marge5
=
25
;
//marge top (non influencé par le resize)
...
...
@@ -198,7 +198,7 @@ Graph.prototype = {
var
div
=
document
.
createElement
(
'
div
'
)
div
.
id
=
""
+
this
.
id
+
"
_menu
"
div
.
className
=
"
graph_menu
"
div
.
appendChild
(
document
.
createTextNode
(
"
others
"
))
div
.
appendChild
(
document
.
createTextNode
(
"
+
"
))
var
list
=
document
.
createElement
(
'
div
'
)
list
.
id
=
""
+
this
.
id
+
"
_list
"
...
...
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