Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-10-04 01:59:40 +0400
committerTom Needham <needham.thomas@gmail.com>2011-10-04 01:59:40 +0400
commit834f033167288b9bfaae9497e429e4cf935de423 (patch)
tree8d26f7cbbc0b4c54cdbfd73ea56e9a2268e3c58d /css
parent0f6b921fc5bdc66150d2b9c3975e66894107e27c (diff)
Added breadcrumb and control bar.
Diffstat (limited to 'css')
-rw-r--r--css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index cfad021..3555119 100644
--- a/css/style.css
+++ b/css/style.css
@@ -14,3 +14,9 @@
left: 160px;
display: none;
}
+#editorbar{
+ margin-left: auto;
+ margin-right: 10px;
+ display: block;
+ width: 300px;
+} \ No newline at end of file