From 6eafe49eb9afad21b0ce2069489ef1dfc1daf941 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 15 Oct 2016 17:01:37 +0200 Subject: Import/export templates and minor fixes --- tpl/default/css/shaarli.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'tpl/default/css') diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 22c173b1..4b1be7e2 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -789,6 +789,11 @@ pre { content:"\a\a"; white-space: pre; } + + .page-form-complete .radio-buttons { + text-align: left; + padding: 5px 15px; + } } @@ -970,3 +975,15 @@ pre { border-top-style: none; } } + + +/** + * IMPORT + */ +#import-field { + margin: 15px 0; +} + +@media screen and (max-width: 64em) { + +} \ No newline at end of file -- cgit v1.2.3