preparing to create new task from kanban using tasks/Add form
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -183,6 +183,17 @@ td, tr{
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
padding: 40px 10px 10px;
|
||||
background: rgba(0,0,0,0.9);
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.warn {
|
||||
padding: 5px;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user