Pārlūkot izejas kodu

show non landscape icons bigger on the login page

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v12.0.0beta2
Robin Appelman pirms 7 gadiem
vecāks
revīzija
fa52f906e3
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
2 mainītis faili ar 11 papildinājumiem un 1 dzēšanām
  1. 8
    1
      core/css/guest.css
  2. 3
    0
      core/templates/layout.guest.php

+ 8
- 1
core/css/guest.css Parādīt failu

@@ -70,9 +70,16 @@ h3 {
background-size: 175px;
background-position: center;
width: 252px;
height: 120px;
min-height: 120px;
max-height: 300px;
margin: 0 auto;
}

#header .logo img {
opacity: 0;
max-width: 100%;
max-height: 300px;
}
.wrapper {
min-height: 100%;
margin: 0 auto -70px;

+ 3
- 0
core/templates/layout.guest.php Parādīt failu

@@ -40,6 +40,9 @@
<h1 class="hidden-visually">
<?php p($theme->getName()); ?>
</h1>
<?php if(\OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?>
<img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL('apps/theming/logo') . '?' . \OC::$server->getConfig()->getAppValue('theming', 'cachebuster', '0')) ?>"/>
<?php endif; ?>
</div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
</div>

Notiek ielāde…
Atcelt
Saglabāt