From c302e387269c9ed728131cde8bbad43e97fdfccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= Date: Tue, 6 Mar 2012 16:18:24 +0000 Subject: [PATCH] add specific rules for system visualization page --- .../secreton/_attachments/style/system.css | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/couchapp/secreton/_attachments/style/system.css diff --git a/src/couchapp/secreton/_attachments/style/system.css b/src/couchapp/secreton/_attachments/style/system.css new file mode 100644 index 0000000..677d9d7 --- /dev/null +++ b/src/couchapp/secreton/_attachments/style/system.css @@ -0,0 +1,58 @@ +/* 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; +} -- GitLab