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 <tom@owncloud.com>2015-05-31 18:26:13 +0300
committerTom Needham <tom@owncloud.com>2015-05-31 18:26:13 +0300
commite9c5706d8effbf5d51faec5e681a795eaf545a36 (patch)
tree63b88489221a10bdc766f07bf8c7081608e3b495 /css
parent120d336ab9c40612c70e0a7b9bc892275cc39882 (diff)
First chunk of rewrite
Diffstat (limited to '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