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
20cd2ad7
Commit
20cd2ad7
authored
Oct 21, 2014
by
Marc Duez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css : data list css
data list is just after the clone list
parent
a67d6108
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
3 deletions
+55
-3
browser/css/dark.css
browser/css/dark.css
+20
-1
browser/css/light.css
browser/css/light.css
+20
-1
browser/css/vidjil.less
browser/css/vidjil.less
+15
-1
No files found.
browser/css/dark.css
View file @
20cd2ad7
...
...
@@ -292,7 +292,8 @@ line {
/*style list element*/
/*Metric*/
.list
:hover
,
.tagElem
:hover
{
.tagElem
:hover
,
.data
:hover
{
background
:
#333333
;
}
#list
{
...
...
@@ -306,6 +307,15 @@ line {
height
:
100%
;
padding
:
2px
;
}
#list_data
{
display
:
block
;
}
.data_name
{
margin-left
:
40px
;
width
:
300px
;
margin-right
:
10px
;
display
:
inline-block
;
}
.list
{
width
:
475px
;
display
:
block
;
...
...
@@ -938,6 +948,15 @@ span.logo {
.db_table
td
{
overflow
:
hidden
;
}
.db_table
.column_200
{
width
:
200px
;
}
.db_table
.column_150
{
width
:
150px
;
}
.db_table
.column_100
{
width
:
100px
;
}
.db_table
.column1
{
width
:
100px
;
}
...
...
browser/css/light.css
View file @
20cd2ad7
...
...
@@ -292,7 +292,8 @@ line {
/*style list element*/
/*Metric*/
.list
:hover
,
.tagElem
:hover
{
.tagElem
:hover
,
.data
:hover
{
background
:
#cccccc
;
}
#list
{
...
...
@@ -306,6 +307,15 @@ line {
height
:
100%
;
padding
:
2px
;
}
#list_data
{
display
:
block
;
}
.data_name
{
margin-left
:
40px
;
width
:
300px
;
margin-right
:
10px
;
display
:
inline-block
;
}
.list
{
width
:
475px
;
display
:
block
;
...
...
@@ -938,6 +948,15 @@ span.logo {
.db_table
td
{
overflow
:
hidden
;
}
.db_table
.column_200
{
width
:
200px
;
}
.db_table
.column_150
{
width
:
150px
;
}
.db_table
.column_100
{
width
:
100px
;
}
.db_table
.column1
{
width
:
100px
;
}
...
...
browser/css/vidjil.less
View file @
20cd2ad7
...
...
@@ -372,7 +372,7 @@ line {
@width_nameBox : (@width_listElem - @width_starBox - @width_infoBox - @width_sizeBox - @width_clusterBox - @margin_nameBox - @width_systemBox);
.list:hover, .tagElem:hover{
.list:hover, .tagElem:hover
, .data:hover
{
background :@border;
}
...
...
@@ -389,6 +389,20 @@ line {
padding:2px;
}
#list_data{
display: block;
}
.data_name{
margin-left : 40px;
width: 300px;
margin-right : 10px;
display : inline-block;
}
.data_value{
}
.list{
width : @width_left_container;
display : block;
...
...
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