Css modal angepasst an Mobilbildschirmbreite
This commit is contained in:
@@ -244,20 +244,14 @@
|
|||||||
.modal-content {
|
.modal-content {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
|
||||||
/* background-color:#043381;*/
|
|
||||||
background-color: #fff;
|
|
||||||
color: #043381;
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
void Application_Error(object sender, EventArgs e)
|
void Application_Error(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
|
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
|
||||||
'Response.Redirect("../login/Error.aspx");
|
//Response.Redirect("../login/Error.aspx");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -471,7 +471,7 @@ ContentPlaceHolder1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 600px;
|
width: 400px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
overflow-x: no-content;
|
||||||
}
|
}
|
||||||
@@ -484,7 +484,7 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 600px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
@@ -521,14 +521,10 @@ ContentPlaceHolder1 {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
|
||||||
/* background-color:#043381;*/
|
|
||||||
background-color: #fff;
|
|
||||||
color: #043381;
|
|
||||||
width:400px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
width:400px;
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user