annotate manuals/help-manual/_static/extra-style.css @ 1119:5349e2354c48

(issue54) Merge branch runafterinstall There is now an NSIS Plugin that executes the Software after installation using COM in the shell of the current user. With the way over the shell there is no inheritance / token management required. As it is impossible to drop all privileges of a token granted by UAC and still be able to reelevate the Token again with another RunAs call later this round trip over the Shell was necessary.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Sep 2014 19:48:22 +0200
parents d6dc1144895b
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 }
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
6 .figure .caption {
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
7 margin-top: 0px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
8 margin-bottom: 20px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 }
919
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
10 tt {
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
11 font-size: 1.1em;
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
12 background-color: transparent;
e15637472a99 (manual) Updated help pages.
Emanuel Schuetze <emanuel@intevation.de>
parents: 903
diff changeset
13 }
1083
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
14 #pageheader img {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
15 float: left;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
16 margin-right: 10px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
17 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
18 #pageheader h1 {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
19 margin: 5px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
20 padding: 15px;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
21 }
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
22 #breadcrumbs {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
23 display: none;
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 .related.top #rellinks {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
26 margin-top: -25px;
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 #pagefooter {
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
29 padding-bottom: 0 !important;
d6dc1144895b (help-manual) some layout work. Added bsi and tb logo.
Emanuel Schuetze <emanuel@intevation.de>
parents: 919
diff changeset
30 }

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