Actualizar plugin Checklists a 3.1.18 light
This commit is contained in:
parent
a26f5567af
commit
24560c8598
55 changed files with 992 additions and 307 deletions
|
@ -1,3 +1,7 @@
|
|||
#checklist_form_items input[type="checkbox"],
|
||||
#checklist_items input[type="checkbox"] {
|
||||
height: initial;
|
||||
}
|
||||
|
||||
div#checklist ul {
|
||||
list-style: none;
|
||||
|
@ -10,6 +14,8 @@ div#checklist li {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.checklist-checkbox {height: inherit}
|
||||
|
||||
#checklist li:hover a.delete {opacity: 1;}
|
||||
|
||||
#checklist a.delete {opacity: 0.4;}
|
||||
|
@ -74,4 +80,65 @@ span.checklist-item.edit .checklist-show-only {
|
|||
div#checklist ol {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.checklist-section {
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: #eee;
|
||||
}
|
||||
|
||||
.checklist-item.checklist-section > .checklist-checkbox { display: none; }
|
||||
|
||||
#checklist_items li.checklist-section {
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.completed-section { color: #999; }
|
||||
|
||||
.save-new-by-button { cursor: pointer; }
|
||||
|
||||
table.list td.checklist_relations { text-align: left }
|
||||
|
||||
/* ========================================================================= */
|
||||
/* Checklist context menu */
|
||||
/* ========================================================================= */
|
||||
|
||||
#checklist-menu ul, #checklist-menu li, #checklist-menu a {
|
||||
display:block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:0;
|
||||
}
|
||||
|
||||
#checklist-menu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#checklist-menu, #checklist-menu ul {
|
||||
width: 150px;
|
||||
border: 1px solid #ccc;
|
||||
background: white;
|
||||
list-style: none;
|
||||
padding: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
#checklist-menu li {
|
||||
position: relative;
|
||||
padding: 1px;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
#checklist-menu a {
|
||||
text-decoration: none !important;
|
||||
padding: 2px 0px 2px 20px;
|
||||
}
|
||||
|
||||
#checklist-menu a:hover { color:#2A5685; }
|
||||
#checklist-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue