diff --git a/build/less/views/statistic.css b/build/less/views/statistic.css new file mode 100644 index 000000000..3373575e0 --- /dev/null +++ b/build/less/views/statistic.css @@ -0,0 +1,27 @@ +/* + * # Statistic + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + * Released: Aug 20, 2013 + */ +/******************************* + Statistic +*******************************/ +.ui.statistic { + text-align: center; +} +/******************************* + Content +*******************************/ +.ui.statistic > .number { + font-size: 4em; + font-weight: bold; + color: rgba(0, 0, 0, 0.7); +} +.ui.statistic > .description { + opacity: 0.8; +} diff --git a/node/src/files/release/less/views/statistic.css b/node/src/files/release/less/views/statistic.css new file mode 100644 index 000000000..3373575e0 --- /dev/null +++ b/node/src/files/release/less/views/statistic.css @@ -0,0 +1,27 @@ +/* + * # Statistic + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + * Released: Aug 20, 2013 + */ +/******************************* + Statistic +*******************************/ +.ui.statistic { + text-align: center; +} +/******************************* + Content +*******************************/ +.ui.statistic > .number { + font-size: 4em; + font-weight: bold; + color: rgba(0, 0, 0, 0.7); +} +.ui.statistic > .description { + opacity: 0.8; +} diff --git a/node/src/files/stylesheets/semantic.css b/node/src/files/stylesheets/semantic.css index 8c89297d3..d9f432ba8 100755 --- a/node/src/files/stylesheets/semantic.css +++ b/node/src/files/stylesheets/semantic.css @@ -241,6 +241,9 @@ a:hover { -ms-transition: margin 0.3s ease; transition: margin 0.3s ease; } +#example .main.menu iframe { + margin: 10px 0px 0px 0px; +} #example .main.menu .count { /* font-size: 0.875em; vertical-align: middle;*/ diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco index a9072cb50..560e1aa7a 100755 --- a/node/src/layouts/default.html.eco +++ b/node/src/layouts/default.html.eco @@ -199,10 +199,14 @@