From c7ae3a78f5aec34fedf034d521ebcd8020aaf91f Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 23 Feb 2015 22:40:15 -0500 Subject: [PATCH 1/2] Updates: --- server/documents/collections/menu.html.eco | 60 ++++++++++++++-------- server/files/javascript/search.js | 1 + server/files/stylesheets/docs.css | 27 ++++------ server/files/stylesheets/home.css | 3 ++ 4 files changed, 53 insertions(+), 38 deletions(-) diff --git a/server/documents/collections/menu.html.eco b/server/documents/collections/menu.html.eco index c54e8aa3b..efca6e734 100755 --- a/server/documents/collections/menu.html.eco +++ b/server/documents/collections/menu.html.eco @@ -367,50 +367,70 @@ themes : ['Default', 'GitHub']

Header Item

A menu may have a header to help label sections of a menu.

+ + +
+
diff --git a/server/files/javascript/search.js b/server/files/javascript/search.js index 1fbcbc3bf..82fea464b 100755 --- a/server/files/javascript/search.js +++ b/server/files/javascript/search.js @@ -260,6 +260,7 @@ semantic.search.ready = function() { $local .search({ + searchFields: ['baz'], source: content }) ; diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index 726439b04..e922cf3ec 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -1061,7 +1061,7 @@ body#example { #example .demo.container .segment.example { z-index: 1; } -#example .demo.container .ui.label:not(.empty) { +#example .demo.container > .ui.label:not(.empty) { margin-bottom: 1em; } #example .demo.container .segment .ui.label { @@ -1547,14 +1547,18 @@ body.progress.animated .ui.progress .bar { padding: 4em 0em; } #example > .pusher > .footer { - padding: 2em 0em; + padding: 1em 0em; } #example .container { width: auto; margin: 0em 1rem; } + #example .footer .container { + margin: 0em; + } #example .main.container { - padding: 1em; + padding: 2em 1em; + border: none; box-shadow: none; } #example .header.segment { @@ -1701,22 +1705,9 @@ body.progress.animated .ui.progress .bar { #example #toc .item > .icon { font-size: 1em !important; } - #example .inverted.advertisement .carbonad-img { - margin-top: 0px; - } - #example #carbonads-container { + #example .advertisement #carbonads { float: none; - } - #example #carbonads { - width: auto; - } - #example .carbon-text, - #example .carbon-poweredby { - float: none; - display: block; - text-align: left; - margin-left: 160px; - width: 170px; + width: 100%; } #example:not(.index) .introduction .button { float: none; diff --git a/server/files/stylesheets/home.css b/server/files/stylesheets/home.css index e95945584..6efc70ebb 100755 --- a/server/files/stylesheets/home.css +++ b/server/files/stylesheets/home.css @@ -527,6 +527,9 @@ #example.index .fixed.launch.button { display: none; } + #example .stripe h1 { + font-size: 32px; + } } @media only screen and (min-width : 600px) { #example .theming .source.button { From f890bfda0742af903c7d2bc329ecc6525b2d07b5 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 23 Feb 2015 22:55:29 -0500 Subject: [PATCH 2/2] Add transition settings --- server/documents/modules/transition.html.eco | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/documents/modules/transition.html.eco b/server/documents/modules/transition.html.eco index f249e065e..0963d478f 100755 --- a/server/documents/modules/transition.html.eco +++ b/server/documents/modules/transition.html.eco @@ -537,6 +537,16 @@ type : 'UI Module' fade Named animation event to used. Must be defined in css. + + interval + 0 + Inteval in MS between each elements transition + + + reverse + auto + When an interval is specified, sets order of animations. auto reverses only animations that are hiding. + displayType false