Skip to content

Commit 41f8f0c

Browse files
committed
Demo - made controls panels yellow.
1 parent cf751c1 commit 41f8f0c

4 files changed

Lines changed: 24 additions & 10 deletions

File tree

demo/custom-app.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
<div class="evo-content">
4646

4747
<h4 class="mt20">See how the different views adapt to changes to the ui-model.</h4>
48-
49-
<div>
50-
<p>
51-
Make changes to the UI-model below, choose the view to display and click the "Refresh" button.
52-
</p>
48+
49+
<p>
50+
Make changes to the UI-model below, choose the view to display and click the "Refresh" button.
51+
</p>
52+
53+
<div class="demo-controls">
5354
<div class="pull-left" style="width:62%;">
5455
<label>UI-model</label>
5556
<textarea id="uimodel2" rows="12" class="evol-json evo-field form-control"></textarea>
@@ -78,13 +79,15 @@ <h4 class="mt20">See how the different views adapt to changes to the ui-model.</
7879
<button class="btn btn-warning pull-left" id="btnRefresh">Refresh</button>
7980
</div>
8081

81-
<p class="clearfix"></p>
82+
<div class="clearfix"></div>
8283

8384
<div id="viewInfo"></div>
8485

85-
<p class="clearfix"></p>
86-
86+
87+
</div>
88+
<div class="clearfix"></div>
8789
</div>
90+
8891
<p class="clearfix"></p>
8992
<div id="evol1"></div>
9093

dist/css/demo.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ a {
372372
display: none;
373373
}
374374
}
375+
.demo-controls {
376+
padding: 10px;
377+
border: 2px solid #FFECB3;
378+
border-radius: 4px;
379+
background-color: #FFF8E1;
380+
}
375381
#viewInfo {
376382
margin: 10px 0;
377383
min-height: 50px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 style="color:#BBDEFB;">Views which change form, volume and structure to adap
5656
<p>&nbsp;</p>
5757
<h3 class="mt20">Sample views</h3>
5858

59-
<div id="evol-views-params" >
59+
<div id="evol-views-params" class="demo-controls">
6060

6161
<div><span class="hideIfSmall">See the </span>
6262
<select id="evolView" class="form-control" style="width:auto">

less/demo.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ a{
4141
display: none;
4242
}
4343
}
44-
44+
.demo-controls{
45+
padding: 10px;
46+
border: 2px solid #FFECB3;
47+
border-radius: 4px;
48+
background-color: #FFF8E1;
49+
}
4550
#viewInfo{
4651
margin: 10px 0;
4752
min-height:50px;

0 commit comments

Comments
 (0)