acf.css
| 1 | /*-------------------------------------------------------------------------------------------- |
| 2 | Screen Extra |
| 3 | --------------------------------------------------------------------------------------------*/ |
| 4 | #icon-options-general { |
| 5 | background: url(../images/acf-icon-32.png) 0 0 no-repeat !important; |
| 6 | } |
| 7 | |
| 8 | .acf_cols {position: relative; overflow: hidden; clear: both;} |
| 9 | .acf_col_left {margin-right: 300px;} |
| 10 | .acf_col_left .tablenav {display: none;} |
| 11 | .acf_col_left p.search-box {display: none;} |
| 12 | .acf_col_left form {overflow: hidden; position: relative; clear: left;} |
| 13 | |
| 14 | |
| 15 | .acf_col_right { |
| 16 | float: right; |
| 17 | width: 281px; |
| 18 | padding-top: 86px !important; |
| 19 | } |
| 20 | |
| 21 | #poststuff.acf_col_right .inside { |
| 22 | margin: 0; |
| 23 | padding: 0; |
| 24 | } |
| 25 | |
| 26 | .postbox h3.hndle { |
| 27 | cursor: default; |
| 28 | position: relative; |
| 29 | } |
| 30 | |
| 31 | .postbox h3.hndle a.button { |
| 32 | height: 13px; |
| 33 | line-height: 12px; |
| 34 | position: absolute; |
| 35 | right: 6px; |
| 36 | top: 4px; |
| 37 | } |
| 38 | |
| 39 | #poststuff.acf_col_right .inside .field { |
| 40 | border-bottom: #DFDFDF solid 1px; |
| 41 | border-top: #FFFFFF solid 1px; |
| 42 | padding: 6px 10px; |
| 43 | } |
| 44 | |
| 45 | #poststuff.acf_col_right .inside h4, |
| 46 | #poststuff.acf_col_right .inside p { |
| 47 | margin: 3px 0; |
| 48 | padding: 0; |
| 49 | } |
| 50 | |
| 51 | /*-------------------------------------------------------------------------------------------- |
| 52 | Unlock Fields |
| 53 | --------------------------------------------------------------------------------------------*/ |
| 54 | #screen-meta-links .screen-meta-toggle.acf { |
| 55 | float: right; |
| 56 | background: none repeat scroll 0 0 #F9F9F9; |
| 57 | border-radius: 0 0 3px 3px; |
| 58 | float: right; |
| 59 | font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
| 60 | height: 22px; |
| 61 | margin: 0 6px 0 0; |
| 62 | position: relative; |
| 63 | border: #DFDFDF solid 1px; |
| 64 | border-top: 0 none; |
| 65 | padding: 0 3px; |
| 66 | |
| 67 | } |
| 68 | |
| 69 | #screen-meta-links .acf a.show-settings { |
| 70 | padding: 0 16px; |
| 71 | border-top: 0 none; |
| 72 | color: #21759B; |
| 73 | padding: 0 20px 0 10px; |
| 74 | text-shadow: #fff 0 1px 0; |
| 75 | } |
| 76 | |
| 77 | #screen-meta-links .acf.screen-meta-active { |
| 78 | margin-top: -1px; |
| 79 | } |
| 80 | |
| 81 | .screen-meta-wrap h5 { |
| 82 | margin: 8px 0 3px; |
| 83 | font-size: 13px; |
| 84 | } |
| 85 | .screen-meta-wrap { |
| 86 | background-color: #F9F9F9; |
| 87 | border: #DFDFDF solid 1px; |
| 88 | border-top: 0 none; |
| 89 | margin: 0 20px 0 0; |
| 90 | padding: 8px 12px 12px; |
| 91 | border-radius: 0 0 4px 4px; |
| 92 | } |
| 93 | |
| 94 | |
| 95 | |
| 96 | .screen-meta-wrap p { |
| 97 | margin-top: 0px; |
| 98 | } |
| 99 | |
| 100 | table.acf_activate { |
| 101 | border: #DFDFDF solid 1px; |
| 102 | border-collapse:separate; |
| 103 | border-spacing:0; |
| 104 | vertical-align:top; |
| 105 | width: 100%; |
| 106 | background: #FEFEFE; |
| 107 | } |
| 108 | |
| 109 | table.acf_activate tr:nth-child(even) { |
| 110 | background: #F9F9F9 |
| 111 | } |
| 112 | |
| 113 | table.acf_activate tr:nth-child(odd) { |
| 114 | background: transparent; |
| 115 | } |
| 116 | |
| 117 | table.acf_activate tr.field_save { |
| 118 | background: #EAF2FA; |
| 119 | } |
| 120 | |
| 121 | table.acf_activate tr td, |
| 122 | table.acf_activate tr th { |
| 123 | border-bottom: #DFDFDF solid 1px; |
| 124 | border-right: #DFDFDF solid 1px; |
| 125 | padding: 8px; |
| 126 | } |
| 127 | |
| 128 | table.acf_activate tr:last-child td { |
| 129 | border-bottom: 0 none; |
| 130 | } |
| 131 | |
| 132 | table.acf_activate tr td:last-child { |
| 133 | border-right: 0 none; |
| 134 | } |
| 135 | |
| 136 | table.acf_activate input[type="text"] { |
| 137 | padding: 7px; |
| 138 | width: 200px; |
| 139 | } |
| 140 | |
| 141 | table.acf_activate input[type="submit"] { |
| 142 | margin-left: 5px; |
| 143 | margin-right: 5px; |
| 144 | } |
| 145 | |
| 146 | /*-------------------------------------------------------------------------------------------- |
| 147 | Columns |
| 148 | --------------------------------------------------------------------------------------------*/ |
| 149 | .row-actions .inline { |
| 150 | display: none; |
| 151 | } |
| 152 | |
| 153 | /*-------------------------------------------------------------------------------------------- |
| 154 | Export |
| 155 | --------------------------------------------------------------------------------------------*/ |
| 156 | |
| 157 | #acf-screen-meta-form-1 { |
| 158 | float: left; |
| 159 | width: 48%; |
| 160 | } |
| 161 | |
| 162 | #acf-screen-meta-form-1 select { |
| 163 | width: 99%; |
| 164 | height: 80px; |
| 165 | margin-bottom: 10px; |
| 166 | } |
| 167 | |
| 168 | #acf-screen-meta-form-2 { |
| 169 | float: right; |
| 170 | width: 48%; |
| 171 | } |
| 172 |