summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-09-28 22:23:50 +0100
committerTom Needham <needham.thomas@gmail.com>2011-09-28 22:23:50 +0100
commit3c361cec924026314bf39e60904775d8b9636696 (patch)
tree261cecd48c6c5686bc84b25d62dead61b53f1947
parent98ded8d16871be75c821bfc1b20891818a8a955c (diff)
downloadnextcloud-server-3c361cec924026314bf39e60904775d8b9636696.tar.gz
nextcloud-server-3c361cec924026314bf39e60904775d8b9636696.zip
Removed unnecessary theme files.
-rw-r--r--apps/editor/css/styles.css2
-rw-r--r--apps/editor/js/editor.js2
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/editor/css/styles.css b/apps/editor/css/styles.css
index 73cfc966472..4dc48675ae6 100644
--- a/apps/editor/css/styles.css
+++ b/apps/editor/css/styles.css
@@ -3,7 +3,7 @@
position: relative;
width: 0px;
height: 0px;
- padding-top: 37px;
+ top: 50px;
}
#dropdown {
diff --git a/apps/editor/js/editor.js b/apps/editor/js/editor.js
index 8c7ae5856de..2635e45d533 100644
--- a/apps/editor/js/editor.js
+++ b/apps/editor/js/editor.js
@@ -1,7 +1,5 @@
$(document).ready(function(){
-
-
// Set the editor size.
doEditorResize();