annotate doc/help/client/_static/extra-style.css @ 1332:8362e30f7b55

(issue139) Check that pid is not running if the lock can be aquired If the lock on the lockfile can be aquired it might still be possible that another process is running. So we read the pid from the lockfile and check if another process with the same installation prefix as us is running.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 14:19:46 +0200
parents fd47a79125c6
children
rev   line source
903
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 .figure img {
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2 border: 1px solid lightgrey;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 margin-bottom: 10px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4 padding: 4px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 }
1223
fd47a79125c6 (help-client) Added and explained certificate state icons.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
6 img {
fd47a79125c6 (help-client) Added and explained certificate state icons.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
7 vertical-align: top;
fd47a79125c6 (help-client) Added and explained certificate state icons.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
8 }
903
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 .figure .caption {
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10 margin-top: 0px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11 margin-bottom: 20px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12 }
919
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
13 tt {
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
14 font-size: 1.1em;
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
15 background-color: transparent;
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
16 }
1083
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
17 #pageheader img {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
18 float: left;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
19 margin-right: 10px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
20 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
21 #pageheader h1 {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
22 margin: 5px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
23 padding: 15px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
24 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
25 #breadcrumbs {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
26 display: none;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
27 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
28 .related.top #rellinks {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
29 margin-top: -25px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
30 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
31 #pagefooter {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
32 padding-bottom: 0 !important;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
33 }

http://wald.intevation.org/projects/trustbridge/