X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6e769eb123cc216e4ba642d3a6d943dfd3fa0abe..fc330c6c7cee602ac344c3f180065a70226dae8a:/platforma/templates/wiki/document_details.html?ds=inline diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index e4c69eda..64fc89a2 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -1,21 +1,28 @@ {% extends "base.html" %} +{% load toolbar_tags %} {% block extrahead %} + + @@ -189,6 +222,7 @@ margin: 0; overflow: hidden; padding: 0; + min-width: 960px; } .vsplitbar { @@ -209,7 +243,7 @@ #sidebar { overflow: auto; - padding: 5px; +/* padding: 5px; */ } #header { @@ -229,6 +263,7 @@ float: left; padding: 3px 6px 2px 6px; color: #222; + line-height: 20px; } #tabs { @@ -262,11 +297,55 @@ } #tabs li.active { - background-color: #FFF; + background-color: #FEFCDF; background-image: none; /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #C1C1C1), to(#FFFFFF)); */ - border-bottom: 1px solid #FFF; + border-bottom: 1px solid #FEFCDF; + } + + .toolbar { + border-bottom: 1px solid #777; + background-color: #FEFCDF; + margin: 0; + padding: 2px; + } + + .toolbar select { + float: left; + margin: 2px 5px 2px 0; + background: none; + border: 1px solid #999; + padding: 1px; + } + + .toolbar button { + display: block; + float: left; + margin: 4px 0 2px 0; + padding: 0 5px 2px 5px; + border: none; + background: none; } + + .toolbar-end { + clear: both; + } + + .toolbar button:hover, .toolbar button:active { + background: #A2A2A2; + color: #FFF; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + } + + /* Remove extra padding in Firefox */ + button::-moz-focus-inner { + border: 0; + padding: 0; + } + + p { margin: 0;} {% endblock %} @@ -284,13 +363,14 @@
+ {% toolbar %} {{ form.text }}
-