Mercurial > trustbridge
annotate doc/help/admin/_static/extra-style.css @ 1395:a2574a029322
Fix Base 64 signature size calculation.
If the signature byte size is not equally dividable
by three the base 64 encoding needs three additional bytes.
The value is now fixed to avoid such errors in the future.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 26 Jan 2015 13:17:32 +0100 |
parents | 4a329513ee86 |
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 } |
1238
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
6 img { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
7 vertical-align: top; |
4a329513ee86
(help) Share _template directory with client and admin help.
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 } |
1238
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
13 tt { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
14 font-size: 1.1em; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
15 background-color: transparent; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
16 } |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
17 #pageheader img { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
18 float: left; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
19 margin-right: 10px; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
20 } |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
21 #pageheader h1 { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
22 margin: 5px; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
23 padding: 15px; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
24 } |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
25 #breadcrumbs { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
26 display: none; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
27 } |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
28 .related.top #rellinks { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
29 margin-top: -25px; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
30 } |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
31 #pagefooter { |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
32 padding-bottom: 0 !important; |
4a329513ee86
(help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents:
1184
diff
changeset
|
33 } |