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>2015-09-01 13:29:23 +0300
committerTom Needham <needham.thomas@gmail.com>2015-09-01 13:29:23 +0300
commitf20e26b2def62ce65bc83f585286e46cf7b7b8bf (patch)
treeb19e0e90665e20629753a3b8c4ba0e0b1b0bf4f1 /css
parentb2bc054039f2739f67261d7106226b521c3e7844 (diff)
Rebase
Diffstat (limited to 'css')
-rw-r--r--css/style.css26
1 files changed, 3 insertions, 23 deletions
diff --git a/css/style.css b/css/style.css
index 836df57..71496c5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -23,8 +23,6 @@
height: 100%;
width: 100%;
overflow: hidden;
- min-height: 440px;
- position: relative;
}
#editor_wrap {
@@ -61,16 +59,6 @@
}
}
-#editor_next {
- height: 44px;
- border: none;
- background-color: transparent;
- margin: 0 !important;
- border-radius: 0;
- float: left;
- padding: 5px 8px;
-}
-
#editor_close {
float: right;
width: 34px;
@@ -83,7 +71,7 @@
opacity: 0.3;
}
-#editor_close:hover, #editor_next:hover {
+#editor_close:hover {
background-color: #ddd;
}
@@ -105,7 +93,7 @@
white-space: nowrap;
}
-#editor_controls small.lastsaved {
+#editor_controls small.saving-message {
float: left;
color: #ccc;
font-family: inherit;
@@ -114,15 +102,6 @@
overflow: hidden;
}
-/* This is to hide the saved time when getting narrow */
-@media(max-width: 540px) {
- #editor_controls small.lastsaved, div.editor_separator.lastsaved_separator {
- display: none;
- }
-
-
-}
-
#editor_overlay{
position: fixed;
top: 0%;
@@ -140,4 +119,5 @@ small.unsaved-star {
position:absolute;
padding: 9px 0 0 4px;
display: inline-block;
+ float: left;
}