mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Update Nette admine.css
Fix glitches around #breadcrumb while scrolling.
This commit is contained in:
committed by
Jakub Vrana
parent
6bdfec0a1a
commit
6f58f5af44
@@ -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 {
|
||||
|
Reference in New Issue
Block a user