Skip to content

Commit

Permalink
A couple more styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbj committed Feb 14, 2018
1 parent adaa87b commit 3989a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions TracyDebugger.module
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__),
'author' => 'Adrian Jones',
'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/',
'version' => '4.9.16',
'version' => '4.9.17',
'autoload' => true,
'singular' => true,
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',
Expand Down Expand Up @@ -2131,10 +2131,10 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
$fieldset = $this->wire('modules')->get("InputfieldMarkup");
$fieldset->label = __(' ', __FILE__);
$fieldset->value = '
<p><strong><img src="https://adrianbj.github.io/TracyDebugger/img/icon.svg" style="display:inline; margin:0 15px 0 0; width: 50px" />Tracy Debugger for ProcessWire v'.$this->getModuleInfo()['version'].'</strong></p>
<p><strong><img src="https://adrianbj.github.io/TracyDebugger/img/icon.svg" style="display:inline; vertical-align: middle; margin:0 15px 0 0; width: 50px" />Tracy Debugger for ProcessWire v'.$this->getModuleInfo()['version'].'</strong></p>
<p style="margin-left:55px"><i class="fa fa-fw fa-lg fa-book"></i> <a href="https://adrianbj.github.io/TracyDebugger">TracyDebugger for ProcessWire Docs</a> and <a href="https://tracy.nette.org/">Nette Tracy Docs</a><p>
<p style="margin-left:55px"><i class="fa fa-fw fa-lg fa-github"></i> <a href="https://github.com/adrianbj/TracyDebugger">Star on Github</a></p>
<p style="margin-left:55px"><img class="fa fa-fw" style="display:inline; margin:0 4px" src="https://adrianbj.github.io/TracyDebugger/icons/processwire-info.svg"> <a href="http://modules.processwire.com/modules/tracy-debugger/">Recommend in the Modules Directory</a></strong></p>
<p style="margin-left:55px"><img class="fa fa-fw" style="display:inline; vertical-align: middle; margin:0 4px" src="https://adrianbj.github.io/TracyDebugger/icons/processwire-info.svg"> <a href="http://modules.processwire.com/modules/tracy-debugger/">Recommend in the Modules Directory</a></strong></p>
';
$wrapper->add($fieldset);

Expand Down
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ body.tracyHidden:before {
#tracy-debug a {
border: none !important;
font-weight: normal !important;
color: #444444 !important;
font-size: 12px !important;
}

Expand Down

0 comments on commit 3989a54

Please sign in to comment.