fix style of public share page

This commit is contained in:
Morris Jobke 2013-10-29 16:08:11 +01:00
parent 34c1512466
commit 404e9c0053
1 changed files with 13 additions and 15 deletions

View File

@ -4,14 +4,14 @@ body {
#header { #header {
background: #1d2d44 url('%webroot%/core/img/noise.png') repeat; background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
height:2.5em; height:32px;
left:0; left:0;
line-height:2.5em; line-height:32px;
position:fixed; position:fixed;
right:0; right:0;
top:0; top:0;
z-index:100; z-index:100;
padding:.5em; padding:7px;
} }
#details { #details {
@ -24,13 +24,18 @@ body {
font-weight:700; font-weight:700;
margin: 0 0.4em 0 0; margin: 0 0.4em 0 0;
padding: 0 5px; padding: 0 5px;
height: 27px; height: 32px;
float: left; float: left;
} }
.header-right #details { .header-right #details {
margin-right: 2em; margin-right: 28px;
}
.header-right {
padding: 0;
height: 32px;
} }
#public_upload { #public_upload {
@ -90,7 +95,7 @@ thead{
#data-upload-form { #data-upload-form {
position: relative; position: relative;
right: 0; right: 0;
height: 27px; height: 32px;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
float: right; float: right;
@ -109,27 +114,20 @@ thead{
width: 100% !important; width: 100% !important;
} }
#download span {
position: relative;
bottom: 3px;
}
#publicUploadButtonMock { #publicUploadButtonMock {
position:relative; position:relative;
display:block; display:block;
width:100%; width:100%;
height:27px; height:32px;
cursor:pointer; cursor:pointer;
z-index:10; z-index:10;
background-image:url('%webroot%/core/img/actions/upload.svg'); background-image:url('%webroot%/core/img/actions/upload.svg');
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:7px 6px; background-position:7px 8px;
} }
#publicUploadButtonMock span { #publicUploadButtonMock span {
margin: 0 5px 0 28px; margin: 0 5px 0 28px;
position: relative;
top: -2px;
color: #555; color: #555;
} }