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
55502597
Commit
55502597
authored
Mar 14, 2014
by
Marc Duez
Browse files
less : upgrade css container
parent
21dc0ec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
55502597
...
...
@@ -51,9 +51,9 @@ ul{
}
#mid-container {
height: -moz-calc(~"100% - 150px")
;
height: -webkit-calc(~"100% - 15
0px
")
;
height: calc(~"100% - 150px")
;
position : fixed
;
top : 3
0px;
bottom : 125px
;
width: 100%;
overflow: hidden;
background: @background;
...
...
@@ -254,9 +254,9 @@ ul{
overflow-y : scroll;
overflow-x : hidden;
font-weight: bold;
height: -moz-calc(~"100% -
2
10px");
height: -webkit-calc(~"100% -
2
10px");
height: calc(~"100% -
2
10px");
height: -moz-calc(~"100% - 1
9
0px");
height: -webkit-calc(~"100% - 1
9
0px");
height: calc(~"100% - 1
9
0px");
padding:2px;
}
...
...
browser/index.html
View file @
55502597
...
...
@@ -84,8 +84,7 @@
<button
onclick=
"document.getElementById('analysis_menu').style.display='none';
m.loadAnalysis('upload_analysis');"
>
start
</button>
</div>
<!-- TOP-CONTAINER -->
<div
id=
"top-container"
>
...
...
@@ -174,7 +173,7 @@
<div
id=
"fps"
style=
"float: right;"
>
</div>
</div>
<!-- fin
div id="
top-container
"
-->
<!-- fin top-container-->
<!-- MID-CONTAINER -->
<div
id=
"mid-container"
onmouseover=
"hideSelector()"
>
...
...
@@ -213,6 +212,7 @@
</div>
<!-- fin mid-container -->
<!-- BOT-CONTAINER / SEGMENTER-CONTAINER -->
<div
id=
"bot-container"
>
</div>
...
...
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