ie_cas.css 1.2 KB

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Licensed to Jasig under one or more contributor license
  3. * agreements. See the NOTICE file distributed with this work
  4. * for additional information regarding copyright ownership.
  5. * Jasig licenses this file to you under the Apache License,
  6. * Version 2.0 (the "License"); you may not use this file
  7. * except in compliance with the License. You may obtain a
  8. * copy of the License at the following location:
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. #header, #content, #footer, .clearfix, #student .row, #student .col {zoom:1;} /* needs to be seen by IE7 to trigger hasLayout */
  20. /* FOOTER --------------------------------- */
  21. #footer {padding-bottom:1em;}
  22. /* lt IE6 */
  23. * html #cas #login .btn-submit {background:#ffd;}
  24. * html #cas #login .btn-row {top:5px;}
  25. * html #sidebar {display:inline;} /* double margin on float bug */
  26. * html input.btn-submit {padding:2px .25em; width:0; overflow:visible;} /* extra width fix */