From f43fc044b177ee4857e23e8637dafcec40099d1d Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 16 Sep 2013 16:55:37 -0400 Subject: [PATCH] Adds stats back in, adds star button to menu, removes definition button Former-commit-id: 9cabeb8ae2dae00e6000c2869e736a1389540a8b Former-commit-id: 90cb24cdcd7d7648e2c048c2f733e408c52cb5f9 --- build/less/views/statistic.css | 27 +++++++++++++++++++ .../files/release/less/views/statistic.css | 27 +++++++++++++++++++ node/src/files/stylesheets/semantic.css | 3 +++ node/src/layouts/default.html.eco | 8 ++++-- src/views/statistic.css | 27 +++++++++++++++++++ 5 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 build/less/views/statistic.css create mode 100644 node/src/files/release/less/views/statistic.css create mode 100755 src/views/statistic.css 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 @@
<% end %>