[fix] box alignment in Chromium

This commit is contained in:
Knah Tsaeb 2013-08-01 09:31:00 +02:00
parent 0e68b3f1eb
commit 45ae6fd204
1 changed files with 11 additions and 6 deletions

View File

@ -1,5 +1,8 @@
* {
color: #dfdfdf;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
@ -67,6 +70,7 @@ body {
overflow: hidden;
text-overflow: "...";
position: relative;
vertical-align: top;
}
#listFile img {
@ -75,6 +79,7 @@ body {
vertical-align: middle;
max-height: 170px;
height: 100%;
max-width : 260px;
}
.dir, .video {
@ -112,9 +117,9 @@ body {
#viewFile table {
width: 60%;
margin: 0 auto;
border : 0.4em solid #2c2c2c;
padding:0;
border-radius:0.2em;
border: 0.4em solid #2c2c2c;
padding: 0;
border-radius: 0.2em;
border-collapse: collapse;
}
@ -160,10 +165,10 @@ video {
background-color: #141414;
width: auto;
margin: 0 auto 1.1em auto;
height : 2.3em;
height: 2.3em;
}
#toolbar img {
height:2em;
width : 2em;
height: 2em;
width: 2em;
}