| 1 |
fieldset.bogo-locale-options { |
| 2 |
margin: 0px 12px 10px 0; |
| 3 |
padding: 4px 4px 8px 8px; |
| 4 |
border: 1px solid #dfdfdf; |
| 5 |
} |
| 6 |
|
| 7 |
#your-profile fieldset.bogo-locale-options { |
| 8 |
margin: 0; |
| 9 |
padding: 4px 0 0; |
| 10 |
border: none; |
| 11 |
} |
| 12 |
|
| 13 |
.widget-content fieldset.bogo-locale-options { |
| 14 |
margin-right: 0; |
| 15 |
} |
| 16 |
|
| 17 |
fieldset.bogo-locale-options legend { |
| 18 |
font-style: italic; |
| 19 |
color: #666666; |
| 20 |
} |
| 21 |
|
| 22 |
fieldset.bogo-locale-options label.bogo-locale-option { |
| 23 |
display: inline-block; |
| 24 |
white-space: nowrap; |
| 25 |
margin: 6px 0.4em 0 0; |
| 26 |
border: 1px solid #a7a7a7; |
| 27 |
border-radius: 4px; |
| 28 |
padding: 1px 4px 1px 2px; |
| 29 |
background: #f1f1f1; |
| 30 |
} |
| 31 |
|
| 32 |
fieldset.bogo-locale-options label.bogo-locale-option.checked { |
| 33 |
border: 1px solid #0074a2; |
| 34 |
background: #d4eefe; |
| 35 |
} |
| 36 |
|
| 37 |
fieldset.bogo-locale-options label.bogo-locale-option input[type="checkbox"] { |
| 38 |
width: 16px; |
| 39 |
} |
| 40 |
|
| 41 |
/* Bogo Tools */ |
| 42 |
|
| 43 |
#translations tr.active th, #translations tr.active td { |
| 44 |
background-color: #f7fcfe; |
| 45 |
} |
| 46 |
|
| 47 |
#translations tr.active th { |
| 48 |
border-left: 4px solid #00a0d2; |
| 49 |
} |
| 50 |
|
| 51 |
#translations th { |
| 52 |
width: 2em; |
| 53 |
border-left: 4px solid #fff; |
| 54 |
} |
| 55 |
|
| 56 |
#translations th, #translations td { |
| 57 |
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; |
| 58 |
padding: 8px 10px 4px; |
| 59 |
} |
| 60 |
|
| 61 |
#translations td p { |
| 62 |
margin: 4px 0 8px; |
| 63 |
} |
| 64 |
|
| 65 |
#translations td strong { |
| 66 |
font-size: 110%; |
| 67 |
} |
| 68 |
|
| 69 |
#translations a.install, #translations a.activate { |
| 70 |
border: 1px solid #0074a2; |
| 71 |
background: #d4eefe; |
| 72 |
border-radius: 4px; |
| 73 |
padding: 0 4px; |
| 74 |
text-decoration: none; |
| 75 |
font-size: 90%; |
| 76 |
margin-left: .4em; |
| 77 |
} |
| 78 |
|
| 79 |
#translations a.install:active, #translations a.install:hover, |
| 80 |
#translations a.activate:active, #translations a.activate:hover { |
| 81 |
border: 1px solid #2ea2cc; |
| 82 |
} |
| 83 |
|
| 84 |
#translations div.status { |
| 85 |
color: #ddd; |
| 86 |
} |
| 87 |
|
| 88 |
#translations div.status span.status { |
| 89 |
color: #555; |
| 90 |
} |
| 91 |
|
| 92 |
#translations div.status a.delete, |
| 93 |
#translations div.status a.deactivate { |
| 94 |
color: #a00; |
| 95 |
} |
| 96 |
|
| 97 |
#translations div.status a.delete:hover, |
| 98 |
#translations div.status a.deactivate:hover { |
| 99 |
color: #f00; |
| 100 |
} |
| 101 |
|