| 1 |
/*-------------------------------------------------------------------------------------------- |
| 2 |
* |
| 3 |
* ACF manage field groups |
| 4 |
* |
| 5 |
*--------------------------------------------------------------------------------------------*/ |
| 6 |
#icon-edit { |
| 7 |
background: url(../images/sprite.png) 0 0 no-repeat !important; |
| 8 |
} |
| 9 |
|
| 10 |
#toplevel_page_edit-post_type-acf .wp-menu-image { background: url("../../../../wp-admin/images/menu.png") no-repeat scroll 0 -1px transparent; } |
| 11 |
|
| 12 |
|
| 13 |
#acf-cols { |
| 14 |
position: relative; clear: both; |
| 15 |
} |
| 16 |
|
| 17 |
#acf-col-left { |
| 18 |
margin-right: 300px; |
| 19 |
} |
| 20 |
|
| 21 |
#acf-col-left .tablenav, |
| 22 |
#acf-col-left p.search-box { |
| 23 |
display: none; |
| 24 |
} |
| 25 |
|
| 26 |
#acf-col-left form { |
| 27 |
overflow: hidden; position: relative; clear: left; |
| 28 |
} |
| 29 |
|
| 30 |
#acf-col-right { |
| 31 |
float: right; |
| 32 |
width: 281px; |
| 33 |
padding-top: 86px !important; |
| 34 |
} |
| 35 |
|
| 36 |
|
| 37 |
h3.h2 { |
| 38 |
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif; |
| 39 |
font-size: 23px; |
| 40 |
line-height: 29px; |
| 41 |
padding: 9px 15px 4px 0; |
| 42 |
margin: 0; |
| 43 |
font-weight: normal; |
| 44 |
} |
| 45 |
|
| 46 |
h3.h2 span { |
| 47 |
color: #ccc; |
| 48 |
} |
| 49 |
|
| 50 |
|
| 51 |
table.acf_activate { |
| 52 |
border: #DFDFDF solid 1px; |
| 53 |
border-collapse:separate; |
| 54 |
border-spacing:0; |
| 55 |
vertical-align:top; |
| 56 |
width: 100%; |
| 57 |
background: #FEFEFE; |
| 58 |
} |
| 59 |
|
| 60 |
table.acf_activate tr:nth-child(even) { |
| 61 |
background: #F9F9F9 |
| 62 |
} |
| 63 |
|
| 64 |
table.acf_activate tr:nth-child(odd) { |
| 65 |
background: transparent; |
| 66 |
} |
| 67 |
|
| 68 |
table.acf_activate tr.field_save { |
| 69 |
background: #EAF2FA; |
| 70 |
} |
| 71 |
|
| 72 |
table.acf_activate tr td, |
| 73 |
table.acf_activate tr th { |
| 74 |
padding: 8px; |
| 75 |
} |
| 76 |
|
| 77 |
table.acf_activate tr:last-child td { |
| 78 |
border-bottom: 0 none; |
| 79 |
} |
| 80 |
|
| 81 |
table.acf_activate tr td:last-child { |
| 82 |
border-right: 0 none; |
| 83 |
} |
| 84 |
|
| 85 |
table.acf_activate input[type="text"] { |
| 86 |
padding: 7px; |
| 87 |
width: 200px; |
| 88 |
} |
| 89 |
|
| 90 |
table.acf_activate input[type="submit"] { |
| 91 |
margin-left: 5px; |
| 92 |
margin-right: 5px; |
| 93 |
} |
| 94 |
|
| 95 |
/*-------------------------------------------------------------------------------------------- |
| 96 |
Columns |
| 97 |
--------------------------------------------------------------------------------------------*/ |
| 98 |
.row-actions .inline { |
| 99 |
display: none; |
| 100 |
} |
| 101 |
|
| 102 |
/*-------------------------------------------------------------------------------------------- |
| 103 |
Export |
| 104 |
--------------------------------------------------------------------------------------------*/ |
| 105 |
|
| 106 |
#acf-screen-meta-form-1 { |
| 107 |
float: left; |
| 108 |
width: 48%; |
| 109 |
} |
| 110 |
|
| 111 |
#acf-screen-meta-form-1 select { |
| 112 |
width: 99%; |
| 113 |
height: 80px; |
| 114 |
margin-bottom: 10px; |
| 115 |
} |
| 116 |
|
| 117 |
#acf-screen-meta-form-2 { |
| 118 |
float: right; |
| 119 |
width: 48%; |
| 120 |
} |
| 121 |
|