From 3f48c11e073ee610e01181c9afcef97cbda5655b Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 10 Sep 2008 12:58:19 +0000 Subject: [PATCH] LMS-445 service.properties of distribution with useful values, remove background-color for div elements. SVN: 8271 --- openbis/dist/etc/service.properties | 19 +++++++++++++++++++ .../cisd/openbis/public/css/openbis.css | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/openbis/dist/etc/service.properties b/openbis/dist/etc/service.properties index e69de29bb2d..1447041c12d 100644 --- a/openbis/dist/etc/service.properties +++ b/openbis/dist/etc/service.properties @@ -0,0 +1,19 @@ +############################################################## +# Template of service.properties for generic openBIS server +############################################################## +# Supported: 'file-authentication-service' and 'crowd-authentication-service' + +authentication-service = file-authentication-service + +# The name of the Crowd server +crowd.service.host = <crowd server> +# The port that the Crowd service can be reached at +crowd.service.port = 8443 +# Name of the application when logging in into Crowd +crowd.application.name = openbis +# Password for which the openBIS service is registered at Crowd +crowd.application.password = <application password> + + +# The time after which an inactive session is expired by the service (in minutes). +session-timeout = 30 diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css index 51ab3583794..4b1b81909a2 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/css/openbis.css @@ -1,7 +1,6 @@ body,div,td { font-family: verdana, tahoma, helvetica; font-size: 11px; - background-color: white; } .header { -- GitLab