Skip to content

Commit f0e82fa

Browse files
authored
Merge pull request #1342 from bcit-ci/styles
Toolbar Styles
2 parents ebff6a6 + f2e81e3 commit f0e82fa

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

application/Views/welcome_message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</pre>
125125

126126
<p>If you are exploring CodeIgniter for the very first time, you
127-
should start by reading the (in progress)
127+
should start by reading the
128128
<a href="https://bcit-ci.github.io/CodeIgniter4">User Guide</a>.</p>
129129

130130
</div>

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#debug-bar {
2727
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2828
font-size: 16px;
29+
font-weight: 400;
2930
line-height: 36px;
3031
background: #fff;
3132
position: fixed;
@@ -93,7 +94,7 @@
9394
#debug-bar h1 {
9495
font-size: 16px;
9596
line-height: 36px;
96-
font-weight: 300;
97+
font-weight: 500;
9798
margin: 0 16px 0 0;
9899
padding: 0;
99100
text-align: left;
@@ -118,7 +119,7 @@
118119

119120
#debug-bar h2 {
120121
font-size: 16px;
121-
font-weight: 300;
122+
font-weight: 500;
122123
margin: 0;
123124
padding: 0;
124125
}
@@ -214,6 +215,7 @@
214215
padding: 0 10px;
215216
color: inherit;
216217
text-decoration: none;
218+
letter-spacing: normal;
217219
}
218220

219221
#debug-bar .ci-label.active {
@@ -246,7 +248,7 @@
246248

247249
#debug-bar table {
248250
margin: 0 0 10px 20px;
249-
font-size: 13px;
251+
font-size: 0.9rem;
250252
border-collapse: collapse;
251253
width: 100%;
252254
}
@@ -263,7 +265,7 @@
263265

264266
#debug-bar td {
265267
border: none;
266-
padding: 2px 10px 2px 5px;
268+
padding: 0 10px 0 5px;
267269
margin: 0;
268270
}
269271

@@ -272,7 +274,7 @@
272274
}
273275

274276
#debug-bar tr td:first-child {
275-
width: 20%;
277+
max-width: 20%;
276278
}
277279

278280
#debug-bar tr td:first-child.narrow {
@@ -315,9 +317,9 @@
315317
#debug-bar table.timeline .timer {
316318
position: absolute;
317319
display: inline-block;
318-
padding: 3px;
319-
bottom: 9px;
320-
border-radius: 3px;
320+
padding: 5px;
321+
top: 40%;
322+
border-radius: 4px;
321323
background-color: #999;
322324
}
323325

0 commit comments

Comments
 (0)