diff options
| author | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2018-01-06 17:49:27 +0100 |
|---|---|---|
| committer | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2018-01-06 17:49:27 +0100 |
| commit | bbfcb2443d511bf790d4fe62ed01079b074fef4b (patch) | |
| tree | 3c1af22854b7b2bf48bd7187d61b436297c3d5d2 /doc/_themes | |
| parent | 65cd9429c0be610ac093131d9cb8f0c8a2ac288e (diff) | |
| download | sphinx-git-bbfcb2443d511bf790d4fe62ed01079b074fef4b.tar.gz | |
cleanup formatting of some sidebar items
Diffstat (limited to 'doc/_themes')
| -rw-r--r-- | doc/_themes/sphinx13/static/sphinx13.css | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/doc/_themes/sphinx13/static/sphinx13.css b/doc/_themes/sphinx13/static/sphinx13.css index 6bdc5a96c..24a33fba7 100644 --- a/doc/_themes/sphinx13/static/sphinx13.css +++ b/doc/_themes/sphinx13/static/sphinx13.css @@ -140,11 +140,37 @@ div.sphinxsidebar .logo img { vertical-align: middle; } +div.subscribeformwrapper { + display: block; + overflow: auto; + margin-bottom: 1.2em; +} + div.sphinxsidebar input { border: 1px solid #aaa; font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif; - font-size: 1em; +} + +div.sphinxsidebar .subscribeform { + margin-top: 0; +} + +div.sphinxsidebar .subscribeform input { + border: 1px solid #aaa; + font-size: 0.9em; + float: left; + padding: 0.25em 0.5em; + box-sizing: border-box; +} + +div.sphinxsidebar .subscribeform input[type="text"] { + width: 60%; +} + +div.sphinxsidebar .subscribeform input[type="submit"] { + width: 40%; + border-left: none; } div.sphinxsidebar h3 { @@ -281,7 +307,7 @@ tt { border: 1px solid #ddd; border-radius: 2px; color: #333; - padding: 1px; + padding: 1px 0.2em; } tt.descname, tt.descclassname, tt.xref { |
