ligerui-msg.css 1.7 KB

1234567891011121314151617181920212223242526272829
  1. /* --------------
  2. * msg *
  3. * ------------ */
  4. .msg .msgFooter, .msg .msgFooter_r, .msg .msgFooter_c { background:url(img/ligerui/msg/msgpanel.png) no-repeat;}
  5. .msg .msgContent { border-color:#b8d0d6; background:#eef4f5;}
  6. .msg .warn .msgInner { border-color:#e83e09; background:red;}
  7. .msg .error .msgInner { border-color:#e50000; background:#fefacf;}
  8. .msg .correct .msgInner, .msg .info .msgInner { border-color:#b8d0d6; background:red;}
  9. .msg .confirm .msgInner { border-color:#b8d0d6; background:#fefacf;}
  10. .msg h1 { border-color:#CCC; background:url(img/ligerui/msg/msgpanel_icon.png) no-repeat;}
  11. .msg { overflow:hidden; z-index:10000; display:block; width:300px; margin-left:-150px; position:absolute; top:0; left:50%;}
  12. .msg .msgContent { display:block; overflow:hidden; padding:5px 5px 1px 5px; border-style:solid; border-width:1px 1px;}
  13. .msg .msgInner { display:block; padding:0 9px 9px 9px; text-align:left; border-style:solid; border-width:1px;}
  14. .msg .msgInner .message { margin:10px; max-height: 200px; overflow: auto;}
  15. .msg h1 {margin: 0;font-size: 12px;display:block; overflow:hidden; height:30px; margin-bottom:10px; padding:0 0 0 25px; line-height:30px; border-style:solid; border-width:0 0 1px 0; line-height:30px;}
  16. .msg .error h1 { background-position:2px -42px;}
  17. .msg .info h1,
  18. .msg .warn h1 { background-position:2px 8px;}
  19. .msg .correct h1 { background-position:2px -92px;}
  20. .msg .confirm h1 { background-position:2px 8px;}
  21. .msg p { margin:10px;}
  22. .msg .toolBar { display:block; overflow:hidden; height:25px; padding-top:5px; text-align:right;}
  23. .msg .toolBar ul { float:right;}
  24. .msg .toolBar li { float:left;}
  25. .msg .toolBar .button, .msg .toolBar .buttonActive { margin-left:5px;}