attachment-info.css 669 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*------------------------------------*\
  2. #附件信息
  3. \*------------------------------------*/
  4. .misc-pub-section {
  5. padding: 6px 0
  6. }
  7. .misc-pub-section>a{float:right;font-size:16px}
  8. #attachment-info img {
  9. float: left;
  10. max-width: 82px;
  11. }
  12. #attachment-info .detail {
  13. float: left;
  14. margin: 0 0 0 10px;
  15. padding: 0;
  16. list-style: none;
  17. font-size: .85em;
  18. }
  19. #attachment-info .filename {
  20. clear: both;
  21. margin-bottom: 5px;
  22. }
  23. #attachment-info #control-form .form-group {
  24. margin-bottom: 0;
  25. }
  26. #attachment-info #control-form .control-label {
  27. margin-bottom: 0;
  28. font-size: .9em;
  29. font-weight: bold;
  30. }
  31. #attachment-info #control-form textarea {
  32. max-width: 100%;
  33. }