Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
1e4c1eca
Commit
1e4c1eca
authored
Jan 04, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made debug toolbar position fixed again
issue #1747
parent
421ebeee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
main.css
extensions/yii/debug/assets/main.css
+4
-0
toolbar.css
extensions/yii/debug/assets/toolbar.css
+7
-5
No files found.
extensions/yii/debug/assets/main.css
View file @
1e4c1eca
body
{
padding-top
:
62px
;
}
span
.indent
{
color
:
#ccc
;
}
...
...
extensions/yii/debug/assets/toolbar.css
View file @
1e4c1eca
#yii-debug-toolbar
{
position
:
fixed
;
left
:
0
;
right
:
0
;
z-index
:
1000000
;
padding
:
0
;
font
:
11px
Verdana
,
Arial
,
sans-serif
;
text-align
:
left
;
...
...
@@ -16,16 +20,14 @@
}
.yii-debug-toolbar-top
{
border-bottom
:
1px
solid
#e4e4e4
;
top
:
0
;
margin
:
0
0
20px
0
;
height
:
42px
;
border-bottom
:
1px
solid
#e4e4e4
;
}
.yii-debug-toolbar-bottom
{
position
:
fixed
;
left
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
1000000
;
margin
:
0
;
border-top
:
1px
solid
#ccc
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment