fix public sharing buttons
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
a1f9425e65
commit
47c63e6a3e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue