Sha256: 6e884fe3284ae3e8ddee87542c788d94d0bd42d965af4e0be37053944f304444

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

/* fixes for IE8 */

/* can't use fixed navbar or dropdown menus won't work */
body.blacklight-institutions-index #header-navbar, body.blacklight-collections-index #header-navbar, body.blacklight-catalog-index #header-navbar {
    position: relative;
    z-index: inherit;
}

body.blacklight-institutions-index #main-containe, body.blacklight-collections-index #main-containe, body.blacklight-catalog-index #main-container {
    padding-top: 10px;
}

/* helps dropdowns not be so wonky */
#main-container {
    padding-top: 10px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/assets/stylesheets/ie_fixes.css
commonwealth-vlr-engine-0.0.4 app/assets/stylesheets/ie_fixes.css
commonwealth-vlr-engine-0.0.3 app/assets/stylesheets/ie_fixes.css
commonwealth-vlr-engine-0.0.2 app/assets/stylesheets/ie_fixes.css
commonwealth-vlr-engine-0.0.1 app/assets/stylesheets/ie_fixes.css