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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-04 20:49:38 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-04 20:49:38 +0400
commit3470302b0103e5bd2d2c7371b3c3ba93c7af8b34 (patch)
tree5fe689468bdfdefbe4beaf296f65f0b25de68d92 /css/style.css
parent5b1ecad12aede8cf684fbd74e3137ad11fd60695 (diff)
Fix header regression
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 13c36867..8bee07d7 100755
--- a/css/style.css
+++ b/css/style.css
@@ -132,10 +132,12 @@
}
#odf-close{
+ margin-top:0;
float: right;
}
#odf-invite{
+ margin-top:0;
float: left;
}
@@ -231,6 +233,7 @@
}
#toolbar {
+ top:30px !important;
border-bottom: none !important;
padding: 5px 0 0 !important;
}