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
6556264a
Commit
6556264a
authored
Nov 19, 2014
by
Marc Duez
Browse files
css/less : css for data normalization box
parent
4af8c041
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
6556264a
...
...
@@ -355,6 +355,9 @@ line {
margin-right
:
10px
;
display
:
inline-block
;
}
.data
{
padding-right
:
30px
;
}
.list
{
width
:
445px
;
display
:
block
;
...
...
@@ -538,6 +541,16 @@ span .substitution {
border
:
solid
;
display
:
none
;
}
#dataMenu
{
padding
:
5px
;
position
:
absolute
;
left
:
475px
;
bottom
:
195px
;
width
:
220px
;
border
:
solid
;
display
:
none
;
background
:
#000000
;
}
.tagElem
{
margin
:
1px
;
height
:
20px
;
...
...
browser/css/light.css
View file @
6556264a
...
...
@@ -355,6 +355,9 @@ line {
margin-right
:
10px
;
display
:
inline-block
;
}
.data
{
padding-right
:
30px
;
}
.list
{
width
:
445px
;
display
:
block
;
...
...
@@ -538,6 +541,16 @@ span .substitution {
border
:
solid
;
display
:
none
;
}
#dataMenu
{
padding
:
5px
;
position
:
absolute
;
left
:
475px
;
bottom
:
195px
;
width
:
220px
;
border
:
solid
;
display
:
none
;
background
:
#ffffff
;
}
.tagElem
{
margin
:
1px
;
height
:
20px
;
...
...
browser/css/vidjil.less
View file @
6556264a
...
...
@@ -445,6 +445,10 @@ line {
.data_value{
}
.data {
padding-right: 30px;
}
.list{
width : 445px;
display : block;
...
...
@@ -653,6 +657,17 @@ span .substitution{
display:none;
}
#dataMenu{
padding: 5px;
position: absolute;
left: @width_left_container;
bottom: 195px;
width:220px;
border:solid;
display:none;
background: @background;
}
.tagElem{
margin:1px;
height: 20px;
...
...
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