diff --git a/docs/_static/openslides_docs_style.css b/docs/_static/openslides_docs_style.css index 40e50b5d3..c3b1cc03e 100644 --- a/docs/_static/openslides_docs_style.css +++ b/docs/_static/openslides_docs_style.css @@ -4,5 +4,15 @@ .screenshot { width: 30%; - border: 2px solid; - margin-bottom: 10px;} + border: 1px solid; + margin-bottom: 10px; +} +.screenshot:hover{ + width: 80%; +} +a.headerlink { + visibility: hidden; +} +h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink { + visibility: visible; +} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 243efb378..aafd13e14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012–2013, OpenSlides Team' # built documents. # # The short X.Y version. -version = 'v1.4' +version = '1.4' # The full version, including alpha/beta/rc tags. -release = 'v1.4' +release = '1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -103,6 +103,7 @@ html_theme_options = { 'globaltoc_depth': 2, 'navbar_class': "navbar navbar-inverse", 'source_link_position': "", + 'navbar_fixed_top': "false", } # Add any paths that contain custom themes here, relative to this directory. diff --git a/openslides/agenda/static/styles/agenda_sort.css b/openslides/agenda/static/styles/agenda_sort.css index 6ccf635cb..0f34e06a9 100644 --- a/openslides/agenda/static/styles/agenda_sort.css +++ b/openslides/agenda/static/styles/agenda_sort.css @@ -58,7 +58,7 @@ ol.agenda_list { .agenda_list .manage { width: 200px; float: right; min-height: 1px; padding-left: 5px; } .agenda_list .title { float: left; padding-left: 5px;} .agenda_list .optional { float: left; } -.agenda_list .opener_closer { float: left; margin-right: 10px; margin-left:-6px;} +.agenda_list .opener_closer { float: left; margin-right: 8px; margin-left:-4px;} .agenda_list .opener_closer .btn { padding: 0 2px; } .agenda_list .optional { float: right; width: 208px; padding-left: 8px;} diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index 397fbf681..0e083e909 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -46,7 +46,7 @@ {% if node.duration %} {{ node.duration }} h {% if start and end %} - {% endif %} diff --git a/requirements.txt b/requirements.txt index 5c4392ac1..b8898ccd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pep8==1.4.5 # Requirements for OpenSlides handbook/documentation Sphinx==1.2b1 -sphinx-bootstrap-theme==0.2.3 +sphinx-bootstrap-theme==0.2.4 # For Python 2.6 support argparse==1.2.1