mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Print style
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1099 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -40,3 +40,9 @@ tr:hover td, tr:hover th { background: #ddf; }
|
|||||||
#schema { margin-left: 60px; position: relative; }
|
#schema { margin-left: 60px; position: relative; }
|
||||||
#schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; }
|
#schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; }
|
||||||
#schema .references { position: absolute; }
|
#schema .references { position: absolute; }
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
#lang, #menu { display: none; }
|
||||||
|
#content { margin-left: 1em; }
|
||||||
|
#breadcrumb { left: 1em; }
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user