Skip to content

Commit

Permalink
- fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Aug 30, 2015
1 parent a142f98 commit eb4e188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions css/ct-admin.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/* This stylesheet is used to style the admin option form of the plugin. */

p {
margin-bottom: 5px;
margin-top: 5px;
}
/* This stylesheet is used to style the admin options form of the plugin. */

.icon-labs64 {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QkPFwUYQHUOkAAAAbZJREFUWMPtl80rRFEYh59z7pl8K+OrIQsSKTZkQVkrlpRESlJSsrGytfEPWFlYiZolJQtZsRJZ2CkfmTJoyCjXzL1zLMZHY7pyuVK67+6ec9+3p3vf93d+R5x2V+iEDQhcRcp8pG5lj0B1AydDrVjXEdyGEqASNoSjFsolgGVaTJhJgsDmjcV91HKVr4H2YolCvJC4BEAIxEuO8Y18nS6B5I/DB/AB1Je7VmvHZ62z99ODIrwBqGxsoql3AJ2y34XItsgrrQSgY3yaxEM8I+cucsbB6hLSMH4OEKytp3VkynG/pX8sa+1ib4f95UXwAuDtU5sxksfrCOlcVJY0YITave8BAB2PYG5NIVSu4zuB5tHfA0g3lgHC+ERgpa8DPsA/leJXzdWpBMKWzlOgrd8DECV1FPRtgHAGEAUh7wFeDxURKMSo6friz5XeAVweHbI9PwM69bZmJ5N0Ts6SXxZid2GOp/vbjJz4VRSplDcAsfMzYudLH1yxSdvwBPllIY7WwsQvs235Z2eGP4Y+gA+QMYZap62EO1X+6JLd3w0BVI6EwSrXxghtKopyAwD0lCtsvlFDwzOb9YklvzGQAQAAAABJRU5ErkJggg==');
Expand All @@ -17,7 +12,7 @@ p {
display: block;
}

.wrap {
.credit-tracker {
float: left;
width: 75%;
}
Expand All @@ -44,4 +39,3 @@ p {
.compat-attachment-fields .field input {
box-sizing: border-box;
}

2 changes: 1 addition & 1 deletion options.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function credittracker_enqueue_admin_scripts()
function credittracker_create_admin_page()
{
?>
<div class="wrap" xmlns="http://www.w3.org/1999/html">
<div class="wrap credit-tracker" xmlns="http://www.w3.org/1999/html">
<a href="http://www.labs64.com" target="_blank" class="icon-labs64 icon32"></a>

<h2><?php _e('Credit Tracker by Labs64', CREDITTRACKER_SLUG); ?></h2>
Expand Down

0 comments on commit eb4e188

Please sign in to comment.