Skip to content

Commit

Permalink
Fixed issue: couldn't drop items - style changes to ensure that the '…
Browse files Browse the repository at this point in the history
…droppable' div has a minimum height
  • Loading branch information
jcleeland committed Mar 1, 2012
1 parent c0bcda9 commit e023cee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions styles/admin/default/attributeMapCSV.css
Expand Up @@ -9,10 +9,10 @@ html, body{
margin-top: 10px;
}
#newcreated{

float : left;
background-color: #D2E0F2;
}

#csvattribute {
float : left;
background-color: #D2E0F2;
Expand All @@ -31,8 +31,11 @@ html, body{
padding : 4px;
}
.newcreate ul{
padding : 100px;
height: 100px;
}

.newcreate, .csvatt, .cpdbatt {
min-height: 100px;
padding-bottom: 50px;
}

.cpdbatt {
Expand Down

0 comments on commit e023cee

Please sign in to comment.