[fix] add max-height for image

This commit is contained in:
Knah Tsaeb 2013-07-26 13:56:19 +02:00
parent 2613e88354
commit d2fa93fca1
1 changed files with 17 additions and 17 deletions

View File

@ -1,9 +1,9 @@
*{
color:#dfdfdf;
* {
color: #dfdfdf;
}
body {
background-color: #1E1915;
background-color: #1E1915;
}
#listFile a {
@ -11,38 +11,38 @@ body {
height: 170px;
display: block;
border: 2px solid #dfdfdf;
float:left;
margin:0.3em;
padding:0.3em;
float: left;
margin: 0.3em;
padding: 0.3em;
text-decoration: none;
text-align:center;
text-align: center;
overflow: hidden;
text-overflow: "...";
}
#listFile img {
width : 100%;
vertical-align: middle;
width: 100%;
vertical-align: middle;
max-height: 105px;
}
#time {
clear :both;
clear: both;
}
#viewFile {
text-align:center;
text-align: center;
}
#viewFile table {
width : 60%;
margin : 0 auto;
width: 60%;
margin: 0 auto;
}
input, select, options {
color : #1E1915;
color: #1E1915;
}
input[type="submit"] {
color : #1E1915;
}
color: #1E1915;
}