Changeset 1276


Ignore:
Timestamp:
Dec 16, 2010, 3:16:34 PM (12 years ago)
Author:
work@…
Message:
  • change z-index for toppannel so it's always on top of everything (set to 10000+)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/login_panel.css

    r1144 r1276  
    1010        http://creativecommons.org/licenses/by-sa/3.0/
    1111
    12 */
     12*/
     13
     14.toppanel {
     15        z-index: 10000;
     16}
    1317
    1418/***** clearfix *****/
     
    3135        position: relative;
    3236    top: 0;
    33     z-index: 999;
     37    z-index: 10001;
    3438}
    3539
     
    111115    top: 0;
    112116    width: 100%;
    113     z-index: 999;
     117    z-index: 10001;
    114118    text-align: center;
    115119    margin-left: auto;
     
    125129        overflow: hidden;
    126130        position: relative;
    127         z-index: 3;
     131        z-index: 10002;
    128132        display: none;
    129133}
Note: See TracChangeset for help on using the changeset viewer.