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
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-30 14:20:36 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-04-30 14:20:36 +0400
commit04b2ebc780412f84687a7b2aed8e5e0974ab1f64 (patch)
tree8d917624e3827beeb198a834ae6cfb92f88de982 /css
parent444903e472bffd3fc7cdc121430658aec4ef8084 (diff)
Move overlay into widget. Fix some quirks
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 04c72c0b..1b8cdfe7 100755
--- a/css/style.css
+++ b/css/style.css
@@ -121,7 +121,11 @@
}
#odf-toolbar #dropdown{
- right:auto;
+ right: auto;
+}
+
+#body-user #document-title #header{
+ height: 32px;
}
#document-title{
@@ -138,6 +142,7 @@
float:left;
height: 24px;
width: 80px;
+ margin: 3px;
background-size:80px 24px;
}
@@ -169,7 +174,7 @@
#documents-overlay, #documents-overlay-below{
position: fixed;
- top: 36px;
+ top: 32px;
left: 0;
width: 100%;
height: 100%;
@@ -227,9 +232,7 @@
top: 87px;
}
-
/* override WebODF styling here */
-
#mainContainer #collaboration{
float:right;position: relative;z-index: 1;
width: 70px;padding:5px;