small & medium size classes for text input in tasks
This commit is contained in:
parent
9b805bc673
commit
94009e01b4
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.task strong{font-style:italic;font-weight:400}
|
||||
.task table{max-width:800px}
|
||||
.task td{background:#fff;padding:1px 5px;border:1px solid #d7d4cf}
|
||||
.task input[type="text"].small{width:40px}
|
||||
.task input[type="text"].medium{width:90px}
|
||||
|
||||
|
||||
/** Popup Notification **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue