1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00

Merge pull request #103 from barryvdh/patch-4

Tweak resizehandle
This commit is contained in:
Maxime Bouroumeau-Fuseau 2014-03-23 14:48:55 -03:00
commit 0e50bf1950

View File

@ -3,8 +3,8 @@ div.phpdebugbar {
bottom: 0;
left: 0;
width: 100%;
border-top: 1px solid #ccc;
font-family: arial;
border-top: 0;
font-family: arial, sans-serif;
background: #fff;
z-index: 10000;
font-size: 14px;
@ -34,11 +34,17 @@ a.phpdebugbar-restore-btn {
div.phpdebugbar-resize-handle {
display: none;
height: 4px;
margin-top: -4px;
width: 100%;
background: #fff;
background: none;
border-bottom: 1px solid #ccc;
cursor: n-resize;
}
div.phpdebugbar-closed, div.phpdebugbar-minimized{
border-top: 1px solid #ccc;
}
/* -------------------------------------- */
div.phpdebugbar-header {