fix public sharing buttons

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-01-17 08:56:11 +01:00
parent a1f9425e65
commit 47c63e6a3e
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 5 additions and 3 deletions

View File

@ -131,6 +131,9 @@ thead {
#remote_address {
width: 200px;
margin-right: 4px;
height: 31px;
}
#save-button-confirm {
@ -138,8 +141,8 @@ thead {
background-color: transparent;
border: none;
margin: 2px 4px !important;
right: 4px;
box-shadow: none;
right: 7px;
top: -8px;
height: 30px;
}

View File

@ -45,7 +45,6 @@
right: 0;
z-index: 2000;
height: 45px;
line-height: 2.5em;
background-color: #0082c9;
box-sizing: border-box;
justify-content: space-between;