[Koha-bugs] [Bug 7979] New design for staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 18 20:09:53 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979

Fred P <fred.pierre at smfpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fred.pierre at smfpl.org

--- Comment #3 from Fred P <fred.pierre at smfpl.org> ---
A semi-transparent drop shadow would pop the buttons out nicely, and allow the
underlying Koha logo to show through:

a.icon_general {
    background-color: #F4F8F9;
    background-repeat: no-repeat;
    border: 2px solid #E6F0F2;
    border-radius: 6px 6px 6px 6px;
        -moz-box-shadow: -5px 5px 3px rgba(90,90,90,0.5);
    -webkit-box-shadow: -5px 5px 3px rgba(90,90,90,0.5);
    box-shadow: -5px 5px 3px rgba(90,90,90,0.5);
    color: #000000;
    display: block;
    float: left;
    font-family: verdana,arial;
    font-size: large;
    font-weight: bold;
    height: 46px;
    margin-bottom: 14px;
    padding-left: 53px;
    padding-top: 5px;
    text-decoration: none;
    width: 295px;
}

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


More information about the Koha-bugs mailing list