Merge pull request #2278 from speg/checklist_width_resize
work on #2183 resize checklist items
This commit is contained in:
@@ -424,6 +424,7 @@ form
|
||||
text-align: inherit
|
||||
background-color:inherit
|
||||
box-shadow: none
|
||||
width: 80%
|
||||
|
||||
/* Add interaction cues on hover and focus */
|
||||
input.inline-edit:hover,input.inline-edit:focus
|
||||
@@ -432,6 +433,7 @@ form
|
||||
|
||||
.checklist-icons
|
||||
opacity:0
|
||||
width: 5%
|
||||
|
||||
li
|
||||
min-height: 20px
|
||||
@@ -440,5 +442,6 @@ form
|
||||
|
||||
[type="checkbox"]
|
||||
margin: 0px 10px 3px 0px
|
||||
width: 5%
|
||||
li:hover .checklist-icons
|
||||
opacity:1
|
||||
|
||||
Reference in New Issue
Block a user