diff --git a/public/stylesheets/img/sccscroll5.cur b/public/stylesheets/img/sccscroll5.cur new file mode 100755 index 0000000..2dec74e Binary files /dev/null and b/public/stylesheets/img/sccscroll5.cur differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e8c6879..46b4772 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,6 +1,6 @@ body { - padding-top: 70px; - padding-bottom: 30px; + padding: 30px 0; + cursor: url("img/sccscroll5.cur"), auto; } .box { @@ -152,6 +152,8 @@ body { width: 50px; } + + .advancedDemo .dropzone .container-element { margin: 10px; } \ No newline at end of file diff --git a/views/layout.ejs b/views/layout.ejs index abc0230..6b08999 100644 --- a/views/layout.ejs +++ b/views/layout.ejs @@ -14,22 +14,35 @@ - - - - - - - - + + + + + + + + -
+
-
- -
+
@@ -37,9 +50,7 @@
- {{item.label}} - {{items.length}} -
+ ui-sref="item({item:item.label})">{{item.label}} - {{items.length}}
hello world
@@ -47,7 +58,7 @@
-
+