From c2cf7075c24c1539befd4ba09881eed761c9d769 Mon Sep 17 00:00:00 2001 From: Maryana Rozhankivska Date: Tue, 22 Apr 2014 10:45:09 +0300 Subject: print view fixed in baggy; print link added; read percent added in default theme; archive and favorite re-factored to be ajax action in article view --- themes/default/css/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'themes/default/css/style.css') diff --git a/themes/default/css/style.css b/themes/default/css/style.css index e536ac6b..11a8ea1c 100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -331,7 +331,8 @@ a.email span, a.delete span, a.link span, a.bad-display span, -a.reading-time span { +a.reading-time span, +a.print span { background-repeat: no-repeat; } @@ -402,3 +403,13 @@ a#bagit-form-close { .opacity03 { /*opacity: 0.3;*/ } + +#readLeftPercent { + display: inline-block; + /* Show textual content */ + overflow: visible; + text-align: left; + text-indent: 0; + color: black; + width: 50px; +} \ No newline at end of file -- cgit v1.2.3