Menu

Provide more space around the search box

+1 vote

Maybe this is just me being impatient when using dbFront, but I find that when I move my cursor to position it in the search box I actually click on the Logout tab just above it and this invariably prompts me to edit my user profile.

Perhaps moving the search box towards the centre of the screen or to re-locate the Logout box to be to the immediate right of the Help tab would help.

But perhaps I should be less impatient!

Regards
Colin

in Features (Todo) by (1.2k points)
Sorry, this question got lost in the queue.

1 Answer

0 votes

There are two ways to add more space above the search box.

1) Add a description to your table in SQL Server. dbFront will see the description and display it just above the table. This is an aid to your users and it also pushes the table down a bit.

2) You can add some custom CSS as follows

#contentFull {
    margin-top: 32px;
}
by (64.3k points)
Welcome to the dbFront Q&A site, where you can ask questions and receive answers from other members of the community.
 | Minimalist Answer Theme by Digitizor Media
 |
Powered by Question2Answer
...