1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +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:
jakubvrana
2009-09-11 21:00:40 +00:00
parent 2bea4144f1
commit ffa978a369

View File

@@ -40,3 +40,9 @@ tr:hover td, tr:hover th { background: #ddf; }
#schema { margin-left: 60px; position: relative; }
#schema .table { border: 1px solid Silver; padding: 0 2px; cursor: move; position: absolute; }
#schema .references { position: absolute; }
@media print {
#lang, #menu { display: none; }
#content { margin-left: 1em; }
#breadcrumb { left: 1em; }
}