write.css 1.2 KB

123456789101112
  1. #boardWrite,#boardEdit{-webkit-box-sizing:border-box;box-sizing:border-box;padding:calc(var(--bs-gutter-x)*.5)}#boardWrite>h5,#boardEdit>h5{font-weight:bold;margin-bottom:0}#boardWrite .head,#boardEdit .head{margin-bottom:10px}#boardWrite .body,#boardEdit .body{margin:0 -10px}>#boardWrite .body form table:not(:first-child),>#boardEdit .body form table:not(:first-child){border:none}#boardWrite .body form table tr,#boardEdit .body form table tr{overflow:hidden}#boardWrite .body form table tr th,#boardWrite .body form table tr td,#boardEdit .body form table tr th,#boardEdit .body form table tr td{text-align:initial;vertical-align:middle}#boardWrite .body form table tr th,#boardEdit .body form table tr th{font-weight:normal}#boardWrite .body form table tr th label,#boardEdit .body form table tr th label{margin-bottom:0}#boardWrite .body form table tr td,#boardEdit .body form table tr td{padding:7px}#boardWrite .foot,#boardEdit .foot{margin-top:10px}#boardWrite .captcha,#boardEdit .captcha{max-width:280px}body form table tr td,
  2. #boardEdit .body form table tr td {
  3. padding: 7px;
  4. }
  5. #boardWrite .foot,
  6. #boardEdit .foot {
  7. margin-top: 10px;
  8. }
  9. #boardWrite .captcha,
  10. #boardEdit .captcha {
  11. max-width: 280px;
  12. }