Skip to content

Commit 3989a54

Browse files
committed
A couple more styling tweaks
1 parent adaa87b commit 3989a54

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

TracyDebugger.module

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
3232
'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__),
3333
'author' => 'Adrian Jones',
3434
'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/',
35-
'version' => '4.9.16',
35+
'version' => '4.9.17',
3636
'autoload' => true,
3737
'singular' => true,
3838
'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4',
@@ -2131,10 +2131,10 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule {
21312131
$fieldset = $this->wire('modules')->get("InputfieldMarkup");
21322132
$fieldset->label = __(' ', __FILE__);
21332133
$fieldset->value = '
2134-
<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>
2134+
<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>
21352135
<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>
21362136
<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>
2137-
<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>
2137+
<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>
21382138
';
21392139
$wrapper->add($fieldset);
21402140

styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ body.tracyHidden:before {
186186
#tracy-debug a {
187187
border: none !important;
188188
font-weight: normal !important;
189-
color: #444444 !important;
190189
font-size: 12px !important;
191190
}
192191

0 commit comments

Comments
 (0)