Skip to content

Commit 48b95d8

Browse files
author
Chris K
committed
Added css file.
1 parent 936cbf7 commit 48b95d8

File tree

3 files changed

+47
-52
lines changed

3 files changed

+47
-52
lines changed

src/client-en.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ window.load_screen_timeout = window.setTimeout(function()
198198
<link rel="stylesheet" href="./storage/storage_style.css"/>
199199
<link rel="stylesheet" href="./screenshot/style.css"/>
200200
<link rel="stylesheet" href="./ui-scripts/tooltip/tooltip.css"/>
201-
202-
201+
<link rel="stylesheet" href="./ecma-debugger/eventlisteners/evlisteners.css"/>
203202

204203

205204
<!-- This will turn off including of the UI strings if the exclude_uistrings var is set -->
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.ev-listener-type
2+
{
3+
font: inherit;
4+
}
5+
6+
.ev-listener
7+
{
8+
margin: 0;
9+
}
10+
11+
.ev-type
12+
{
13+
font-weight: bold;
14+
}
15+
16+
.ev-added,
17+
.ev-origin
18+
{
19+
border-radius: 2px;
20+
}
21+
22+
.ev-all-listeners
23+
{
24+
margin-left: 22px;
25+
}
26+
27+
.tooltip-function-source .js-tooltip-examine-container
28+
{
29+
padding: 0;
30+
}
31+
32+
.tooltip-function-source .js-source-line-numbers
33+
{
34+
background-color: hsla(0, 0%, 0%, .03);
35+
border-radius: 0 0 0 3px;
36+
}
37+
38+
.tooltip-function-source .js-source-content
39+
{
40+
margin-left: 40px;
41+
}
42+
43+
.position-relative
44+
{
45+
position: relative;
46+
}

src/ui-style/debugger_style.css

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,53 +1624,3 @@ d
16241624
margin: -3px;
16251625
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
16261626
}
1627-
1628-
.ev-listener-type
1629-
{
1630-
font: inherit;
1631-
}
1632-
1633-
.ev-listener
1634-
{
1635-
margin: 0;
1636-
}
1637-
1638-
.ev-type
1639-
{
1640-
font-weight: bold;
1641-
}
1642-
1643-
.ev-added,
1644-
.ev-origin
1645-
{
1646-
border-radius: 2px;
1647-
}
1648-
1649-
.ev-all-listeners
1650-
{
1651-
margin-left: 22px;
1652-
}
1653-
1654-
.tooltip-function-source .js-tooltip-examine-container
1655-
{
1656-
padding: 0;
1657-
}
1658-
1659-
.tooltip-function-source .js-source-line-numbers
1660-
{
1661-
background-color: hsla(0, 0%, 0%, .03);
1662-
border-radius: 0 0 0 3px;
1663-
}
1664-
1665-
.tooltip-function-source .js-source-content
1666-
{
1667-
margin-left: 40px;
1668-
}
1669-
1670-
.position-relative
1671-
{
1672-
position: relative;
1673-
}
1674-
1675-
1676-

0 commit comments

Comments
 (0)