fix header style to look the same as rest of ownCloud
This commit is contained in:
parent
4bb627804a
commit
64ae37a0a1
@ -126,7 +126,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#body-user #document-title #header{
|
#body-user #document-title #header{
|
||||||
height: 32px;
|
height: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#document-title{
|
#document-title{
|
||||||
@ -140,23 +140,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#document-title div.logo-wide{
|
#document-title div.logo-wide{
|
||||||
float:left;
|
float: left;
|
||||||
height: 24px;
|
margin: 5px;
|
||||||
width: 110px;
|
|
||||||
margin: 3px;
|
|
||||||
background-size:110px 24px;
|
|
||||||
z-index: 110;
|
z-index: 110;
|
||||||
}
|
}
|
||||||
|
|
||||||
#document-title div{
|
#document-title div{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#document-title #header input {
|
#document-title .filename {
|
||||||
height:14px;
|
margin-top: 8px !important;
|
||||||
margin: 0;
|
|
||||||
padding:3px 6px;
|
|
||||||
width: 300px;
|
width: 300px;
|
||||||
font-size: 12px;
|
}
|
||||||
|
#document-title-container {
|
||||||
|
padding-top: 7px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#odf-close{
|
#odf-close{
|
||||||
@ -176,7 +174,7 @@
|
|||||||
|
|
||||||
#documents-overlay, #documents-overlay-below{
|
#documents-overlay, #documents-overlay-below{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 32px;
|
top: 45px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -187,8 +185,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#documents-overlay-below{
|
#documents-overlay-below{
|
||||||
right:72px;
|
right: 72px;
|
||||||
top:65px;
|
top: 83px;
|
||||||
filter:alpha(opacity=100);
|
filter:alpha(opacity=100);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
@ -263,7 +261,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
top:30px !important;
|
top: 45px !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
padding: 5px 0 0 !important;
|
padding: 5px 0 0 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user