SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Print.css style #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Printing is cleaner visually using the following css:

#bar, #background, #minimap {
        display: none;
}

.table {
        border:1px solid #000000;
        background-color:none;
}

.row {
        background-color:none;
}

.table .shadow-corner, .shadow-right, .shadow-bottom  {
        display:none;
}

.table_title {
        font-weight:bold;
        font-size:115%;
        background-color:none;
}

.table_selected {
}
.table_title {
}

Original issue reported on code.google.com by kon...@gmail.com on 16 Mar 2010 at 12:58

GoogleCodeExporter commented 9 years ago
Commited in r86, thanks!

Original comment by ondrej.zara on 16 Mar 2010 at 7:45