[Koha-bugs] [Bug 11088] Patron entry page should use floating toolbar like cataloging interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 11:40:18 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11088

Arslan Farooq <arslanone at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arslanone at gmail.com

--- Comment #5 from Arslan Farooq <arslanone at gmail.com> ---
Hi,

I think we can improve it a bit. 

On a small screen resolution, like less than 100px, this floating div will look
bad: http://i.imgur.com/VstAlk8.png 

However, this looks better: http://i.imgur.com/WE6k4LC.png

And we can achieve the above (better) look by changing your style sheet to
this:

#save {
    background-color: rgba(185, 216, 217, 0.6);
    bottom: 3%;
    position: fixed;
    right: 1%;
    width: 150px;
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list