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
d092cc2b
Commit
d092cc2b
authored
Nov 17, 2017
by
Mathieu Giraud
Browse files
css: make
parent
e9e4fd8d
Changes
5
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
d092cc2b
...
...
@@ -64,6 +64,13 @@ ul {
font-weight
:
bold
;
color
:
red
;
}
#tip-container
{
position
:
absolute
;
float
:
right
;
z-index
:
50
;
right
:
0px
;
top
:
32px
;
}
#upload_summary
{
float
:
right
;
display
:
none
;
...
...
@@ -1608,6 +1615,25 @@ span.warningReads {
border-color
:
darkred
;
background-color
:
#F2DEDE
;
}
.tip_1
{
width
:
400px
;
border
:
solid
;
border-width
:
2px
;
display
:
block
;
border-radius
:
5px
;
padding
:
5px
;
margin
:
5px
;
background
:
#dff0d8
;
border-color
:
#333333
;
}
.right
{
float
:
right
;
clear
:
both
;
}
.left
{
float
:
left
;
clear
:
both
;
}
select
>
option
:hover
{
background-color
:
#333333
;
}
...
...
browser/css/light.css
View file @
d092cc2b
...
...
@@ -64,6 +64,13 @@ ul {
font-weight
:
bold
;
color
:
red
;
}
#tip-container
{
position
:
absolute
;
float
:
right
;
z-index
:
50
;
right
:
0px
;
top
:
32px
;
}
#upload_summary
{
float
:
right
;
display
:
none
;
...
...
@@ -1608,6 +1615,25 @@ span.warningReads {
border-color
:
darkred
;
background-color
:
#F2DEDE
;
}
.tip_1
{
width
:
400px
;
border
:
solid
;
border-width
:
2px
;
display
:
block
;
border-radius
:
5px
;
padding
:
5px
;
margin
:
5px
;
background
:
#dff0d8
;
border-color
:
#cccccc
;
}
.right
{
float
:
right
;
clear
:
both
;
}
.left
{
float
:
left
;
clear
:
both
;
}
select
>
option
:hover
{
background-color
:
#cccccc
;
}
...
...
browser/css/segmenter_page.css
View file @
d092cc2b
...
...
@@ -64,6 +64,13 @@ ul {
font-weight
:
bold
;
color
:
red
;
}
#tip-container
{
position
:
absolute
;
float
:
right
;
z-index
:
50
;
right
:
0px
;
top
:
32px
;
}
#upload_summary
{
float
:
right
;
display
:
none
;
...
...
@@ -1608,6 +1615,25 @@ span.warningReads {
border-color
:
darkred
;
background-color
:
#F2DEDE
;
}
.tip_1
{
width
:
400px
;
border
:
solid
;
border-width
:
2px
;
display
:
block
;
border-radius
:
5px
;
padding
:
5px
;
margin
:
5px
;
background
:
#dff0d8
;
border-color
:
#cccccc
;
}
.right
{
float
:
right
;
clear
:
both
;
}
.left
{
float
:
left
;
clear
:
both
;
}
select
>
option
:hover
{
background-color
:
#cccccc
;
}
...
...
browser/css/svg.css
View file @
d092cc2b
...
...
@@ -63,6 +63,13 @@ ul {
font-weight
:
bold
;
color
:
red
;
}
#tip-container
{
position
:
absolute
;
float
:
right
;
z-index
:
50
;
right
:
0px
;
top
:
32px
;
}
#upload_summary
{
float
:
right
;
display
:
none
;
...
...
@@ -1607,6 +1614,25 @@ span.warningReads {
border-color
:
darkred
;
background-color
:
#F2DEDE
;
}
.tip_1
{
width
:
400px
;
border
:
solid
;
border-width
:
2px
;
display
:
block
;
border-radius
:
5px
;
padding
:
5px
;
margin
:
5px
;
background
:
#dff0d8
;
border-color
:
#333333
;
}
.right
{
float
:
right
;
clear
:
both
;
}
.left
{
float
:
left
;
clear
:
both
;
}
select
>
option
:hover
{
background-color
:
#333333
;
}
...
...
browser/css/talk.css
View file @
d092cc2b
...
...
@@ -64,6 +64,13 @@ ul {
font-weight
:
bold
;
color
:
red
;
}
#tip-container
{
position
:
absolute
;
float
:
right
;
z-index
:
50
;
right
:
0px
;
top
:
32px
;
}
#upload_summary
{
float
:
right
;
display
:
none
;
...
...
@@ -1608,6 +1615,25 @@ span.warningReads {
border-color
:
darkred
;
background-color
:
#F2DEDE
;
}
.tip_1
{
width
:
400px
;
border
:
solid
;
border-width
:
2px
;
display
:
block
;
border-radius
:
5px
;
padding
:
5px
;
margin
:
5px
;
background
:
#dff0d8
;
border-color
:
#cccccc
;
}
.right
{
float
:
right
;
clear
:
both
;
}
.left
{
float
:
left
;
clear
:
both
;
}
select
>
option
:hover
{
background-color
:
#cccccc
;
}
...
...
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