From e8b6c98a96aa6333bade83fbf8e4f82d417e3bbd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 14 Mar 2014 10:19:46 -0400 Subject: [PATCH] feature(nojs) add --- css/nojs.css | 23 +++++++++++++++++++++++ html/fs/index.html | 26 +------------------------- 2 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 css/nojs.css diff --git a/css/nojs.css b/css/nojs.css new file mode 100644 index 00000000..2544e8b6 --- /dev/null +++ b/css/nojs.css @@ -0,0 +1,23 @@ + .path-icon, .keyspanel { + display: none; +} + +.links { + margin-left: 16px; +} + +.fm { + height: 100%; +} + +.panel-right { + display: none; +} + +.panel-left { + width: 97%; +} + +.name a:hover { + cursor: pointer; +} diff --git a/html/fs/index.html b/html/fs/index.html index afb13859..010c512b 100644 --- a/html/fs/index.html +++ b/html/fs/index.html @@ -13,31 +13,7 @@