orangain / dokuwiki-copypage-plugin

DokuWiki plugin to create a new page from an existing page.
https://www.dokuwiki.org/plugin:copypage
0 stars 3 forks source link

Tools bar moving #2

Closed Grahack closed 6 years ago

Grahack commented 8 years ago

Hi, Thanks for your plugin. I noticed that when I hover over the tool bar, the bar kind of expands. It's like there was some margin/padding but I found nothing in the files. Am I alone to notice this ? I could provide two screenshots if needed.

Grahack commented 8 years ago

A quick fix:

#dokuwiki__pagetools:hover ul li a,
#dokuwiki__pagetools ul li a:focus,
#dokuwiki__pagetools ul li a:active {
    width: auto;
    height: auto;
    overflow: visible;
    padding: 1px 40px 5px 5px;       // CHANGED THIS FROM 5px TO 1px
    background-image: url(images/pagetools-sprite.png?v=2);
}
orangain commented 8 years ago

I'm sorry for not replying sooner. Could you provide screenshots and tell me what kind of OS and browser you use?

orangain commented 6 years ago

I'm closing this issue because it has been inactive for a long time. Please feel free to reopen this issue if you need any further help.