Update Nette admine.css

Fix glitches around #breadcrumb while scrolling.
This commit is contained in:
Étienne Deparis 2013-03-04 15:07:00 +01:00 committed by Jakub Vrana
parent 6bdfec0a1a
commit 6f58f5af44

View file

@ -212,10 +212,7 @@ table code {
margin: 40px 0 0 300px;
padding: 20px;
background: white;
position: absolute;
z-index: 1;
left: 0;
right: 0;
}
#content:after {
@ -236,10 +233,10 @@ table code {
height: 40px;
left: 0;
line-height: 40px;
padding: 0 20px 0 40px;
padding: 0 0 0 40px;
position: fixed;
top: 0;
width: 100%;
width: 260px;
}
#lang select {
@ -284,13 +281,14 @@ table code {
#breadcrumb {
background: #333;
color: #FFF;
left: 320px;
left: 300px;
line-height: 40px;
margin: 0;
padding: 0;
padding: 0 0 0 20px;
position: fixed;
top: 0;
width: 100%;
height: 40px;
}
#breadcrumb a {