Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
8671da93
Commit
8671da93
authored
May 19, 2014
by
Marc Duez
Browse files
css : increase info box size
parent
a696abaf
Changes
1
Show whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
8671da93
...
...
@@ -104,7 +104,7 @@ max-height: calc(~"100%" - @margin)
#info{
font-family : Courier New,monaco,terminal,courier,system;
font-size: 13px;
height :
15
0px;
height :
20
0px;
padding:3px;
background : @background;
}
...
...
@@ -331,9 +331,9 @@ max-height: calc(~"100%" - @margin)
}
#list{
height: -moz-calc(~"100% -
19
0px");
height: -webkit-calc(~"100% -
19
0px");
height: calc(~"100% -
19
0px");
height: -moz-calc(~"100% -
24
0px");
height: -webkit-calc(~"100% -
24
0px");
height: calc(~"100% -
24
0px");
}
#list_clones{
...
...
Write
Preview
Supports
Markdown
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