|
@@ -153,6 +153,27 @@
|
|
user-select: none;
|
|
user-select: none;
|
|
cursor: not-allowed;
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .loginLogo{
|
|
|
|
+ margin-top: 4em;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @media (orientation: landscape) and (max-height: 599px) {
|
|
|
|
+ .rightLoginFrame{
|
|
|
|
+ width: calc(100% - 10em) !important;
|
|
|
|
+ margin-left: 5em;
|
|
|
|
+ margin-right: 5em;
|
|
|
|
+ margin-top: 0;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ border-radius: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .loginLogo{
|
|
|
|
+ margin-top: 1.2em;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -160,8 +181,7 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div id="loginInterface" class="rightLoginFrame">
|
|
<div id="loginInterface" class="rightLoginFrame">
|
|
- <br><br><br>
|
|
|
|
- <img class="ui medium image" src="data:image/png;base64, {{service_logo}}">
|
|
|
|
|
|
+ <img class="ui medium image loginLogo" src="data:image/png;base64, {{service_logo}}">
|
|
|
|
|
|
<div class="ui borderless basic segment">
|
|
<div class="ui borderless basic segment">
|
|
<p>Sign in to <span class="hostname">ArozOS</span> with your username and password</p>
|
|
<p>Sign in to <span class="hostname">ArozOS</span> with your username and password</p>
|