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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 5146f731..0be8fcd6 100755
--- a/css/style.css
+++ b/css/style.css
@@ -124,6 +124,13 @@
position: relative;
/*margin-left:-50%;*/
}
+#document-title>input {
+ height:9px;
+ margin: 0;
+ padding-top:4px;
+ width: 300px;
+}
+
#odf-close{
float: right;
}
@@ -280,4 +287,9 @@ margin-top:-1px;
.dojoTabular {border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; margin: 0 1.5em;}
.dojoTabular th {text-align: center; font-weight: bold;}
.dojoTabular thead,.dojoTabular tfoot {background-color: #efefef; border: 1px solid #ccc; border-width: 1px 0;}
-.dojoTabular th,.dojoTabular td {padding: 0.25em 0.5em;} \ No newline at end of file
+.dojoTabular th,.dojoTabular td {padding: 0.25em 0.5em;}
+
+/* raise notification z-index above the documents app */
+#odf-toolbar + #notification-container {
+ z-index: 501;
+}