mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix position and look of public download button
This commit is contained in:
parent
a280a69ecc
commit
899c7c0443
2 changed files with 7 additions and 7 deletions
|
|
@ -86,9 +86,6 @@ thead {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.directDownload .button img {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.directLink label {
|
||||
font-weight: normal;
|
||||
|
|
|
|||
|
|
@ -62,11 +62,8 @@ body {
|
|||
.header-right {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
padding-right: 10px;
|
||||
padding: 7px 5px;
|
||||
color: #fff;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
filter: alpha(opacity=50);
|
||||
opacity: .5;
|
||||
height: 100%;
|
||||
max-width: 40%;
|
||||
white-space: nowrap;
|
||||
|
|
@ -195,6 +192,12 @@ input[type="time"] {
|
|||
height: 31px;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* correctly align images inside of buttons */
|
||||
input img, button img, .button img {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#quota {
|
||||
cursor: default;
|
||||
margin: 30px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue