From d20149b57929c27da87a7d9603d85717da15c5bc Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 25 Apr 2015 02:26:42 +0200 Subject: [PATCH] gallery view: right bar should be 12%, not 15% --- stylesheets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index ee80586c..9925ccaa 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1067,13 +1067,13 @@ table.fileboard .intro a { right: 0px; bottom: 0px; top: 0px; - width: 15%; + width: 12%; background-color: rgba(0, 0, 0, 0.4); overflow: auto; } #gallery_toolbar { position: absolute; - right: 15%; + right: 12%; left: 0px; bottom: 0px; height: 32px; @@ -1090,7 +1090,7 @@ table.fileboard .intro a { #gallery_main { position: absolute; left: 0px; - right: 15%; + right: 12%; bottom: 32px; top: 0px; padding: 10px;