Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
c302e387
Commit
c302e387
authored
Mar 06, 2012
by
Bertrand NÉRON
Browse files
add specific rules for system visualization page
parent
8abb683b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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