/** * All of the CSS for your admin-specific functionality should be * included in this file. */ /* Utils */ .c4p-center { text-align: center; } .c4p-author-image { height: 10em; margin-top: 1em; margin-left: 1em; margin-right: 2em; /*margin: 2em 1.5em;*/ } .c4p-full-card { max-width: none; } .c4p-left { float: left; } .c4p-right { float: right; } .c4p-clearfix:after { content: ""; display: table; clear: both; } /* Notices */ .updated, .error { margin: 15px 0 20px !important; } .i4t3-author-link { text-decoration: none; } .c4p-update-nag { padding: 0px 15px; width: 96%; margin: 15px 15px 0 2px; } /* Stats Section */ /* .wp-list-table .column-id { width: 5%; } */ .wp-list-table .column-date { width: 15%; } .wp-list-table .column-url { width: 25%; } .wp-list-table .column-ref { width: 20%; } .wp-list-table .column-ip { width: 15%;} .wp-list-table .column-ua { width: 25%;} .i4t3-url-p { color:red !important; }