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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 14:15:43 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 14:15:43 +0400
commit64ae37a0a14a5bbeefaec44a896a5b6e264de43f (patch)
tree9366d102034b4b011bbc0d4ea897d9c2f2b6f688 /css
parent4bb627804aa8e599fd34b2d380f43774157b389b (diff)
fix header style to look the same as rest of ownCloud
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css28
1 files changed, 13 insertions, 15 deletions
diff --git a/css/style.css b/css/style.css
index 8a67773f..6a999022 100755
--- a/css/style.css
+++ b/css/style.css
@@ -126,7 +126,7 @@
}
#body-user #document-title #header{
- height: 32px;
+ height: 45px;
}
#document-title{
@@ -140,23 +140,21 @@
}
#document-title div.logo-wide{
- float:left;
- height: 24px;
- width: 110px;
- margin: 3px;
- background-size:110px 24px;
+ float: left;
+ margin: 5px;
z-index: 110;
}
#document-title div{
position: relative;
}
-#document-title #header input {
- height:14px;
- margin: 0;
- padding:3px 6px;
+#document-title .filename {
+ margin-top: 8px !important;
width: 300px;
- font-size: 12px;
+}
+#document-title-container {
+ padding-top: 7px;
+ font-weight: normal;
}
#odf-close{
@@ -176,7 +174,7 @@
#documents-overlay, #documents-overlay-below{
position: fixed;
- top: 32px;
+ top: 45px;
left: 0;
width: 100%;
height: 100%;
@@ -187,8 +185,8 @@
}
#documents-overlay-below{
- right:72px;
- top:65px;
+ right: 72px;
+ top: 83px;
filter:alpha(opacity=100);
opacity: 1;
background:#fff;
@@ -263,7 +261,7 @@
}
#toolbar {
- top:30px !important;
+ top: 45px !important;
border-bottom: none !important;
padding: 5px 0 0 !important;
}