diff --git a/frontend/css/documentSourceView.css b/frontend/css/documentSourceView.css index 1b22f24729..3fe3765d04 100644 --- a/frontend/css/documentSourceView.css +++ b/frontend/css/documentSourceView.css @@ -1,3 +1,11 @@ +#sourceFooter { + margin-top: 0; + background: none; + margin-bottom: 0; + padding-right: 0; + padding-bottom: 0; +} + #sourceEditor { height: 400px; width: 900px; @@ -26,5 +34,4 @@ } .sourceBox { - padding-bottom:20px; } diff --git a/frontend/js/templates/documentSourceView.ejs b/frontend/js/templates/documentSourceView.ejs index 5c1a91f6e4..7379b8de43 100644 --- a/frontend/js/templates/documentSourceView.ejs +++ b/frontend/js/templates/documentSourceView.ejs @@ -14,9 +14,9 @@
-
- Save -
+
+ +