##// END OF EJS Templates
Add overflow:auto to the content div (closes #676, #748, #961)....
Jean-Philippe Lang -
r1299:0d9e4196463b
parent child
Show More
@@ -57,10 +57,7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
57 57
58 58 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
59 59 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
60 html>body #content {
61 height: auto;
62 min-height: 600px;
63 }
60 html>body #content { height: auto; min-height: 600px; overflow: auto; }
64 61
65 62 #main.nosidebar #sidebar{ display: none; }
66 63 #main.nosidebar #content{ width: auto; border-right: 0; }
@@ -195,7 +192,7 table#time-report .hours-dec { font-size: 0.9em; }
195 192 .total-hours { font-size: 110%; font-weight: bold; }
196 193 .total-hours span.hours-int { font-size: 120%; }
197 194
198 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
195 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
199 196 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
200 197
201 198 .pagination {font-size: 90%}
General Comments 0
You need to be logged in to leave comments. Login now