diff --git a/static/css/pomf.css b/static/css/pomf.css index 1ba083f..3a19eca 100644 --- a/static/css/pomf.css +++ b/static/css/pomf.css @@ -127,13 +127,21 @@ menu li:last-child:after { menu li:first-child { float: left; - font-size: 1.41em; + font-size: 1.5em; } menu li:first-child strong { font-weight: normal; } +menu svg.icon { + margin-right: 0.25em; + width: 1.355em; + height: 1.355em; + vertical-align: -0.25em; + fill: currentColor; +} + /* style formularza uploadu */ #upload-btn { padding: 1em 2em; diff --git a/templates/upload_logged.swig b/templates/upload_logged.swig index 3dda51e..5202b87 100644 --- a/templates/upload_logged.swig +++ b/templates/upload_logged.swig @@ -1,7 +1,7 @@ {% extends "layout.swig" %} {% block menu %} -