ie.css 363 B

12345678910111213
  1. .statustext{
  2. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
  3. progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
  4. width: 100%;
  5. height: 30px;
  6. right: -5px;
  7. top:105px;
  8. /* left: 280px; */ /* change to -12px; when sidebar is collapsed */
  9. }
  10. body #content{
  11. /* padding-top: 136px;*/
  12. }