Skip to content

Commit 030c22b

Browse files
committed
Profiler: Status bar moved to upper right corner
1 parent ed49c1a commit 030c22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_profiler/views/status_bar.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $show_cache_state = function( string $title, bool $state ) {
3838
};
3939

4040
?>
41-
<div id="__profiler__" style="position: fixed; bottom: 0;left: 0;background-color: #c9c9c9;padding: 5px;font-family: Helvetica, Arial, sans-serif;border: 1px inset #ffffff;font-size:14px;">
41+
<div id="__profiler__" style="position: fixed; top: 0;right: 0;background-color: #c9c9c9;padding: 5px;font-family: Helvetica, Arial, sans-serif;border: 1px inset #ffffff;font-size:14px;">
4242
<div style="display: table">
4343
<div style="display: table-row">
4444
<div style="display:table-cell;padding: 0 20px 0 0;border: none;">

_profiler/views/status_bar_error.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Miroslav Marek <mirek.marek@web-jet.cz>
77
*/
88
?>
9-
<div id="__profiler__" style="position: fixed; bottom: 0;left: 0;background-color: #c9c9c9;padding: 5px;font-family: Helvetica, Arial, sans-serif;border: 1px inset #ffffff;font-size:14px;">
9+
<div id="__profiler__" style="position: fixed; top: 0;right: 0;background-color: #c9c9c9;padding: 5px;font-family: Helvetica, Arial, sans-serif;border: 1px inset #ffffff;font-size:14px;">
1010
<div style="display: table">
1111
<div style="display: table-row">
1212
<div style="display:table-cell;padding: 0 20px 0 0;border: none;">

0 commit comments

Comments
 (0)