Skip to main content
Topic: buttons not in a row (Read 4778 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: buttons not in a row

Reply #15

I think everything (legend and buttons) was put on the same line to avoid lots of empty space.
An option could be to have the legend below the buttons aligned with the "draft last saved" string.
That may be enough to arrange everything (or most at least).

Maybe @Spuds or @TE have other ideas. O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: buttons not in a row

Reply #16

I think I prefer to delete the shortcut text. You have to use the mouse for everything in the board's use, so why do you want to use shortcuts in the editor page? When this text is deleted, the buttons will have all space they need.

Ideas are always welcome!  :)

 

Re: buttons not in a row

Reply #17

maybe just remove the float for the shortcuts text and make it display:block, so it is displayed in its own row.

Code: [Select]
.shortcuts {
    font-size: .857em;
    /* float: left; */
    overflow: hidden;
    display: block;
}
Thorsten "TE" Eurich
------------------------