Skip to content
Snippets Groups Projects
Commit 6f2e1ca1 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

1) hide error

2) inspector z-index
3) width fail
parent 1118fe09
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ body { /* Для корректного отображения окон */
body {
background-color: #f1f1f1;
overflow-y: auto;
min-width: 1025px;
min-width: 1050px;
}
div {
height: auto;
......
......@@ -48,6 +48,7 @@ body
#errButton {
position: fixed;
z-index: 300;
top: 300px;
left: 0;
width: 35px;
......
......@@ -17,7 +17,12 @@ $(document).ready(function() {
show: {
effect: "fade",
duration: 300
}
},
hide: {
effect: "fade",
duration: 300
}
});
$('#errButton').click(function ()
......@@ -100,7 +105,8 @@ $(document).ready(function() {
jMessage.removeAttr('disabled');
jMessageTitle.removeAttr('disabled');
jSendBut.removeAttr('disabled');
jMessageTitle.focus();
$('#errDialog').dialog("close");
}
});
});
......
......@@ -3,7 +3,7 @@
height: auto;
width: 200px;
top: 50px;
right: 20px
right: 20px;
}
.EventInspectorList .EventItem {
width: auto;
......@@ -11,6 +11,8 @@
margin-bottom: 10px;
border-radius: 4px;
font-size: 14px;
z-index: 500;
}
.EventInspectorList .success {
color: #3c763d;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment