summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAyrton De Craene <ayrton.decraene@vasco.com>2012-11-16 11:18:06 +0100
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-12-03 23:38:21 -0500
commit5934a2729d93d24e67016dc4dd101c689378ae33 (patch)
tree59669b7b7e15f534294d954c0bd92db77d8535fc /templates
parentc39be899b629378c0a4e1dd4beab528ebcbffa6e (diff)
Removes whitespace :scissors:
Diffstat (limited to 'templates')
-rw-r--r--templates/project/widgets/clock/clock.scss6
-rw-r--r--templates/project/widgets/comments/comments.coffee2
-rw-r--r--templates/project/widgets/comments/comments.html4
-rw-r--r--templates/project/widgets/comments/comments.scss10
-rw-r--r--templates/project/widgets/graph/graph.html2
-rw-r--r--templates/project/widgets/graph/graph.scss8
-rw-r--r--templates/project/widgets/iframe/iframe.coffee2
-rw-r--r--templates/project/widgets/iframe/iframe.html2
-rw-r--r--templates/project/widgets/iframe/iframe.scss4
-rw-r--r--templates/project/widgets/image/image.coffee2
-rw-r--r--templates/project/widgets/image/image.html2
-rw-r--r--templates/project/widgets/image/image.scss4
-rw-r--r--templates/project/widgets/list/list.coffee2
-rw-r--r--templates/project/widgets/list/list.html2
-rw-r--r--templates/project/widgets/list/list.scss8
-rw-r--r--templates/project/widgets/meter/meter.coffee2
-rw-r--r--templates/project/widgets/meter/meter.html2
-rw-r--r--templates/project/widgets/meter/meter.scss12
-rw-r--r--templates/project/widgets/number/number.coffee2
-rw-r--r--templates/project/widgets/number/number.html2
-rw-r--r--templates/project/widgets/number/number.scss10
-rw-r--r--templates/project/widgets/text/text.coffee2
-rw-r--r--templates/project/widgets/text/text.html2
-rw-r--r--templates/project/widgets/text/text.scss10
24 files changed, 52 insertions, 52 deletions
diff --git a/templates/project/widgets/clock/clock.scss b/templates/project/widgets/clock/clock.scss
index 831ea94..19e91bf 100644
--- a/templates/project/widgets/clock/clock.scss
+++ b/templates/project/widgets/clock/clock.scss
@@ -6,8 +6,8 @@ $background-color: #dc5945;
// ----------------------------------------------------------------------------
// Widget-clock styles
// ----------------------------------------------------------------------------
-.widget-clock {
+.widget-clock {
background-color: $background-color;
-
-} \ No newline at end of file
+
+}
diff --git a/templates/project/widgets/comments/comments.coffee b/templates/project/widgets/comments/comments.coffee
index 1e81b56..ff659ec 100644
--- a/templates/project/widgets/comments/comments.coffee
+++ b/templates/project/widgets/comments/comments.coffee
@@ -21,4 +21,4 @@ class Dashing.Comments extends Dashing.Widget
@commentElem.fadeOut =>
@currentIndex = (@currentIndex + 1) % comments.length
@set 'current_comment', comments[@currentIndex]
- @commentElem.fadeIn() \ No newline at end of file
+ @commentElem.fadeIn()
diff --git a/templates/project/widgets/comments/comments.html b/templates/project/widgets/comments/comments.html
index 844800f..898d2f6 100644
--- a/templates/project/widgets/comments/comments.html
+++ b/templates/project/widgets/comments/comments.html
@@ -1,7 +1,7 @@
<h1 class="title" data-bind="title"></h1>
<div class="comment-container">
- <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
+ <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
<p class="comment" data-bind='quote'></p>
</div>
-<p class="more-info" data-bind="moreinfo | raw"></p> \ No newline at end of file
+<p class="more-info" data-bind="moreinfo | raw"></p>
diff --git a/templates/project/widgets/comments/comments.scss b/templates/project/widgets/comments/comments.scss
index 40e2a6b..2ace30e 100644
--- a/templates/project/widgets/comments/comments.scss
+++ b/templates/project/widgets/comments/comments.scss
@@ -9,11 +9,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-comment styles
// ----------------------------------------------------------------------------
-.widget-comments {
+.widget-comments {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
margin-bottom: 15px;
}
@@ -29,5 +29,5 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
.more-info {
color: $moreinfo-color;
}
-
-} \ No newline at end of file
+
+}
diff --git a/templates/project/widgets/graph/graph.html b/templates/project/widgets/graph/graph.html
index d1794db..456dd0f 100644
--- a/templates/project/widgets/graph/graph.html
+++ b/templates/project/widgets/graph/graph.html
@@ -2,4 +2,4 @@
<h2 class="value" data-bind="current | prettyNumber | prepend prefix"></h2>
-<p class="more-info" data-bind="moreinfo"></p> \ No newline at end of file
+<p class="more-info" data-bind="moreinfo"></p>
diff --git a/templates/project/widgets/graph/graph.scss b/templates/project/widgets/graph/graph.scss
index 71cd4d4..1000b6f 100644
--- a/templates/project/widgets/graph/graph.scss
+++ b/templates/project/widgets/graph/graph.scss
@@ -11,7 +11,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
// ----------------------------------------------------------------------------
// Widget-graph styles
// ----------------------------------------------------------------------------
-.widget-graph {
+.widget-graph {
background-color: $background-color;
position: relative;
@@ -30,7 +30,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
z-index: 99;
}
- .title {
+ .title {
color: $title-color;
}
@@ -51,7 +51,7 @@ $tick-color: rgba(0, 0, 0, 0.4);
padding-bottom: 3px;
}
}
-
+
.y_ticks {
font-size: 20px;
fill: $tick-color;
@@ -62,4 +62,4 @@ $tick-color: rgba(0, 0, 0, 0.4);
display: none;
}
-} \ No newline at end of file
+}
diff --git a/templates/project/widgets/iframe/iframe.coffee b/templates/project/widgets/iframe/iframe.coffee
index 4d4ca9a..e3ee947 100644
--- a/templates/project/widgets/iframe/iframe.coffee
+++ b/templates/project/widgets/iframe/iframe.coffee
@@ -6,4 +6,4 @@ class Dashing.Iframe extends Dashing.Widget
onData: (data) ->
# Handle incoming data
# You can access the html node of this widget with `@node`
- # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in. \ No newline at end of file
+ # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.
diff --git a/templates/project/widgets/iframe/iframe.html b/templates/project/widgets/iframe/iframe.html
index bfccba4..385f6da 100644
--- a/templates/project/widgets/iframe/iframe.html
+++ b/templates/project/widgets/iframe/iframe.html
@@ -1 +1 @@
-<iframe data-bind-src="url" frameborder=0></iframe> \ No newline at end of file
+<iframe data-bind-src="url" frameborder=0></iframe>
diff --git a/templates/project/widgets/iframe/iframe.scss b/templates/project/widgets/iframe/iframe.scss
index 7c757bf..6827a1b 100644
--- a/templates/project/widgets/iframe/iframe.scss
+++ b/templates/project/widgets/iframe/iframe.scss
@@ -1,8 +1,8 @@
-.widget-iframe {
+.widget-iframe {
padding: 3px 0px 0px 0px !important;
iframe {
width: 100%;
height: 100%;
}
-} \ No newline at end of file
+}
diff --git a/templates/project/widgets/image/image.coffee b/templates/project/widgets/image/image.coffee
index 418e385..c3892c0 100644
--- a/templates/project/widgets/image/image.coffee
+++ b/templates/project/widgets/image/image.coffee
@@ -6,4 +6,4 @@ class Dashing.Image extends Dashing.Widget
onData: (data) ->
# Handle incoming data
# You can access the html node of this widget with `@node`
- # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in. \ No newline at end of file
+ # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.
diff --git a/templates/project/widgets/image/image.html b/templates/project/widgets/image/image.html
index cf2b228..41a88eb 100644
--- a/templates/project/widgets/image/image.html
+++ b/templates/project/widgets/image/image.html
@@ -1 +1 @@
-<img data-bind-src="image | prepend '/assets'" data-bind-width="width"/> \ No newline at end of file
+<img data-bind-src="image | prepend '/assets'" data-bind-width="width"/>
diff --git a/templates/project/widgets/image/image.scss b/templates/project/widgets/image/image.scss
index 10ca81d..0b1a316 100644
--- a/templates/project/widgets/image/image.scss
+++ b/templates/project/widgets/image/image.scss
@@ -6,8 +6,8 @@ $background-color: #4b4b4b;
// ----------------------------------------------------------------------------
// Widget-image styles
// ----------------------------------------------------------------------------
-.widget-image {
+.widget-image {
background-color: $background-color;
-} \ No newline at end of file
+}
diff --git a/templates/project/widgets/list/list.coffee b/templates/project/widgets/list/list.coffee
index 3cbf7a1..0028073 100644
--- a/templates/project/widgets/list/list.coffee
+++ b/templates/project/widgets/list/list.coffee
@@ -3,4 +3,4 @@ class Dashing.List extends Dashing.Widget
if @get('unordered')
$(@node).find('ol').remove()
else
- $(@node).find('ul').remove() \ No newline at end of file
+ $(@node).find('ul').remove()
diff --git a/templates/project/widgets/list/list.html b/templates/project/widgets/list/list.html
index 86752bf..07e0471 100644
--- a/templates/project/widgets/list/list.html
+++ b/templates/project/widgets/list/list.html
@@ -15,4 +15,4 @@
</ul>
<p class="more-info" data-bind="moreinfo"></p>
-<p class="updated-at" data-bind="updatedAtMessage"></p> \ No newline at end of file
+<p class="updated-at" data-bind="updatedAtMessage"></p>
diff --git a/templates/project/widgets/list/list.scss b/templates/project/widgets/list/list.scss
index 90b6c84..bce7010 100644
--- a/templates/project/widgets/list/list.scss
+++ b/templates/project/widgets/list/list.scss
@@ -11,12 +11,12 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-list styles
// ----------------------------------------------------------------------------
-.widget-list {
+.widget-list {
background-color: $background-color;
vertical-align: top;
- .title {
+ .title {
color: $title-color;
}
@@ -39,7 +39,7 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
}
.label {
- color: $label-color;
+ color: $label-color;
}
.value {
@@ -57,4 +57,4 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
color: $moreinfo-color;
}
-} \ No newline at end of file
+}
diff --git a/templates/project/widgets/meter/meter.coffee b/templates/project/widgets/meter/meter.coffee
index 0e0a8ad..b823ec7 100644
--- a/templates/project/widgets/meter/meter.coffee
+++ b/templates/project/widgets/meter/meter.coffee
@@ -11,4 +11,4 @@ class Dashing.Meter extends Dashing.Widget
meter = $(@node).find(".meter")
meter.attr("data-bgcolor", meter.css("background-color"))
meter.attr("data-fgcolor", meter.css("color"))
- meter.knob() \ No newline at end of file
+ meter.knob()
diff --git a/templates/project/widgets/meter/meter.html b/templates/project/widgets/meter/meter.html
index 7d51b15..16f1f06 100644
--- a/templates/project/widgets/meter/meter.html
+++ b/templates/project/widgets/meter/meter.html
@@ -4,4 +4,4 @@
<p class="more-info" data-bind="moreinfo"></p>
-<p class="updated-at" data-bind="updatedAtMessage"></p> \ No newline at end of file
+<p class="updated-at" data-bind="updatedAtMessage"></p>
diff --git a/templates/project/widgets/meter/meter.scss b/templates/project/widgets/meter/meter.scss
index 98cf638..da9ff0b 100644
--- a/templates/project/widgets/meter/meter.scss
+++ b/templates/project/widgets/meter/meter.scss
@@ -11,16 +11,16 @@ $meter-background: darken($background-color, 15%);
// ----------------------------------------------------------------------------
// Widget-meter styles
// ----------------------------------------------------------------------------
-.widget-meter {
+.widget-meter {
background-color: $background-color;
-
- input.meter {
+
+ input.meter {
background-color: $meter-background;
color: #fff;
}
- .title {
+ .title {
color: $title-color;
}
@@ -31,5 +31,5 @@ $meter-background: darken($background-color, 15%);
.updated-at {
color: rgba(0, 0, 0, 0.3);
}
-
-} \ No newline at end of file
+
+}
diff --git a/templates/project/widgets/number/number.coffee b/templates/project/widgets/number/number.coffee
index 46cd6c2..c288dd7 100644
--- a/templates/project/widgets/number/number.coffee
+++ b/templates/project/widgets/number/number.coffee
@@ -17,4 +17,4 @@ class Dashing.Number extends Dashing.Widget
onData: (data) ->
if data.status
- $(@get('node')).addClass("status-#{data.status}") \ No newline at end of file
+ $(@get('node')).addClass("status-#{data.status}")
diff --git a/templates/project/widgets/number/number.html b/templates/project/widgets/number/number.html
index d7eeab9..45e601b 100644
--- a/templates/project/widgets/number/number.html
+++ b/templates/project/widgets/number/number.html
@@ -2,7 +2,7 @@
<h2 class="value" data-bind="current | shortenedNumber | prepend prefix"></h2>
-<p class="change-rate">
+<p class="change-rate">
<i data-bind-class="arrow"></i><span data-bind="difference"></span>
</p>
diff --git a/templates/project/widgets/number/number.scss b/templates/project/widgets/number/number.scss
index 608624b..292f8cc 100644
--- a/templates/project/widgets/number/number.scss
+++ b/templates/project/widgets/number/number.scss
@@ -10,11 +10,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);;
// ----------------------------------------------------------------------------
// Widget-number styles
// ----------------------------------------------------------------------------
-.widget-number {
+.widget-number {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
}
@@ -35,5 +35,5 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);;
.updated-at {
color: rgba(0, 0, 0, 0.3);
}
-
-} \ No newline at end of file
+
+}
diff --git a/templates/project/widgets/text/text.coffee b/templates/project/widgets/text/text.coffee
index 05974b8..1741d8b 100644
--- a/templates/project/widgets/text/text.coffee
+++ b/templates/project/widgets/text/text.coffee
@@ -1 +1 @@
-class Dashing.Text extends Dashing.Widget \ No newline at end of file
+class Dashing.Text extends Dashing.Widget
diff --git a/templates/project/widgets/text/text.html b/templates/project/widgets/text/text.html
index 45322ca..7aeb66d 100644
--- a/templates/project/widgets/text/text.html
+++ b/templates/project/widgets/text/text.html
@@ -4,4 +4,4 @@
<p class="more-info" data-bind="moreinfo | raw"></p>
-<p class="updated-at" data-bind="updatedAtMessage"></p> \ No newline at end of file
+<p class="updated-at" data-bind="updatedAtMessage"></p>
diff --git a/templates/project/widgets/text/text.scss b/templates/project/widgets/text/text.scss
index 4e6c6e3..45d790e 100644
--- a/templates/project/widgets/text/text.scss
+++ b/templates/project/widgets/text/text.scss
@@ -9,11 +9,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-text styles
// ----------------------------------------------------------------------------
-.widget-text {
+.widget-text {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
}
@@ -24,9 +24,9 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
.updated-at {
color: rgba(255, 255, 255, 0.7);
}
-
+
&.large h3 {
font-size: 65px;
}
-} \ No newline at end of file
+}