Css wurde verändert

This commit is contained in:
ja
2021-08-27 10:52:48 +02:00
parent 02e1fc9958
commit 1fb45bd6c4
3 changed files with 43 additions and 2 deletions

View File

@@ -956,7 +956,8 @@ a[data-toggle="collapse"] {
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
border-left: .3em solid transparent;
visibility:hidden;
}
.dropdown-toggle:empty::after {

View File

@@ -16,7 +16,19 @@
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
<style>
<style>
body {
background-color: #fff;
background-image: none;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
@media (min-width: 768px) {
}
</style>
<script type="text/javascript">
function FocusOnInput() {

View File

@@ -6,6 +6,34 @@
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
<style>
@media (min-width:768px) {
#UserNameLabel
{
font-size: 20px;
font-size: 1.25em;
}
#PasswordLabel {
font-size: 20px;
font-size: 1.25em;
}
}
@media (max-width: 768px) {
#UserNameLabel {
font-size: 16px;
font-size: 1em;
}
#PasswordLabel {
font-size: 16px;
font-size: 1em;
}
}
</style>
</head>
<body>