mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed width of results in resultlist
This commit is contained in:
@@ -1319,7 +1319,11 @@ nav ul li:hover, nav ul li.active {
|
||||
border-radius: 3px;
|
||||
margin: 15px 20px;
|
||||
}
|
||||
.result{height:100px;margin-left:40px;}
|
||||
.result{
|
||||
height:100px;
|
||||
margin-left: 40px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
#add-many{
|
||||
float:right;
|
||||
color:white;
|
||||
@@ -1372,7 +1376,7 @@ nav ul li:hover, nav ul li.active {
|
||||
.result {
|
||||
border-bottom: solid 1px rgba(229, 229, 229, 0.5);
|
||||
cursor: pointer;
|
||||
width:93%;
|
||||
/*width:93%;*/
|
||||
}
|
||||
.result_info{
|
||||
opacity:0.8;
|
||||
|
||||
Reference in New Issue
Block a user