dashboard-review-ask.css
4 years ago
ewd-ulb-main.css
4 years ago
ewd-us-admin.css
3 years ago
ewd-us-blocks.css
4 years ago
ewd-us-helper-install-notice.css
4 years ago
ewd-us-welcome-screen.css
4 years ago
ewd-us.css
4 years ago
plugin-deactivation.css
1 month ago
ewd-us-helper-install-notice.css
20 lines
| 1 | .ewd-us-clear { |
| 2 | clear: both; |
| 3 | } |
| 4 | |
| 5 | .ewd-us-helper-install-notice { |
| 6 | display: inline-block; |
| 7 | clear: both; |
| 8 | } |
| 9 | |
| 10 | .ewd-us-helper-install-notice-img, |
| 11 | .ewd-us-helper-install-notice-txt |
| 12 | { |
| 13 | float: left; |
| 14 | padding: 8px 8px 8px 0px; |
| 15 | } |
| 16 | |
| 17 | .ewd-us-helper-install-notice div img { |
| 18 | max-height: 36px; |
| 19 | } |
| 20 |