Skip to content

Commit 84237d9

Browse files
author
Chris K
committed
Some small CSS tweaks.
1 parent 568f818 commit 84237d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/client-en.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ window.load_screen_timeout = window.setTimeout(function()
172172
<!-- command concat_css "./style/dragonfly.css" -->
173173
<!-- command concat_js "./script/dragonfly.js" -->
174174

175+
<link rel="stylesheet" href="./ecma-debugger/eventlisteners/evlisteners.css"/>
175176
<link rel="stylesheet" href="./ui-style/ui.css"/>
176177
<link rel="stylesheet" href="./ui-style/overlay.css"/>
177178
<link rel="stylesheet" href="./ui-style/tabs.css"/>
@@ -196,7 +197,6 @@ window.load_screen_timeout = window.setTimeout(function()
196197
<link rel="stylesheet" href="./storage/storage_style.css"/>
197198
<link rel="stylesheet" href="./screenshot/style.css"/>
198199
<link rel="stylesheet" href="./ui-scripts/tooltip/tooltip.css"/>
199-
<link rel="stylesheet" href="./ecma-debugger/eventlisteners/evlisteners.css"/>
200200

201201

202202
<!-- This will turn off including of the UI strings if the exclude_uistrings var is set -->

src/ecma-debugger/eventlisteners/evlisteners.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.ev-listener-tooltip
1212
{
1313
margin: 0;
14+
margin-top: -13px;
1415
}
1516

1617
.ev-missing-script:hover
@@ -47,7 +48,8 @@
4748
{
4849
background-color: hsla(0, 0%, 0%, 0.04);
4950
padding: 2px 8px;
50-
margin: 0 -8px;
51+
margin: 5px -8px 1px -8px;
52+
border-width: 1px 0;
5153
}
5254

5355
.ev-added,

0 commit comments

Comments
 (0)