From 2308a7d39693d76c2ae2223520504304fba92e67 Mon Sep 17 00:00:00 2001 From: makototateno Date: Tue, 8 Oct 2013 12:05:17 +0900 Subject: [PATCH] fix similar problems some more --- .../documents/collections/breadcrumb.html.eco | 3 +- node/src/documents/collections/form.html.eco | 3 +- node/src/documents/modules/rating.html.eco | 63 ++++++++++--------- node/src/documents/views/items.html.eco | 3 +- node/src/files/javascript/semantic.js | 4 +- 5 files changed, 39 insertions(+), 37 deletions(-) diff --git a/node/src/documents/collections/breadcrumb.html.eco b/node/src/documents/collections/breadcrumb.html.eco index 331f1e630..bfbbdd408 100755 --- a/node/src/documents/collections/breadcrumb.html.eco +++ b/node/src/documents/collections/breadcrumb.html.eco @@ -14,6 +14,7 @@ type : 'UI Collection' @@ -88,4 +89,4 @@ type : 'UI Collection' - \ No newline at end of file + diff --git a/node/src/documents/collections/form.html.eco b/node/src/documents/collections/form.html.eco index 966b44cb7..52ba8fdd2 100755 --- a/node/src/documents/collections/form.html.eco +++ b/node/src/documents/collections/form.html.eco @@ -17,6 +17,7 @@ type : 'UI Collection' Elements States Variations + Groups

Types

@@ -546,4 +547,4 @@ type : 'UI Collection' - \ No newline at end of file + diff --git a/node/src/documents/modules/rating.html.eco b/node/src/documents/modules/rating.html.eco index 04a249f8e..99a7cab6a 100755 --- a/node/src/documents/modules/rating.html.eco +++ b/node/src/documents/modules/rating.html.eco @@ -166,40 +166,41 @@ type : 'UI Module'

Size

A rating can vary in size

-
-
- - - - - +
+
+ + + + + +
-
-
-
- - - - - +
+
+ + + + + +
-
-
-
- - - - - +
+
+ + + + + +
-
-
-
- - - - - +
+
+ + + + + +
diff --git a/node/src/documents/views/items.html.eco b/node/src/documents/views/items.html.eco index 35149963f..8144a03ae 100755 --- a/node/src/documents/views/items.html.eco +++ b/node/src/documents/views/items.html.eco @@ -13,7 +13,6 @@ type : 'UI View' @@ -338,4 +337,4 @@ type : 'UI View'
-
\ No newline at end of file +
diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js index 68bbbefe3..8052c5932 100755 --- a/node/src/files/javascript/semantic.js +++ b/node/src/files/javascript/semantic.js @@ -32,7 +32,7 @@ semantic.ready = function() { $hideMenu = $('#menu .hide.item'), $sortTable = $('.sortable.table'), $demo = $('.demo'), - $waypoints = $('.main.container').find('h2').first().siblings('h2').andSelf(), + $waypoints = $('.main.container').find('h2').first().siblings('h2').addBack(), $menuPopup = $('.ui.main.menu .popup.item'), $menuDropdown = $('.ui.main.menu .dropdown'), @@ -727,4 +727,4 @@ semantic.ready = function() { // attach ready event $(document) .ready(semantic.ready) -; \ No newline at end of file +;