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
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css40
1 files changed, 36 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 5afa94b..e86df9c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -17,21 +17,53 @@
position: absolute;
display: block;
top: 0;
- left: 0;
padding-top: 44px;
+ left: 0;
height: 100%;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
-#editor_save {
+#editor_save, #editor_next {
margin-left: 7px;
- margin-right: 20px;
+ margin-right: 0;
float: left;
+ padding-top: 5px !important;
+ height: 34px !important;
+ margin-top: 5px;
+}
+
+#editor_save.icon-loading {
+ background-size: 20px;
}
#editor_close {
float: right;
- margin-right: 9px;
+ width: 34px;
+ border: none;
+ background-color: transparent;
+ padding: 22px !important;
+ margin: 0 !important;
+ border-radius: 0;
+ position: fixed;
+ right: 0;
+}
+
+#editor_close:hover {
+ background-color: #ddd;
}
+
+#editorcontrols > button, #editorsearchval {
+ height: 30px !important;
+ margin-top: 7px;
+}
+
+#nextsearchbtn {
+ padding-top: 5px !important;
+ margin-top: 6px !important;
+}
+
+.viewer-mode #app-navigation+#app-content #controls {
+ width: initial: !important;
+} \ No newline at end of file