Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien
This commit is contained in:
@@ -16,18 +16,7 @@
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||
<style>
|
||||
body{
|
||||
background-color:#fff;
|
||||
background-image:none;
|
||||
}
|
||||
#Login1_LoginButton{
|
||||
color:#fff;
|
||||
background-color:#003680;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
||||
}
|
||||
<style>
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function FocusOnInput() {
|
||||
@@ -85,6 +74,7 @@
|
||||
setInterval("top.location.replace('../admin/admin.aspx')", 1);
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="../css/login/LoggedIn.css"/>
|
||||
</head>
|
||||
|
||||
<body onload="FocusOnInput()">
|
||||
|
||||
Reference in New Issue
Block a user