images
3 months ago
code_manager.css
3 months ago
code_manager_dashboard.css
3 months ago
code_manager_global.css
3 months ago
code_manager_settings.css
3 months ago
code_manager_tabmode.css
3 months ago
jquery-ui.min.css
3 months ago
code_manager_global.css
44 lines
| 1 | .cm_page_title { |
| 2 | padding-right: 10px; |
| 3 | } |
| 4 | .cm_menu_title { |
| 5 | font-size: 20px; |
| 6 | } |
| 7 | .notifyjs-corner { |
| 8 | margin-top: 42px !important; |
| 9 | } |
| 10 | .no-close .ui-dialog-titlebar-close { |
| 11 | display: none; |
| 12 | } |
| 13 | div.code-manager-dialog ul li { |
| 14 | list-style: circle; |
| 15 | margin-left: 30px; |
| 16 | } |
| 17 | div.code-manager-dialog .ui-dialog-titlebar-close { |
| 18 | visibility: hidden; |
| 19 | } |
| 20 | |
| 21 | /* WP 7 dashboard */ |
| 22 | #wpwrap .button, |
| 23 | #wpwrap select, |
| 24 | #wpwrap input[type=date], |
| 25 | #wpwrap input[type=datetime-local], |
| 26 | #wpwrap input[type=datetime], |
| 27 | #wpwrap input[type=email], |
| 28 | #wpwrap input[type=month], |
| 29 | #wpwrap input[type=number], |
| 30 | #wpwrap input[type=password], |
| 31 | #wpwrap input[type=search], |
| 32 | #wpwrap input[type=tel], |
| 33 | #wpwrap input[type=text], |
| 34 | #wpwrap input[type=time], |
| 35 | #wpwrap input[type=url], |
| 36 | #wpwrap input[type=week] { |
| 37 | min-height: 30px; |
| 38 | line-height: 2; |
| 39 | } |
| 40 | |
| 41 | #wpwrap .button .dashicons { |
| 42 | line-height: 1; |
| 43 | text-decoration: none; |
| 44 | } |