Minor css tuning, renamed "details" tab of categories edition to

associaitons
This commit is contained in:
Franck Allimant
2013-10-30 16:32:36 +01:00
parent 86d84462ad
commit c7835758e5
2 changed files with 20 additions and 13 deletions

View File

@@ -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;
}