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-05-07 04:02:58 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-05-07 04:02:58 +0400
commitf1c4721ea066ca786d9e5811945b46595394c94d (patch)
treeb8dc7302754c5c6965634520c78f85d116af7a75 /css
parentd167089c16e87479beba9f7fca9e0df14b4ab0cd (diff)
Fix dropdown and rename
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 1b8cdfe7..8c032877 100755
--- a/css/style.css
+++ b/css/style.css
@@ -122,6 +122,7 @@
#odf-toolbar #dropdown{
right: auto;
+ top: 66px;
}
#body-user #document-title #header{
@@ -144,12 +145,13 @@
width: 80px;
margin: 3px;
background-size:80px 24px;
+ z-index: 110;
}
#document-title div{
position: relative;
}
-#document-title>input {
+#document-title #header input {
height:14px;
margin: 0;
padding:3px 6px;