mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 14:09:27 +00:00
Anpassungen für eine korrekte Druckvorschau
This commit is contained in:
+3
-18
@@ -118,30 +118,15 @@ html>body #content
|
||||
/* Druckausgabe */
|
||||
@media print
|
||||
{
|
||||
.home_logo
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
/*.header_line
|
||||
{
|
||||
display:none;
|
||||
}*/
|
||||
|
||||
#menue
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
#GlobalMenu
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
width:800px;
|
||||
height:900px;
|
||||
left:0px;
|
||||
overflow: hidden;
|
||||
width:98%;
|
||||
z-index: 10;
|
||||
left:1%;
|
||||
}
|
||||
}
|
||||
input.TextBox
|
||||
|
||||
Reference in New Issue
Block a user