Css wurde verändert
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user