Changed width of results in resultlist

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-13 15:36:24 +01:00
parent b4c2d75f00
commit 6274ba6d5b

View File

@@ -1319,7 +1319,11 @@ nav ul li:hover, nav ul li.active {
border-radius: 3px; border-radius: 3px;
margin: 15px 20px; margin: 15px 20px;
} }
.result{height:100px;margin-left:40px;} .result{
height:100px;
margin-left: 40px;
margin-right: 40px;
}
#add-many{ #add-many{
float:right; float:right;
color:white; color:white;
@@ -1372,7 +1376,7 @@ nav ul li:hover, nav ul li.active {
.result { .result {
border-bottom: solid 1px rgba(229, 229, 229, 0.5); border-bottom: solid 1px rgba(229, 229, 229, 0.5);
cursor: pointer; cursor: pointer;
width:93%; /*width:93%;*/
} }
.result_info{ .result_info{
opacity:0.8; opacity:0.8;