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
C
capsuledb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gem
capsuledb
Commits
c302e387
Commit
c302e387
authored
Mar 06, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add specific rules for system visualization page
parent
8abb683b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
0 deletions
+58
-0
src/couchapp/secreton/_attachments/style/system.css
src/couchapp/secreton/_attachments/style/system.css
+58
-0
No files found.
src/couchapp/secreton/_attachments/style/system.css
0 → 100644
View file @
c302e387
/* system page styles specific */
body
{
font
:
Verdana
,
Arial
,
sans-serif
;
font-size
:
1em
;
}
h1
{
font-size
:
2.5em
;
text-align
:
center
;
}
#header
{
margin-bottom
:
4em
;
}
#header
a
{
position
:
absolute
;
top
:
10px
;
left
:
10px
;
}
header
a
:visited
{
text-decoration
:
none
;
}
table
{
margin
:
0
auto
;
border-collapse
:
collapse
;
border
:
1px
solid
#000
;
font-size
:
0.75em
;
}
th
{
border
:
1px
solid
#000
;}
td
{
border
:
1px
solid
#999
;
padding
:
.3em
;
margin
:
0
;
}
#genes_schema
{
border
:
1px
solid
black
;
padding
:
0
;
margin-right
:
40px
;
margin-left
:
40px
;
}
body
{
cursor
:
default
;}
.grabbing
{
cursor
:
url("../images/closedhand.cur")
,
default
!important
;
}
.grabbable
{
cursor
:
url("../images/openhand.cur")
,
default
!important
;
}
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