You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/07/29 23:10:29 UTC

[29/41] allura git commit: [#7897] ticket:823 Make editor more compact by default

[#7897] ticket:823 Make editor more compact by default


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/c9b39c93
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/c9b39c93
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/c9b39c93

Branch: refs/heads/master
Commit: c9b39c93a26de58f9e2ddfa999e02574fa43df44
Parents: eaba477
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Jul 17 17:21:56 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Jul 27 14:23:56 2015 +0300

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/css/markitup_sf.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c9b39c93/Allura/allura/lib/widgets/resources/css/markitup_sf.css
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/css/markitup_sf.css b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
index 5dd88cd..9712461 100644
--- a/Allura/allura/lib/widgets/resources/css/markitup_sf.css
+++ b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
@@ -23,13 +23,13 @@
   margin-bottom: 5px;
 }
 .markdown_edit .CodeMirror {
-  min-height: 120px;
+  min-height: 60px;
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
 }
 .markdown_edit .CodeMirror-scroll {
-  min-height: 120px;
+  min-height: 60px;
 }
 .markdown_edit .editor-statusbar {
   border: 1px solid #ddd;