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
3cbf738e
Commit
3cbf738e
authored
Aug 29, 2016
by
Mathieu Giraud
Browse files
css: more space for various info in .nameBox inside segmenter
We also remove an unused (and not so exact) value @width_nameBox
parent
06124c3c
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
3cbf738e
...
...
@@ -473,8 +473,6 @@ line {
@width_listElem : (@width_left_container - @width_scrollbar);
@margin : 6px;
@margin_nameBox : 10px;
@width_nameBox : (@width_listElem - @width_starBox - @width_infoBox - @width_sizeBox - @width_clusterBox - @margin_nameBox - @width_systemBox);
.list:hover, .tagElem:hover, .data:hover{
background :@border;
...
...
@@ -559,6 +557,10 @@ line {
white-space:nowrap;
}
.seq-fixed .nameBox {
width: 250px;
}
.sizeBox, .mutationBox {
width: @width_sizeBox;
float: right;
...
...
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