first import
This commit is contained in:
24
sites/all/modules/draggableviews/css/draggableviews_list.css
Normal file
24
sites/all/modules/draggableviews/css/draggableviews_list.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.draggableviews-processed {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.draggableviews-processed li.views-row {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 180px;
|
||||
/* height: 180px; if required for fixed height displays */
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
cursor:move;
|
||||
}
|
||||
|
||||
.draggableviews-processed li.views-row.ui-sortable-helper {
|
||||
border: 1px dotted blue;
|
||||
}
|
||||
.draggableviews-processed li.views-row {
|
||||
border: 1px dotted grey;
|
||||
}
|
||||
|
||||
.draggableviews-weight{
|
||||
display:none;
|
||||
}
|
Reference in New Issue
Block a user