Sortierung der login-css Dateien sowie der Auslagerung in einzelne CSS-Dateien
This commit is contained in:
@@ -5,28 +5,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
|
||||
<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>
|
||||
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user