Improves styles for print_proposals

This commit is contained in:
Alberto Garcia Cabeza
2015-10-28 20:06:04 +01:00
parent f917c21c2a
commit 2e421ff760
6 changed files with 54 additions and 9 deletions

View File

@@ -92,6 +92,10 @@ body.admin {
}
}
.for-print-only {
display: none;
}
// 02. Sidebar
// - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@@ -2,6 +2,8 @@
/* Print proposals */
.admin-content { margin-top: 0 !important; }
.tags a { display: none !important; }
.supports { display: none !important; }
@@ -24,7 +26,7 @@ img.left { display: none !important; }
.captcha { display: none !important; }
li.name span { display: none !important; }
li.name { display: none !important; }
p.proposal-info span:nth-child(3) { display: none !important; }
@@ -36,11 +38,22 @@ p.proposal-info span:nth-child(3) { display: none !important; }
input[type="submit"] { display: none !important; }
.filters h2 { margin: 0 !important; font-size: 20px !important; line-height: 20px !important; width: auto !important; }
.search-results h2 { margin: 0 !important; font-size: 20px !important; line-height: 20px !important; }
.admin h2 { font-size: 20px !important; line-height: 20px !important; }
.select-order {
border: 0;
font-size: 24px;
font-weight: bold;
margin-left: -6px;
border: 0 !important;
font-size: 20px !important;
font-weight: bold !important;
line-height: 20px !important;
margin-left: 10px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0 !important;
padding: 0 !important;
}
p.proposal-info { margin-left: -6px; }
@@ -49,16 +62,26 @@ a { text-decoration: none !important; }
a:after { content: none !important; }
.proposal .panel { min-height: auto !important; }
.proposal .panel { min-height: auto !important; margin: 0 !important; padding-bottom: 0 !important; padding-left: 0 !important; }
.proposal .panel .proposal-content { min-height: auto !important; }
.proposal .panel h3 { min-height: auto !important; }
.proposal .panel h3 { min-height: auto !important; font-size: 16px !important; }
.proposal .panel .proposal-description { height: auto; }
.proposal .panel .proposal-description { height: auto !important; margin-bottom: 0 !important; }
.proposal .panel {
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
}
.for-print-only { display: block !important; }
.for-print-only p { font-size: 14px !important; line-height: 24px !important; }
.not-print { display: none !important; }
.date-for-print { font-size: 14px !important; line-height: 20px !important; }
.filters { height: 48px !important;}