| @@ -37,99 +37,64 @@ | ||
| 37 | 37 | fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] { |
| 38 | 38 | width: 16px; |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | -/* Language Packs */ | |
| 41 | +/* Bogo Tools */ | |
| 42 | 42 | |
| 43 | -#bogo-language-packs td { | |
| 44 | - box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; | |
| 45 | - padding: 10px; | |
| 43 | +#translations tr.active th, #translations tr.active td { | |
| 44 | + background-color: #f7fcfe; | |
| 46 | 45 | } |
| 47 | 46 | |
| 48 | -#bogo-language-packs td:first-child { | |
| 49 | - border-left: 0; | |
| 50 | - padding-left: 16px; | |
| 47 | +#translations tr.active th { | |
| 48 | + border-left: 4px solid #00a0d2; | |
| 51 | 49 | } |
| 52 | 50 | |
| 53 | -#bogo-language-packs tr.active td { | |
| 54 | - background-color: #f7fcfe; | |
| 51 | +#translations th { | |
| 52 | + width: 2em; | |
| 53 | + border-left: 4px solid #fff; | |
| 55 | 54 | } |
| 56 | 55 | |
| 57 | -#bogo-language-packs tr.active td:first-child { | |
| 58 | - border-left: 4px solid #00a0d2; | |
| 59 | - padding-left: 12px; | |
| 56 | +#translations th, #translations td { | |
| 57 | + box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; | |
| 58 | + padding: 8px 10px 4px; | |
| 60 | 59 | } |
| 61 | 60 | |
| 62 | -#bogo-language-packs td.status ul { | |
| 63 | - margin: 0; | |
| 61 | +#translations td p { | |
| 62 | + margin: 4px 0 8px; | |
| 64 | 63 | } |
| 65 | 64 | |
| 66 | -#bogo-language-packs td.status li.post-count, | |
| 67 | -#bogo-language-packs td.status li.page-count { | |
| 68 | - float: left; | |
| 69 | - margin: 6px 16px 0 0; | |
| 65 | +#translations td strong { | |
| 66 | + font-size: 110%; | |
| 70 | 67 | } |
| 71 | 68 | |
| 72 | -#bogo-language-packs td.status li.post-count a::before, | |
| 73 | -#bogo-language-packs td.status li.page-count a::before { | |
| 74 | - font: normal 20px/1 dashicons; | |
| 75 | - color: #82878c; | |
| 76 | - content: '\f159'; | |
| 77 | - display: inline-block; | |
| 78 | - vertical-align: top; | |
| 79 | - padding-right: 4px; | |
| 69 | +#translations a.install, #translations a.activate { | |
| 70 | + border: 1px solid #0074a2; | |
| 71 | + background: #d4eefe; | |
| 72 | + border-radius: 4px; | |
| 73 | + padding: 0 4px; | |
| 80 | 74 | text-decoration: none; |
| 75 | + font-size: 90%; | |
| 76 | + margin-left: .4em; | |
| 81 | 77 | } |
| 82 | 78 | |
| 83 | -#bogo-language-packs td.status li.post-count a::before { | |
| 84 | - content: '\f109'; | |
| 79 | +#translations a.install:active, #translations a.install:hover, | |
| 80 | +#translations a.activate:active, #translations a.activate:hover { | |
| 81 | + border: 1px solid #2ea2cc; | |
| 85 | 82 | } |
| 86 | 83 | |
| 87 | -#bogo-language-packs td.status li.page-count a::before { | |
| 88 | - content: '\f105'; | |
| 84 | +#translations div.status { | |
| 85 | + color: #ddd; | |
| 89 | 86 | } |
| 90 | 87 | |
| 91 | -/* Terms Translation */ | |
| 92 | - | |
| 93 | -#bogo-terms-translation .large-text { | |
| 94 | - background: transparent; | |
| 88 | +#translations div.status span.status { | |
| 95 | 89 | color: #555; |
| 96 | - font-size: 13px; | |
| 97 | - border: none; | |
| 98 | - box-shadow: none; | |
| 99 | - padding-left: 0; | |
| 100 | - margin-left: 0; | |
| 101 | 90 | } |
| 102 | 91 | |
| 103 | -#bogo-terms-translation .large-text:hover { | |
| 104 | - background: #fff; | |
| 105 | - color: #32373c; | |
| 106 | - font-size: 14px; | |
| 107 | - border: 1px solid #ddd; | |
| 108 | - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; | |
| 109 | - padding-left: 5px; | |
| 110 | - margin-left: 1px; | |
| 92 | +#translations div.status a.delete, | |
| 93 | +#translations div.status a.deactivate { | |
| 94 | + color: #a00; | |
| 111 | 95 | } |
| 112 | 96 | |
| 113 | -#bogo-terms-translation .large-text:focus { | |
| 114 | - background: #fff; | |
| 115 | - color: #32373c; | |
| 116 | - font-size: 14px; | |
| 117 | - border: 1px solid #5b9dd9; | |
| 118 | - box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); | |
| 119 | - padding-left: 5px; | |
| 120 | - margin-left: 1px; | |
| 121 | -} | |
| 122 | - | |
| 123 | -/* Post */ | |
| 124 | - | |
| 125 | -ul#bogo-translations li { | |
| 126 | - list-style-type: disc; | |
| 127 | - margin-left: 1.4em; | |
| 128 | -} | |
| 129 | - | |
| 130 | -/* Admin Bar */ | |
| 131 | - | |
| 132 | -#wpadminbar #wp-admin-bar-bogo-user-locale .ab-icon::before { | |
| 133 | - content: "\f326"; | |
| 134 | - top: 2px; | |
| 97 | +#translations div.status a.delete:hover, | |
| 98 | +#translations div.status a.deactivate:hover { | |
| 99 | + color: #f00; | |
| 135 | 100 | } |