Skip to content

Commit f7da5cf

Browse files
author
Amit Shuster
committed
Merged PR 13220: Fix playground style
Fix playground style
1 parent f26ab9d commit f7da5cf

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

demo/v2-demo/shareBookmark.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<link rel="stylesheet" type="text/css" href="style/style.css">
22
<link rel="stylesheet" type="text/css" href="style/layout.css">
33

4-
<div id="embedContainer" class="iframeContainer active"></div>
4+
<div id="share-bookmark">
5+
<div id="embedContainer" class="iframeContainer active"></div>
6+
</div>
57

68
<script src="../node_modules/jquery/dist/jquery.js"></script>
79
<script src="../node_modules/es6-promise/dist/es6-promise.js"></script>

demo/v2-demo/style/style.css

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,42 @@ body {
1010
margin:0;
1111
padding:0;
1212
height:100%;
13+
font-size: 14px;
14+
line-height: 1.42857143;
15+
color: #333;
1316
}
1417

1518
h1 {
1619
margin-bottom: 15px;
1720
}
1821

22+
h2 {
23+
margin-top: 20px;
24+
margin-bottom: 10px;
25+
}
26+
1927
h3 {
2028
margin: 0;
29+
font-size: 24px;
30+
font-family: inherit;
31+
font-weight: 500;
32+
line-height: 1.1;
33+
color: inherit;
2134
}
2235

2336
h8 {
2437
font-weight: 600;
2538
}
2639

40+
button:focus {
41+
outline: none !important;
42+
}
43+
44+
a {
45+
color: #337ab7;
46+
text-decoration: none;
47+
}
48+
2749
a:hover, a:visited, a:link, a:active
2850
{
2951
text-decoration: none !important;
@@ -85,10 +107,6 @@ a:hover, a:visited, a:link, a:active
85107
padding-left: 4px;
86108
}
87109

88-
a {
89-
text-decoration: none;
90-
}
91-
92110
.pbi-line {
93111
float: left;
94112
width: 384px;
@@ -317,11 +335,13 @@ a {
317335
background: url('../images/expand.svg') center left;
318336
background-repeat: no-repeat;
319337
padding-right: 18px;
338+
cursor: pointer;
320339
}
321340

322341
.operations-ul > li.active:before {
323342
background: url('../images/collapse.svg') center left;
324343
background-repeat: no-repeat;
344+
cursor: pointer;
325345
}
326346

327347
.operations-ul a {
@@ -470,11 +490,13 @@ a {
470490
.textAreaControl {
471491
background-color: transparent;
472492
border: none;
473-
outline:none;
493+
outline: none;
474494
margin-right: 40px;
475495
height: 40px;
476496
opacity: 1;
477497
min-width: 80px;
498+
font-weight: bold;
499+
cursor: pointer;
478500
}
479501

480502
.textAreaControl img {
@@ -536,6 +558,7 @@ a {
536558
width: 160px;
537559
height: 32px;
538560
text-align: center;
561+
cursor: pointer;
539562
}
540563

541564
.selectButton:hover {
@@ -618,7 +641,7 @@ a {
618641
cursor: default;
619642
}
620643

621-
.desktop-view iframe, .mobile-view iframe, #showcase-embedded-view iframe, #bookmark-embedded-view iframe {
644+
.desktop-view iframe, .mobile-view iframe, #showcase-embedded-view iframe, #bookmark-embedded-view iframe, #share-bookmark iframe {
622645
border: none;
623646
}
624647

0 commit comments

Comments
 (0)