cpt.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .wp-list-table .type-nf_sub ul {
  2. margin: 0;
  3. }
  4. .download-all {
  5. float: right;
  6. }
  7. #postcustomstuff table td {
  8. padding: 0 10px;
  9. }
  10. #postcustomstuff table input,
  11. #postcustomstuff table select,
  12. #postcustomstuff table textarea {
  13. width: 100%;
  14. }
  15. #postcustomstuff table input[type=checkbox],
  16. #postcustomstuff table input[type=radio] {
  17. width: auto;
  18. }
  19. #postcustomstuff table textarea {
  20. height: 150px;
  21. }
  22. .wrap h2 a {
  23. font-size: 16px;
  24. }
  25. ::-webkit-input-placeholder {
  26. padding: 2px 5px 4px;
  27. }
  28. :-moz-placeholder {
  29. padding: 2px 5px 4px;
  30. }
  31. ::-moz-placeholder {
  32. padding: 2px 5px 4px;
  33. }
  34. :-ms-input-placeholder {
  35. padding: 2px 5px 4px;
  36. }
  37. #nf_fields {
  38. /*background: transparent;
  39. border: 0;*/
  40. }
  41. #postcustomstuff table {
  42. background: transparent;
  43. border: 0;
  44. }
  45. #postcustomstuff table tr td:first-child {
  46. padding-top: 12px;
  47. }
  48. #nf_fields_save #major-publishing-actions {
  49. margin: 10px -12px -12px;
  50. }
  51. .misc-pub-section span {
  52. font-weight: bold;
  53. }
  54. .nf-sub-edit-value {
  55. position: relative;
  56. }
  57. .nf-sub-edit-upload {
  58. position: relative;
  59. }
  60. .nf-sub-edit-upload input[type=text] {
  61. padding-right: 48px;
  62. }
  63. .nf-sub-edit-upload a {
  64. background: #333;
  65. color: #fff;
  66. height: 27px;
  67. line-height: 27px;
  68. text-decoration: none;
  69. padding: 0 10px;
  70. position: absolute;
  71. top: 8px;
  72. right: -8px;
  73. }
  74. .nf-sub-edit-upload a:hover {
  75. background: #f1f1f1;
  76. color: #333;
  77. }
  78. .row-actions:not(.custom-row-actions) {
  79. display:none;
  80. }