font
12 years ago
admin.css
12 years ago
admin.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
88 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 img { |
| 23 | max-width: 40px; |
| 24 | height: auto !important; |
| 25 | vertical-align: baseline; |
| 26 | } |
| 27 | .menu-icons-wrap ._icon { |
| 28 | color: #666; |
| 29 | font-size: 1.9em; |
| 30 | width: auto; |
| 31 | height: auto; |
| 32 | vertical-align: bottom; |
| 33 | margin: -.1em .2em 0 .2em; |
| 34 | } |
| 35 | |
| 36 | .mi-items-wrap .mi-items { |
| 37 | padding-top: 10px; |
| 38 | } |
| 39 | .mi-item .attachment-preview { |
| 40 | width: 110px; |
| 41 | height: 125px; |
| 42 | text-align: center; |
| 43 | } |
| 44 | .mi-item ._icon { |
| 45 | display: inline-block; |
| 46 | margin-top: 8px; |
| 47 | color: #666; |
| 48 | height: 110px; |
| 49 | } |
| 50 | .mi-item ._icon i { |
| 51 | font-size: 80px; |
| 52 | width: 80px; |
| 53 | height: 80px; |
| 54 | vertical-align: middle; |
| 55 | } |
| 56 | .menu-icons-wrap a._select:focus ._icon, |
| 57 | .menu-icons-wrap a._select:hover ._icon, |
| 58 | .mi-item:hover ._icon, |
| 59 | .mi-item.selected ._icon { |
| 60 | color: #101010; |
| 61 | } |
| 62 | .mi-item .filename div { |
| 63 | line-height: 1.1; |
| 64 | padding: 8px 10px; |
| 65 | } |
| 66 | |
| 67 | .mi-preview.menu-item { |
| 68 | font-size: 1.2em; |
| 69 | min-height: 0; |
| 70 | } |
| 71 | .mi-preview.menu-item a { |
| 72 | text-decoration: none; |
| 73 | } |
| 74 | .mi-preview.menu-item ._icon { |
| 75 | vertical-align: middle; |
| 76 | } |
| 77 | |
| 78 | .mi-settings input[type="number"] { |
| 79 | width: auto; |
| 80 | max-width: 5em; |
| 81 | float: none; |
| 82 | } |
| 83 | .mi-settings ._info { |
| 84 | clear: both; |
| 85 | padding-top: 1em; |
| 86 | margin-bottom: 0; |
| 87 | } |
| 88 |