The sample page is located at: http://192.185.4.142/~badoyn/report_test/

- In the left sidebar (Choose a Report) I would like the hover to extend the 
complete width of the sidebar and midway up/down between the items. I used 
display:block but I can't seem to get it fine tuned.

- Footer: not sure why the color is not extending throughout the entire width 
of the footer.

- The Reports Parameters box. Is there a way when this box is short (as shown now) the My 
Reports box beneath can "tuck" up beneath?

With the pretty verbose HTML at hand, the following will answer your questions quite nicely...

.panel-body p {margin: 1px 0;}
.panel-body p a {display: block; padding: 3px 2px; background: #ddd; /* remove/change background after testing */}
footer {overflow: hidden;}
@media (min-width:992px) {
.col-md-3 {margin-bottom: -200px;}
}

Tune line-up as you like :-)

regards
        Georg
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to