aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
diff options
context:
space:
mode:
authorPercy Perez-Pinedo2009-08-25 14:17:06 -0700
committerPercy Perez-Pinedo2009-08-25 14:17:06 -0700
commit1aebd7088254cda76ddbca51cef2e9ed820faee1 (patch)
treeb05d838e6a1de0c25177480e5bde6312eec9ca5d /debug_toolbar/media
parent694870e5d670ff457f2ccb4395e436ed13d1ce76 (diff)
parent8db6f775231914607865104e908ddefdf28889b7 (diff)
downloaddjango-debug-toolbar-1aebd7088254cda76ddbca51cef2e9ed820faee1.tar.bz2
merging in changes from ui-rf and fixing conflicts in templates
Diffstat (limited to 'debug_toolbar/media')
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.css386
-rw-r--r--debug_toolbar/media/debug_toolbar/toolbar.js2
2 files changed, 190 insertions, 198 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css
index 6156fb7..9da3f32 100644
--- a/debug_toolbar/media/debug_toolbar/toolbar.css
+++ b/debug_toolbar/media/debug_toolbar/toolbar.css
@@ -15,20 +15,21 @@
#djDebug legend{color:#000;}
#djDebug input,#djDebug button,#djDebug textarea,#djDebug select,#djDebug optgroup,#djDebug option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
#djDebug input,#djDebug button,#djDebug textarea,#djDebug select{*font-size:100%;}
+
#djDebug * {
- color: #000;
- float: none;
- margin: 0;
- padding: 0;
- position: static;
- text-align: left;
+ color:#000;
+ float:none;
+ margin:0;
+ padding:0;
+ position:static;
+ text-align:left;
font-family:sans-serif;
}
#djDebugToolbar {
- background: #111;
- width: 200px;
- z-index: 100000000;
+ background:#111;
+ width:200px;
+ z-index:100000000;
position:absolute;
top:0;
bottom:0;
@@ -40,278 +41,269 @@
color:#999;
}
-#djDebugToolbarHandle {
- position:absolute;
- background: #111;
- top:0;
- right:0;
- height: 25px;
- width: 25px;
- z-index: 100000000;
-}
-
-#djDebugToolbarHandle ul li {
- list-style-type:none;
- padding: 0;
-}
-
-#djDebugToolbarHandle ul li a {
- display: block;
- width: 100%;
- font-size: 16px;
- line-height: 25px;
- font-weight: bold;
- text-decoration: none;
- color: #daf7ff;
- text-align: center;
-}
-
-#djDebugToolbarHandle ul li a:hover {
- color: #111;
- background-color: #9fbb54;
-}
-
#djDebugToolbar ul {
- margin: 0;
- padding: 0;
- list-style: none;
+ margin:0;
+ padding:0;
+ list-style:none;
}
#djDebugToolbar li {
- border-bottom: 1px solid #222;
- color: #fff;
- display: block;
- font-weight: bold;
- float: none;
- margin: 0;
- padding: 0;
- position: relative;
- width: auto;
+ border-bottom:1px solid #222;
+ color:#fff;
+ display:block;
+ font-weight:bold;
+ float:none;
+ margin:0;
+ padding:0;
+ position:relative;
+ width:auto;
}
#djDebugToolbar li>a,
#djDebugToolbar li>div.contentless {
- font-weight: normal;
- font-style: normal;
- font-variant: small-caps;
- text-decoration: none;
- display: block;
- font-size: 16px;
- padding: 10px 10px 5px 25px;
- color: #fff;
+ font-weight:normal;
+ font-style:normal;
+ font-variant:small-caps;
+ text-decoration:none;
+ display:block;
+ font-size:16px;
+ padding:10px 10px 5px 25px;
+ color:#fff;
}
#djDebugToolbar li a:hover {
- color: #111;
- background-color: #c6d6da;
- border-right: 10px solid #fff;
+ color:#111;
+ background-color:#c6d6da;
+ border-right:10px solid #fff;
}
#djDebugToolbar li.active {
- background-image: url(indicator.png);
- background-repeat: no-repeat;
- background-position: left center;
+ background-image:url(indicator.png);
+ background-repeat:no-repeat;
+ background-position:left center;
}
#djDebugToolbar li.active a:hover {
- background-color: #111;
- background-image: inherit;
- background-position: inherit;
- background-repeat: inherit;
- color: #b36a60;
- border: none;
+ background-color:#111;
+ background-image:inherit;
+ background-position:inherit;
+ background-repeat:inherit;
+ color:#b36a60;
+ border:none;
}
#djDebugToolbar li small {
- font-size: 12px;
- color: #999;
- font-style: italic;
- text-decoration: none;
- font-variant: normal;
+ font-size:12px;
+ color:#999;
+ font-style:italic;
+ text-decoration:none;
+ font-variant:normal;
}
-#djDebugToolbar #djDebugButton {
- color: #92ef3f;
+#djDebugToolbarHandle {
+ position:absolute;
+ background:#111;
+ top:0;
+ bottom:0;
+ right:0;
+ z-index:100000000;
}
-#djDebug pre {
- background-color: #ffffff;
+#djDebug a#djShowToolBarButton {
+ display:block;
+ height:100%;
+ padding:2px;
+ color:#fff;
+ font-size:10px;
+ font-weight:bold;
+ text-decoration:none;
+ text-align:center;
}
-#djDebug tr.djDebugOdd pre {
- background-color: #eeeeee;
+#djDebug a#djShowToolBarButton:hover {
+ background-color:#f00;
}
-#djDebug .panelContent {
-
- display: none;
- position: absolute;
- margin: 0;
- padding: 10px 20px;
- top: 2px;
- right: 200px;
- bottom: 2px;
- left: 2px;
- color: #111;
- z-index: 1000000;
- /*overflow: auto;*/
- border-left: 10px solid #c6d6da;
- border-top: 10px solid #c6d6da;
- border-bottom: 10px solid #c6d6da;
- opacity: 1.0;
- background: transparent url(panel_bg.png) repeat left top;
+#djDebug pre {
+ background-color:#ffffff;
}
-#djDebug .panelContent .panelScrollWrap {
- overflow: auto;
- height: 90%;
- width: 100%;
+#djDebug tr.djDebugOdd pre {
+ background-color:#eeeeee;
}
-#djDebug .panelContent .panelScrollContent {
- width: auto;
- margin-right: 10px;
+#djDebug .panelContent {
+ display:none;
+ position:absolute;
+ margin:0;
+ top:0;
+ right:200px;
+ bottom:0;
+ left:0;
+ background-color:#f6f6f6;
+ color:#666;
+ z-index:1000000;
+ overflow:auto;
}
-#djDebug .panelContent .boxed {
- background-color: #fff;
- padding: 5px;
- border: 1px solid #c6d6da;
+#djDebug .panelContent > div {
+ border-bottom:1px solid #ddd;
+ padding:10px 20px;
}
-#djDebug .panelContent p a, #djDebug .panelContent dt a {
- color: #000;
- padding: 2px 4px;
+.djDebugPanelTitle {
+ background-color:#ffc;
+ color:#666;
}
-#djDebug .panelContent p a:hover, #djDebug .panelContent dt a:hover {
- background-color: #ffc;
+#djDebug h3 {
+ font-size:24px;
+ font-weight:bold;
+ font-variant:small-caps;
}
-#djDebug .panelContent p a, #djDebug .panelContent dd a {
- color: #000;
- background-color: #eee;
- padding: 2px 4px;
-}
-#djDebug .panelContent p a:hover, #djDebug .panelContent dd a:hover {
- color: #111;
- background-color: #ffc;
+#djDebug h4 {
+ font-size:20px;
+ font-weight:bold;
}
-#djDebug .panelContent h3 {
- font-size: 24px;
- font-variant: small-caps;
+#djDebug .panelContent {
+ background-color:#eee;
+ color:#000;
}
-#djDebug .panelContent h4 {
- font-weight: normal;
- margin-top: 0.5em;
- font-size: 20px;
- line-height: 24px;
+#djDebug .panelContent table {
+ border:1px solid #ccc;
+ border-collapse:collapse;
+ width:100%;
+ background-color:#fff;
+}
+#djDebug .panelContent tbody td,
+#djDebug .panelContent tbody th {
+ vertical-align:top;
+ padding:2px 3px;
+}
+#djDebug .panelContent thead th {
+ padding:1px 6px 1px 3px;
+ background:#fefefe;
+ text-align:left;
+ font-weight:normal;
+ font-size:11px;
+ border:1px solid #ddd;
+}
+#djDebug .panelContent tbody th {
+ width:12em;
+ text-align:right;
+ color:#666;
+ padding-right:.5em;
}
#djDebug .panelContent code {
- font-family: Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
- font-size: inherit;
+ font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
+ font-size:12px;
+}
+/*
+#djDebug .panelContent p a:hover, #djDebug .panelContent dd a:hover {
+ color:#111;
+ background-color:#ffc;
}
#djDebug .panelContent p {
- padding: 0 5px;
+ padding:0 5px;
}
#djDebug .panelContent p, #djDebug .panelContent table, #djDebug .panelContent ol, #djDebug .panelContent ul, #djDebug .panelContent dl {
- margin: 5px 0 15px;
- background-color: #fff;
+ margin:5px 0 15px;
+ background-color:#fff;
}
-
#djDebug .panelContent table {
- /*width: 90%;*/
- clear: both;
- border: 0;
- padding: 0;
- margin: 0;
- border-collapse: collapse;
- border-spacing: 0;
+ clear:both;
+ border:0;
+ padding:0;
+ margin:0;
+ border-collapse:collapse;
+ border-spacing:0;
}
#djDebug .panelContent table a {
- color: #000;
- padding: 2px 4px;
+ color:#000;
+ padding:2px 4px;
}
#djDebug .panelContent table a:hover {
- background-color: #ffc;
+ background-color:#ffc;
}
#djDebug .panelContent table th {
- background-color: #333;
- font-weight: bold;
- color: #fff;
- padding: 3px 7px 3px;
- text-align: left;
- cursor: pointer;
+ background-color:#333;
+ font-weight:bold;
+ color:#fff;
+ padding:3px 7px 3px;
+ text-align:left;
+ cursor:pointer;
}
#djDebug .panelContent table td {
- padding: 5px 10px;
- font-size: 14px;
- background: #fff;
- color: #000;
- vertical-align: top;
- border: 0;
+ padding:5px 10px;
+ font-size:14px;
+ background:#fff;
+ color:#000;
+ vertical-align:top;
+ border:0;
}
#djDebug .panelContent table tr.djDebugOdd td {
- background: #eee;
+ background:#eee;
}
+*/
#djDebug .panelContent .close {
- text-indent: -9999999px;
- display: block;
- position: absolute;
- top: 0;
- right: 10px;
- height: 40px;
- width: 40px;
- background: url(close.png) no-repeat center center;
+ text-indent:-9999999px;
+ display:block;
+ position:absolute;
+ top:0;
+ right:10px;
+ height:40px;
+ width:40px;
+ background:url(close.png) no-repeat center center;
}
#djDebug .panelContent .close:hover {
- background-image: url(close_hover.png);
+ background-image:url(close_hover.png);
}
#djDebug .panelContent .close.back {
- background-image: url(back.png);
+ background-image:url(back.png);
}
#djDebug .panelContent .close.back:hover {
- background-image: url(back_hover.png);
+ background-image:url(back_hover.png);
}
#djDebug .panelContent dt, #djDebug .panelContent dd {
- display: block;
+ display:block;
}
#djDebug .panelContent dt {
- margin-top: 0.75em;
+ margin-top:0.75em;
}
#djDebug .panelContent dd {
- margin-left: 10px;
-}
-
-#djDebug .highlight { color: #000; }
-#djDebug .highlight .err { color: #000; } /* Error */
-#djDebug .highlight .g { color: #000; } /* Generic */
-#djDebug .highlight .k { color: #000; font-weight: bold } /* Keyword */
-#djDebug .highlight .o { color: #000; } /* Operator */
-#djDebug .highlight .n { color: #000; } /* Name */
-#djDebug .highlight .mi { color: #000; font-weight: bold } /* Literal.Number.Integer */
-#djDebug .highlight .l { color: #000; } /* Literal */
-#djDebug .highlight .x { color: #000; } /* Other */
-#djDebug .highlight .p { color: #000; } /* Punctuation */
-#djDebug .highlight .m { color: #000; font-weight: bold } /* Literal.Number */
-#djDebug .highlight .s { color: #333 } /* Literal.String */
-#djDebug .highlight .w { color: #888888 } /* Text.Whitespace */
-#djDebug .highlight .il { color: #000; font-weight: bold } /* Literal.Number.Integer.Long */
-#djDebug .highlight .na { color: #333 } /* Name.Attribute */
-#djDebug .highlight .nt { color: #000; font-weight: bold } /* Name.Tag */
-#djDebug .highlight .nv { color: #333 } /* Name.Variable */
-#djDebug .highlight .s2 { color: #333 } /* Literal.String.Double */
-#djDebug .highlight .cp { color: #333 } /* Comment.Preproc */
+ margin-left:10px;
+}
+
+#djDebug .highlight { color:#000; }
+#djDebug .highlight .err { color:#000; } /* Error */
+#djDebug .highlight .g { color:#000; } /* Generic */
+#djDebug .highlight .k { color:#000; font-weight: bold } /* Keyword */
+#djDebug .highlight .o { color:#000; } /* Operator */
+#djDebug .highlight .n { color:#000; } /* Name */
+#djDebug .highlight .mi { color:#000; font-weight: bold } /* Literal.Number.Integer */
+#djDebug .highlight .l { color:#000; } /* Literal */
+#djDebug .highlight .x { color:#000; } /* Other */
+#djDebug .highlight .p { color:#000; } /* Punctuation */
+#djDebug .highlight .m { color:#000; font-weight: bold } /* Literal.Number */
+#djDebug .highlight .s { color:#333 } /* Literal.String */
+#djDebug .highlight .w { color:#888888 } /* Text.Whitespace */
+#djDebug .highlight .il { color:#000; font-weight: bold } /* Literal.Number.Integer.Long */
+#djDebug .highlight .na { color:#333 } /* Name.Attribute */
+#djDebug .highlight .nt { color:#000; font-weight: bold } /* Name.Tag */
+#djDebug .highlight .nv { color:#333 } /* Name.Variable */
+#djDebug .highlight .s2 { color:#333 } /* Literal.String.Double */
+#djDebug .highlight .cp { color:#333 } /* Comment.Preproc */
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.js b/debug_toolbar/media/debug_toolbar/toolbar.js
index 355a66f..b20a487 100644
--- a/debug_toolbar/media/debug_toolbar/toolbar.js
+++ b/debug_toolbar/media/debug_toolbar/toolbar.js
@@ -31,7 +31,7 @@ jQuery(function($j) {
$j('#djDebug a.remoteCall').click(function() {
$j('#djDebugWindow').load(this.href, {}, function() {
$j('#djDebugWindow a.back').click(function() {
- $j(this).parent().hide();
+ $j(this).parent().parent().hide();
return false;
});
});