mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-06 03:49:56 +02:00
restyling
This commit is contained in:
parent
9396d532f8
commit
5e57ac978a
2 changed files with 10 additions and 1 deletions
|
@ -107,7 +107,7 @@ function printHeader(string $headerPrefix): void {
|
||||||
<a href="https://www.ldap-account-manager.org/" target="new_window">
|
<a href="https://www.ldap-account-manager.org/" target="new_window">
|
||||||
<img class="align-middle" width="24" height="24" alt="help" src="<?php echo $headerPrefix; ?>/graphics/logo24.png">
|
<img class="align-middle" width="24" height="24" alt="help" src="<?php echo $headerPrefix; ?>/graphics/logo24.png">
|
||||||
<span class="hide-on-tablet"> <?php echo $userName?></span>
|
<span class="hide-on-tablet"> <?php echo $userName?></span>
|
||||||
<span class="hide-on-mobile">
|
<span class="hide-on-mobile-and-tablet">
|
||||||
<?php
|
<?php
|
||||||
echo getLAMVersionText();
|
echo getLAMVersionText();
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -330,6 +330,15 @@ div.account-types-popup div.columns:last-child {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* mobile and tablet */
|
||||||
|
@media only screen and (max-width: 64.0625em) {
|
||||||
|
|
||||||
|
.hide-on-mobile-and-tablet {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* tablet and bigger */
|
/* tablet and bigger */
|
||||||
@media only screen and (min-width: 40.0625em) {
|
@media only screen and (min-width: 40.0625em) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue