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
df1c65ce
Commit
df1c65ce
authored
Dec 01, 2014
by
Marc Duez
Browse files
css/less : db_footer need some space
parent
3a9a6bb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
df1c65ce
...
...
@@ -1012,7 +1012,7 @@ span.alert {
height
:
calc
(
100%
-
30px
);
}
#db_content
{
height
:
calc
(
100%
-
1
5
0px
);
height
:
calc
(
100%
-
1
6
0px
);
}
.db_table
{
width
:
100%
;
...
...
browser/css/light.css
View file @
df1c65ce
...
...
@@ -1012,7 +1012,7 @@ span.alert {
height
:
calc
(
100%
-
30px
);
}
#db_content
{
height
:
calc
(
100%
-
1
5
0px
);
height
:
calc
(
100%
-
1
6
0px
);
}
.db_table
{
width
:
100%
;
...
...
browser/css/vidjil.less
View file @
df1c65ce
...
...
@@ -1162,7 +1162,7 @@ span.alert { color: red; }
}
#db_content{
height : calc(~"100% - 1
5
0px");
height : calc(~"100% - 1
6
0px");
}
.db_table{
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1299 (closed)
·
Nov 29, 2016
Mentioned in issue
#1299 (closed)
Mentioned in issue #1299
Toggle commit 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