Minor css tuning, renamed "details" tab of categories edition to
associaitons
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
|
||||
// -- Drag & drop --
|
||||
.take{
|
||||
|
||||
|
||||
.draggable{
|
||||
border: 2px dashed @gray-light;
|
||||
margin-bottom: 10px;
|
||||
@@ -346,9 +346,9 @@
|
||||
|
||||
&:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.over{
|
||||
.drop-message{
|
||||
border-color: @brand-primary;
|
||||
@@ -358,8 +358,8 @@
|
||||
|
||||
}
|
||||
|
||||
.place{
|
||||
|
||||
.place{
|
||||
|
||||
.over{
|
||||
.drop-message{
|
||||
border-color: @brand-primary;
|
||||
@@ -368,10 +368,10 @@
|
||||
}
|
||||
|
||||
.panel-body{
|
||||
|
||||
|
||||
.draggable, .drag{
|
||||
margin: 5px 0;
|
||||
padding: 10px;
|
||||
padding: 10px;
|
||||
border: 1px dashed @gray-light;
|
||||
}
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
}
|
||||
|
||||
.take, .place{
|
||||
|
||||
|
||||
.drop-message{
|
||||
width: 50%;
|
||||
margin: 10px auto;
|
||||
@@ -410,4 +410,11 @@
|
||||
.ui-draggable-dragging{
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
|
||||
// -- File Upoload drop zone ---------------------------------------------------
|
||||
|
||||
.dropzone {
|
||||
border: 1px dashed #ddd;
|
||||
padding: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user