mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 00:36:33 +01:00
fix #1126 by cleaning up print.css for project view
This commit is contained in:
parent
bc73b18bed
commit
fd1a2fb746
1 changed files with 9 additions and 1 deletions
|
|
@ -16,10 +16,17 @@ img {
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu, .container_toggle, .grip, .show_notes, .recurring_icon {
|
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon,
|
||||||
|
#minilinks, .defer-container, .menu_sort, .position, .buttons, .sf-item-menu,
|
||||||
|
.container_toggle, .grip, .show_notes, .recurring_icon, #project-next-prev,
|
||||||
|
.project_settings, .add_note_link {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
margin-left: 3pt;
|
||||||
|
}
|
||||||
|
|
||||||
.contexts {
|
.contexts {
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 2em 0;
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
|
|
@ -34,6 +41,7 @@ h2 {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: .3em;
|
margin-bottom: .3em;
|
||||||
|
margin-top: 5pt;
|
||||||
padding: .2em 0;
|
padding: .2em 0;
|
||||||
border-bottom: 1pt dotted #000;
|
border-bottom: 1pt dotted #000;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue