diff --git src/bp-core/css/avatar-rtl.css src/bp-core/css/avatar-rtl.css
index 6af4621a..7ea70281 100644
|
|
div.bp-avatar-nav { |
145 | 145 | text-align: inherit; |
146 | 146 | } |
147 | 147 | |
148 | | .moxie-shim.moxie-shim-html5 { |
149 | | top: 108px !important; |
150 | | right: 40.1% !important; |
151 | | width: 12em; |
152 | | } |
| 148 | /* Edge CSS hack */ |
| 149 | @supports (-ms-ime-align:auto) { |
| 150 | #bp-upload-ui .moxie-shim.moxie-shim-html5 { |
| 151 | top: 108px !important; |
| 152 | } |
153 | 153 | |
154 | | .moxie-shim.moxie-shim-html5 input { |
155 | | cursor: pointer; |
| 154 | .moxie-shim.moxie-shim-html5 input { |
| 155 | cursor: pointer; |
| 156 | } |
156 | 157 | } |
157 | 158 | |
158 | 159 | .drag-drop #drag-drop-area { |
… |
… |
div.bp-avatar-nav { |
174 | 175 | display: block; |
175 | 176 | } |
176 | 177 | |
177 | | p.drag-drop-buttons input#bp-browse-button { |
178 | | width: 12em; |
179 | | } |
180 | | |
181 | 178 | .drag-drop .drag-drop-inside p { |
182 | 179 | color: #767676; |
183 | 180 | font-size: 110%; |
diff --git src/bp-core/css/avatar.css src/bp-core/css/avatar.css
index 036de4ed..40a10ce8 100644
|
|
div.bp-avatar-nav { |
145 | 145 | text-align: inherit; |
146 | 146 | } |
147 | 147 | |
148 | | .moxie-shim.moxie-shim-html5 { |
149 | | top: 108px !important; |
150 | | left: 40.1% !important; |
151 | | width: 12em; |
152 | | } |
| 148 | /* Edge CSS hack */ |
| 149 | @supports (-ms-ime-align:auto) { |
| 150 | #bp-upload-ui .moxie-shim.moxie-shim-html5 { |
| 151 | top: 108px !important; |
| 152 | } |
153 | 153 | |
154 | | .moxie-shim.moxie-shim-html5 input { |
155 | | cursor: pointer; |
| 154 | .moxie-shim.moxie-shim-html5 input { |
| 155 | cursor: pointer; |
| 156 | } |
156 | 157 | } |
157 | 158 | |
158 | 159 | .drag-drop #drag-drop-area { |
… |
… |
div.bp-avatar-nav { |
174 | 175 | display: block; |
175 | 176 | } |
176 | 177 | |
177 | | p.drag-drop-buttons input#bp-browse-button { |
178 | | width: 12em; |
179 | | } |
180 | | |
181 | 178 | .drag-drop .drag-drop-inside p { |
182 | 179 | color: #767676; |
183 | 180 | font-size: 110%; |