mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Don't wrap breadcrumb in IE6
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@674 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -33,7 +33,7 @@ thead tr:hover td { background: transparent; }
|
||||
#menu form { margin: 0; }
|
||||
#content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; }
|
||||
#lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; }
|
||||
#breadcrumb { position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }
|
||||
#breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }
|
||||
#schema { margin-left: 60px; position: relative; }
|
||||
#schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; }
|
||||
#schema .references { position: absolute; }
|
||||
|
Reference in New Issue
Block a user