Changeset 1276
- Timestamp:
- Dec 16, 2010, 3:16:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/login_panel.css
r1144 r1276 10 10 http://creativecommons.org/licenses/by-sa/3.0/ 11 11 12 */ 12 */ 13 14 .toppanel { 15 z-index: 10000; 16 } 13 17 14 18 /***** clearfix *****/ … … 31 35 position: relative; 32 36 top: 0; 33 z-index: 999;37 z-index: 10001; 34 38 } 35 39 … … 111 115 top: 0; 112 116 width: 100%; 113 z-index: 999;117 z-index: 10001; 114 118 text-align: center; 115 119 margin-left: auto; … … 125 129 overflow: hidden; 126 130 position: relative; 127 z-index: 3;131 z-index: 10002; 128 132 display: none; 129 133 }
Note: See TracChangeset
for help on using the changeset viewer.