mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +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;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin-left: 3pt;
|
||||
}
|
||||
|
||||
.contexts {
|
||||
margin: 0 0 2em 0;
|
||||
border-top: 1px solid #000;
|
||||
|
|
@ -34,6 +41,7 @@ h2 {
|
|||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
margin-bottom: .3em;
|
||||
margin-top: 5pt;
|
||||
padding: .2em 0;
|
||||
border-bottom: 1pt dotted #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue