font
12 years ago
admin.css
12 years ago
admin.min.css
12 years ago
elusive.css
12 years ago
elusive.min.css
12 years ago
extra.css
12 years ago
extra.min.css
12 years ago
font-awesome.css
12 years ago
font-awesome.min.css
12 years ago
genericons.css
12 years ago
genericons.min.css
12 years ago
admin.css
128 lines
| 1 | .menu-icons-wrap { |
| 2 | margin-top: 5px; |
| 3 | margin-bottom: 5px; |
| 4 | } |
| 5 | .menu-icons-wrap .original label { |
| 6 | display: inline-block; |
| 7 | min-width: 7em; |
| 8 | } |
| 9 | .menu-icons-wrap .easy p { |
| 10 | min-height: 2.2em; |
| 11 | margin-bottom: 0; |
| 12 | } |
| 13 | .menu-icons-wrap .easy p > * { |
| 14 | display: inline-block; |
| 15 | height: 100%; |
| 16 | vertical-align: middle; |
| 17 | } |
| 18 | .menu-icons-wrap .easy a { |
| 19 | cursor: pointer; |
| 20 | text-decoration: none; |
| 21 | } |
| 22 | .menu-icons-wrap .easy .submitdelete { |
| 23 | float: none; |
| 24 | } |
| 25 | .menu-icons-wrap .easy img { |
| 26 | max-width: 40px; |
| 27 | height: auto !important; |
| 28 | vertical-align: baseline; |
| 29 | } |
| 30 | .menu-icons-wrap ._icon { |
| 31 | color: #666; |
| 32 | font-size: 1.9em; |
| 33 | width: auto; |
| 34 | height: auto; |
| 35 | vertical-align: bottom; |
| 36 | margin: -.1em .2em 0 .2em; |
| 37 | } |
| 38 | |
| 39 | .mi-items-wrap .mi-items { |
| 40 | padding-top: 10px; |
| 41 | } |
| 42 | .mi-item .attachment-preview { |
| 43 | width: 110px; |
| 44 | height: 125px; |
| 45 | text-align: center; |
| 46 | } |
| 47 | .mi-item ._icon { |
| 48 | display: inline-block; |
| 49 | margin-top: 8px; |
| 50 | color: #666; |
| 51 | height: 110px; |
| 52 | } |
| 53 | .mi-item ._icon i { |
| 54 | font-size: 80px; |
| 55 | width: 80px; |
| 56 | height: 80px; |
| 57 | vertical-align: middle; |
| 58 | } |
| 59 | .menu-icons-wrap a._select:focus ._icon, |
| 60 | .menu-icons-wrap a._select:hover ._icon, |
| 61 | .mi-item:hover ._icon, |
| 62 | .mi-item.selected ._icon { |
| 63 | color: #101010; |
| 64 | } |
| 65 | .mi-item .filename div { |
| 66 | line-height: 1.1; |
| 67 | padding: 8px 10px; |
| 68 | } |
| 69 | |
| 70 | .mi-preview.menu-item { |
| 71 | font-size: 1.2em; |
| 72 | min-height: 0; |
| 73 | } |
| 74 | .mi-preview.menu-item a { |
| 75 | text-decoration: none; |
| 76 | } |
| 77 | .mi-preview.menu-item a > * { |
| 78 | display: inline-block; |
| 79 | vertical-align: middle; |
| 80 | line-height: 100%; |
| 81 | height: 100%; |
| 82 | } |
| 83 | .mi-preview.menu-item ._icon { |
| 84 | margin-right: .25em; |
| 85 | } |
| 86 | .mi-settings input[type="number"], |
| 87 | .menu-icons-settings input[type="number"] { |
| 88 | width: auto; |
| 89 | max-width: 5em; |
| 90 | float: none; |
| 91 | } |
| 92 | .media-sidebar .mi-settings .setting input { |
| 93 | float: none; |
| 94 | } |
| 95 | .mi-settings ._info { |
| 96 | clear: both; |
| 97 | padding-top: 1em; |
| 98 | margin-bottom: 0; |
| 99 | } |
| 100 | |
| 101 | /** Settings Meta Box **/ |
| 102 | .menu-icons-settings ._field { |
| 103 | padding: .5em 0; |
| 104 | } |
| 105 | .menu-icons-settings ._field ._main { |
| 106 | display: block; |
| 107 | font-weight: bold; |
| 108 | margin-bottom: .25em; |
| 109 | } |
| 110 | #menu-settings-column .menu-icons-settings .inside { |
| 111 | margin-top: 0; |
| 112 | } |
| 113 | .menu-icons-settings .taxonomydiv .tabs-panel { |
| 114 | max-height: none; |
| 115 | padding-top: .3em; |
| 116 | padding-bottom: .4em; |
| 117 | margin-bottom: .75em; |
| 118 | } |
| 119 | .js .menu-icons-settings .taxonomydiv .tabs-panel { |
| 120 | margin-bottom: 0; |
| 121 | } |
| 122 | .menu-icons-settings h4 { |
| 123 | margin: 0; |
| 124 | } |
| 125 | .menu-icons-settings ._menu span.description { |
| 126 | margin-left: .5em; |
| 127 | } |
| 128 |