gallery view: right bar should be 12%, not 15%

This commit is contained in:
czaks 2015-04-25 02:26:42 +02:00
parent bbd3a70e14
commit e039645cfb

View File

@ -1656,13 +1656,13 @@ td.board-tags a.tag-link {
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
top: 0px; top: 0px;
width: 15%; width: 12%;
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
overflow: auto; overflow: auto;
} }
#gallery_toolbar { #gallery_toolbar {
position: absolute; position: absolute;
right: 15%; right: 12%;
left: 0px; left: 0px;
bottom: 0px; bottom: 0px;
height: 32px; height: 32px;
@ -1679,7 +1679,7 @@ td.board-tags a.tag-link {
#gallery_main { #gallery_main {
position: absolute; position: absolute;
left: 0px; left: 0px;
right: 15%; right: 12%;
bottom: 32px; bottom: 32px;
top: 0px; top: 0px;
padding: 10px; padding: 10px;