Skip to content

Commit

Permalink
Some cleaning-up
Browse files Browse the repository at this point in the history
  • Loading branch information
uded committed Sep 1, 2013
1 parent ea3a6e8 commit 660ddee
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions public/css/report.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ body {
.database_message {
color: #999;
}
h1 {
margin: 10px 0;
padding: 0;
}
#result_table td .bar{
height: 18px;
display:inline-block;
Expand Down Expand Up @@ -35,10 +31,7 @@ h1 {
.center {
text-align:center;
}
.show_query, #show_time_estimate {
font-size: .8em;
}
#query_holder {
.show_query, #show_time_estimate, #query_holder {
font-size: .8em;
}
.waiting div {
Expand All @@ -61,16 +54,12 @@ pre {
body {
padding-top: 0 !important;
}
.navbar-fixed-top {
display: none !important;
}
#variable_form .btn-primary {
display: none !important;
}
#content .export_links {
display: none !important;
}
#report_content a[data-role="button"] {
.navbar-fixed-top ,
#variable_form .btn-primary,
#content .export_links,
#report_content a[data-role="button"],
a[data-role="button"][data-target="#time_estimate_holder"],
#report_content .dataTables_filter {
display: none !important;
}
}

0 comments on commit 660ddee

Please sign in to comment.