Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
58feebfb
Commit
58feebfb
authored
Aug 29, 2016
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: compilation
parent
3cbf738e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
80 additions
and
14 deletions
+80
-14
browser/css/dark.css
browser/css/dark.css
+17
-3
browser/css/light.css
browser/css/light.css
+17
-3
browser/css/svg.css
browser/css/svg.css
+21
-4
browser/css/talk.css
browser/css/talk.css
+25
-4
No files found.
browser/css/dark.css
View file @
58feebfb
...
@@ -66,6 +66,9 @@ ul {
...
@@ -66,6 +66,9 @@ ul {
z-index
:
10
;
z-index
:
10
;
background-color
:
#000000
;
background-color
:
#000000
;
}
}
.upload_field
{
width
:
100%
;
}
#menu-container
{
#menu-container
{
background
:
inherit
;
background
:
inherit
;
}
}
...
@@ -438,14 +441,21 @@ line {
...
@@ -438,14 +441,21 @@ line {
float
:
left
;
float
:
left
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.sizeBox
{
.seq-fixed
.nameBox
{
width
:
60px
;
width
:
250px
;
}
.sizeBox
,
.mutationBox
{
width
:
52px
;
float
:
right
;
float
:
right
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
inline-block
;
display
:
inline-block
;
height
:
16px
;
height
:
16px
;
position
:
relative
;
position
:
relative
;
}
}
.mutationBox
{
padding-right
:
5px
;
}
.starBox
{
.starBox
{
width
:
16px
;
width
:
16px
;
float
:
right
;
float
:
right
;
...
@@ -625,7 +635,8 @@ line {
...
@@ -625,7 +635,8 @@ line {
width
:
0px
;
width
:
0px
;
word-spacing
:
normal
;
word-spacing
:
normal
;
}
}
span
.substitution
,
span
.indel
{
span
.substitution
,
span
.indel
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#800
;
color
:
#800
;
}
}
...
@@ -1775,3 +1786,6 @@ label.highlight_label {
...
@@ -1775,3 +1786,6 @@ label.highlight_label {
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
0.4
;
opacity
:
0.4
;
}
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
}
browser/css/light.css
View file @
58feebfb
...
@@ -66,6 +66,9 @@ ul {
...
@@ -66,6 +66,9 @@ ul {
z-index
:
10
;
z-index
:
10
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
}
}
.upload_field
{
width
:
100%
;
}
#menu-container
{
#menu-container
{
background
:
inherit
;
background
:
inherit
;
}
}
...
@@ -438,14 +441,21 @@ line {
...
@@ -438,14 +441,21 @@ line {
float
:
left
;
float
:
left
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.sizeBox
{
.seq-fixed
.nameBox
{
width
:
60px
;
width
:
250px
;
}
.sizeBox
,
.mutationBox
{
width
:
52px
;
float
:
right
;
float
:
right
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
inline-block
;
display
:
inline-block
;
height
:
16px
;
height
:
16px
;
position
:
relative
;
position
:
relative
;
}
}
.mutationBox
{
padding-right
:
5px
;
}
.starBox
{
.starBox
{
width
:
16px
;
width
:
16px
;
float
:
right
;
float
:
right
;
...
@@ -625,7 +635,8 @@ line {
...
@@ -625,7 +635,8 @@ line {
width
:
0px
;
width
:
0px
;
word-spacing
:
normal
;
word-spacing
:
normal
;
}
}
span
.substitution
,
span
.indel
{
span
.substitution
,
span
.indel
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#800
;
color
:
#800
;
}
}
...
@@ -1775,3 +1786,6 @@ label.highlight_label {
...
@@ -1775,3 +1786,6 @@ label.highlight_label {
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
0.4
;
opacity
:
0.4
;
}
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
}
browser/css/svg.css
View file @
58feebfb
...
@@ -63,7 +63,10 @@ ul {
...
@@ -63,7 +63,10 @@ ul {
position
:
relative
;
position
:
relative
;
right
:
200px
;
right
:
200px
;
z-index
:
10
;
z-index
:
10
;
background-color
:
#FFFFFF
;
background-color
:
#ffffff
;
}
.upload_field
{
width
:
100%
;
}
}
#menu-container
{
#menu-container
{
background
:
inherit
;
background
:
inherit
;
...
@@ -437,14 +440,21 @@ line {
...
@@ -437,14 +440,21 @@ line {
float
:
left
;
float
:
left
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.sizeBox
{
.seq-fixed
.nameBox
{
width
:
60px
;
width
:
250px
;
}
.sizeBox
,
.mutationBox
{
width
:
52px
;
float
:
right
;
float
:
right
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
inline-block
;
display
:
inline-block
;
height
:
16px
;
height
:
16px
;
position
:
relative
;
position
:
relative
;
}
}
.mutationBox
{
padding-right
:
5px
;
}
.starBox
{
.starBox
{
width
:
16px
;
width
:
16px
;
float
:
right
;
float
:
right
;
...
@@ -624,10 +634,14 @@ line {
...
@@ -624,10 +634,14 @@ line {
width
:
0px
;
width
:
0px
;
word-spacing
:
normal
;
word-spacing
:
normal
;
}
}
span
.substitution
{
span
.substitution
,
span
.indel
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#800
;
color
:
#800
;
}
}
span
.substitution
{
border-bottom
:
1px
solid
#800
;
}
/*tag*/
/*tag*/
.tagSelector
{
.tagSelector
{
padding
:
5px
;
padding
:
5px
;
...
@@ -1771,6 +1785,9 @@ label.highlight_label {
...
@@ -1771,6 +1785,9 @@ label.highlight_label {
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
0.4
;
opacity
:
0.4
;
}
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
}
#resolution5
{
#resolution5
{
opacity
:
0
;
opacity
:
0
;
}
}
...
...
browser/css/talk.css
View file @
58feebfb
...
@@ -66,6 +66,9 @@ ul {
...
@@ -66,6 +66,9 @@ ul {
z-index
:
10
;
z-index
:
10
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
}
}
.upload_field
{
width
:
100%
;
}
#menu-container
{
#menu-container
{
background
:
inherit
;
background
:
inherit
;
}
}
...
@@ -437,14 +440,21 @@ line {
...
@@ -437,14 +440,21 @@ line {
float
:
left
;
float
:
left
;
white-space
:
nowrap
;
white-space
:
nowrap
;
}
}
.sizeBox
{
.seq-fixed
.nameBox
{
width
:
60px
;
width
:
250px
;
}
.sizeBox
,
.mutationBox
{
width
:
52px
;
float
:
right
;
float
:
right
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
inline-block
;
display
:
inline-block
;
height
:
16px
;
height
:
16px
;
position
:
relative
;
position
:
relative
;
}
}
.mutationBox
{
padding-right
:
5px
;
}
.starBox
{
.starBox
{
width
:
16px
;
width
:
16px
;
float
:
right
;
float
:
right
;
...
@@ -623,10 +633,14 @@ line {
...
@@ -623,10 +633,14 @@ line {
width
:
0px
;
width
:
0px
;
word-spacing
:
normal
;
word-spacing
:
normal
;
}
}
span
.substitution
{
span
.substitution
,
span
.indel
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#800
;
color
:
#800
;
}
}
span
.substitution
{
border-bottom
:
1px
solid
#800
;
}
/*tag*/
/*tag*/
.tagSelector
{
.tagSelector
{
padding
:
5px
;
padding
:
5px
;
...
@@ -1236,7 +1250,7 @@ span.warningReads {
...
@@ -1236,7 +1250,7 @@ span.warningReads {
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
}
}
.
db_
table
td
:hover
{
.table
_compare
td
:hover
{
z-index
:
999
;
z-index
:
999
;
position
:
relative
;
position
:
relative
;
background
:
inherit
;
background
:
inherit
;
...
@@ -1763,9 +1777,16 @@ label.highlight_label {
...
@@ -1763,9 +1777,16 @@ label.highlight_label {
pointer-events
:
none
;
pointer-events
:
none
;
opacity
:
0.4
;
opacity
:
0.4
;
}
}
.db_table
td
.pre-line
{
white-space
:
pre-line
;
}
#mid-container
{
#mid-container
{
font-size
:
125%
;
font-size
:
125%
;
}
}
.sp_legend2
{
.sp_legend2
{
opacity
:
0.8
;
opacity
:
0.8
;
}
}
.sp_system
{
top
:
0
;
left
:
-0.5em
;
}
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