Changeset 28278 for main/trunk


Ignore:
Timestamp:
2013-09-13T10:40:37+12:00 (11 years ago)
Author:
sjm84
Message:

Fixed a gap between the menu and the username button that occured in Chrome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl

    r28231 r28278  
    286286                                                .css("z-index", "100")
    287287                                                .css("list-style", "none outside none")
    288                                                 .css("margin-left", "0px")
     288                                                .css("margin", "0px")
    289289                                                .css("padding", "0px")
    290290                                                .css("font-size", "90%");
     
    344344                                            var buttonLeft = button.offset().left;
    345345                                            var buttonTop = button.offset().top;
     346
    346347                                            var buttonHeight = button.height();
    347348
Note: See TracChangeset for help on using the changeset viewer.