attach css fixed firefox

This commit is contained in:
life
2014-09-22 19:58:25 +08:00
parent 416dd77717
commit 50b6af0446
5 changed files with 2531 additions and 8 deletions

View File

@ -406,7 +406,6 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 240px; max-height: 240px;
overflow: scroll;
z-index: 3; z-index: 3;
.alert { .alert {
margin: 0; margin: 0;
@ -422,7 +421,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 450px; max-height: 450px;
overflow-y: scroll; overflow-y: auto;
li { li {
display: block; display: block;
margin: 0; margin: 0;

View File

@ -362,7 +362,6 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 240px; max-height: 240px;
overflow: scroll;
z-index: 3; z-index: 3;
} }
#attachUploadMsg .alert { #attachUploadMsg .alert {
@ -378,7 +377,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 450px; max-height: 450px;
overflow-y: scroll; overflow-y: auto;
} }
#attachList li { #attachList li {
display: block; display: block;

View File

@ -362,7 +362,6 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 240px; max-height: 240px;
overflow: scroll;
z-index: 3; z-index: 3;
} }
#attachUploadMsg .alert { #attachUploadMsg .alert {
@ -378,7 +377,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
max-height: 450px; max-height: 450px;
overflow-y: scroll; overflow-y: auto;
} }
#attachList li { #attachList li {
display: block; display: block;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long