Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
72b5e455
Commit
72b5e455
authored
Mar 11, 2016
by
Mathieu Giraud
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: bikeshedding locus line
parent
25c59e47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
12 deletions
+35
-12
browser/css/dark.css
browser/css/dark.css
+11
-4
browser/css/light.css
browser/css/light.css
+11
-4
browser/css/vidjil.less
browser/css/vidjil.less
+13
-4
No files found.
browser/css/dark.css
View file @
72b5e455
...
...
@@ -123,10 +123,18 @@ line {
border-bottom-width
:
1px
;
border-color
:
#333333
;
}
.locus_line
{
text-align
:
center
;
}
.info_row
{
min-width
:
100px
;
display
:
inline-block
;
}
.locus_row
{
margin
:
0
10px
;
display
:
inline-block
;
text-align
:
left
;
}
.info_row_content
{
width
:
100%
;
display
:
inline-block
;
...
...
@@ -470,8 +478,7 @@ line {
text-align
:
center
;
border-radius
:
3px
;
border-width
:
1px
;
margin
:
4px
;
margin-top
:
2px
;
margin
:
2px
4px
4px
2px
;
color
:
#fff
;
color
:
rgba
(
255
,
255
,
255
,
0.7
);
font-size
:
70%
;
...
...
@@ -482,8 +489,8 @@ line {
}
.systemBoxNameMenu
{
display
:
inline-block
;
min-width
:
6
7
px
;
height
:
20
px
;
min-width
:
6
0
px
;
padding
:
2px
2px
1px
2
px
;
cursor
:
pointer
;
}
.hiddenCheckBox
{
...
...
browser/css/light.css
View file @
72b5e455
...
...
@@ -123,10 +123,18 @@ line {
border-bottom-width
:
1px
;
border-color
:
#cccccc
;
}
.locus_line
{
text-align
:
center
;
}
.info_row
{
min-width
:
100px
;
display
:
inline-block
;
}
.locus_row
{
margin
:
0
10px
;
display
:
inline-block
;
text-align
:
left
;
}
.info_row_content
{
width
:
100%
;
display
:
inline-block
;
...
...
@@ -470,8 +478,7 @@ line {
text-align
:
center
;
border-radius
:
3px
;
border-width
:
1px
;
margin
:
4px
;
margin-top
:
2px
;
margin
:
2px
4px
4px
2px
;
color
:
#fff
;
color
:
rgba
(
255
,
255
,
255
,
0.7
);
font-size
:
70%
;
...
...
@@ -482,8 +489,8 @@ line {
}
.systemBoxNameMenu
{
display
:
inline-block
;
min-width
:
6
7
px
;
height
:
20
px
;
min-width
:
6
0
px
;
padding
:
2px
2px
1px
2
px
;
cursor
:
pointer
;
}
.hiddenCheckBox
{
...
...
browser/css/vidjil.less
View file @
72b5e455
...
...
@@ -158,11 +158,21 @@ line {
border-color: @border;
}
.locus_line {
text-align: center;
}
.info_row {
min-width: 100px;
display: inline-block;
}
.locus_row {
margin: 0 10px;
display: inline-block;
text-align: left;
}
.info_row_content {
width: 100%;
display: inline-block;
...
...
@@ -586,8 +596,7 @@ line {
text-align: center;
border-radius: 3px;
border-width: 1px;
margin: 4px;
margin-top: 2px;
margin: 2px 4px 4px 2px;
color: #fff;
color: rgba(255, 255, 255, 0.7);
font-size: 70%;
...
...
@@ -600,8 +609,8 @@ line {
.systemBoxNameMenu {
display: inline-block;
min-width: 6
7
px;
height: 20
px;
min-width: 6
0
px;
padding: 2px 2px 1px 2
px;
cursor : pointer;
}
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1861 (closed)
·
Nov 29, 2016
Mentioned in issue
#1861 (closed)
Mentioned in issue #1861
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