Skip to content

Commit

Permalink
Made some changes to ChiliPeppr myWorkspace using Cloud9
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 27, 2016
1 parent 075d290 commit ab0b71a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
26 changes: 18 additions & 8 deletions auto-generated-workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,29 @@
<style type='text/css'>
/* Workspace CSS */

.sample {
border:2px silver dashed;
border-radius:4px;
padding:10px;
}

.com-chilipeppr-ws-hdr {
padding:10px 15px;
}

.col-pad10 {
padding-left:5px;
padding-right:5px;
}
.col-nopadrt {
padding-right:0;
}

.col-nopadleft {
padding-left:0;
}

.well, .panel.panel-default {
/* Feel free to remove this css tag to change the margin below the widgets */
.well, div.panel.panel-default {
margin-bottom:10px;
}

Expand Down Expand Up @@ -302,7 +312,7 @@
<!-- Left Column -->
<!-- Change the width by adjusting col-md-4 to be col-md-3 for skinnier, or col-md-5 for wider -->
<!-- You must have all columns add up to 12 since we use bootstrap's col-md technique, i.e. col-md-2, col-md-7, col-md-3 adds to 12 -->
<div class="col-md-4 col-nopadrt col-nopadleft">
<div class="col-md-4 col-pad10">

<div class="com-chilipeppr-ws-hdr well">

Expand All @@ -329,7 +339,7 @@
</div>

<div id="mywidget1-instance">
<p>Widget 1 goes here</p>
<p class="sample">Widget 1 goes here</p>
</div>

<div id="com-chilipeppr-widget-spconsole-instance">
Expand All @@ -339,21 +349,21 @@
</div>

<!-- Center Column -->
<div class="col-md-5 col-nopadrt">
<div class="col-md-5 col-pad10">
<div id="mywidget2-instance">
Widget 2 goes here
<p class="sample" style="min-height:200px;">Widget 2 goes here</p>
</div>
</div>

<!-- Right Column -->
<div class="col-md-3 col-nopadrt">
<div class="col-md-3 col-pad10">

<div id="com-chilipeppr-widget-serialport-instance">
Widget 3 goes here
</div>

<div id="mywidget3-instance">
Widget 3 goes here
<p class="sample">Widget 3 goes here</p>
</div>

</div>
Expand Down
14 changes: 12 additions & 2 deletions workspace.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
/* Workspace CSS */

.sample {
border:2px silver dashed;
border-radius:4px;
padding:10px;
}

.com-chilipeppr-ws-hdr {
padding:10px 15px;
}

.col-pad10 {
padding-left:5px;
padding-right:5px;
}
.col-nopadrt {
padding-right:0;
}

.col-nopadleft {
padding-left:0;
}

.well, .panel.panel-default {
/* Feel free to remove this css tag to change the margin below the widgets */
.well, div.panel.panel-default {
margin-bottom:10px;
}

Expand Down
12 changes: 6 additions & 6 deletions workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Left Column -->
<!-- Change the width by adjusting col-md-4 to be col-md-3 for skinnier, or col-md-5 for wider -->
<!-- You must have all columns add up to 12 since we use bootstrap's col-md technique, i.e. col-md-2, col-md-7, col-md-3 adds to 12 -->
<div class="col-md-4 col-nopadrt col-nopadleft">
<div class="col-md-4 col-pad10">

<div class="com-chilipeppr-ws-hdr well">

Expand All @@ -72,7 +72,7 @@
</div>

<div id="mywidget1-instance">
<p>Widget 1 goes here</p>
<p class="sample">Widget 1 goes here</p>
</div>

<div id="com-chilipeppr-widget-spconsole-instance">
Expand All @@ -82,21 +82,21 @@
</div>

<!-- Center Column -->
<div class="col-md-5 col-nopadrt">
<div class="col-md-5 col-pad10">
<div id="mywidget2-instance">
Widget 2 goes here
<p class="sample" style="min-height:200px;">Widget 2 goes here</p>
</div>
</div>

<!-- Right Column -->
<div class="col-md-3 col-nopadrt">
<div class="col-md-3 col-pad10">

<div id="com-chilipeppr-widget-serialport-instance">
Widget 3 goes here
</div>

<div id="mywidget3-instance">
Widget 3 goes here
<p class="sample">Widget 3 goes here</p>
</div>

</div>
Expand Down

0 comments on commit ab0b71a

Please sign in to comment.