Directory select width

This commit is contained in:
Ruud
2012-02-27 00:16:29 +01:00
parent 457bf0958a
commit bb61af7153
2 changed files with 2 additions and 2 deletions
@@ -90,11 +90,11 @@
float: left;
width: 50%;
transition: all 0.2s linear;
overflow: hidden;
}
.movies .list_view .info .title, .movies .mass_edit_view .info .title {
font-size: 16px;
font-weight: normal;
text-overflow: ellipsis;
}
.movies .info .year {
+1 -1
View File
@@ -164,7 +164,7 @@
display: inline-block;
padding: 0 4% 0 4px;
font-size: 13px;
width: 26.3%;
width: 30%;
background-image: url('../../images/icon.folder.gif');
background-repeat: no-repeat;
background-position: 97% center;