20 lines
353 B
CSS
20 lines
353 B
CSS
|
#createNotificationModal .dropdown-select {
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
#createNotificationModal .options-table {
|
||
|
width: 100%;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
#createNotificationModal .options-table td {
|
||
|
padding-bottom: 6px;
|
||
|
}
|
||
|
|
||
|
#createNotificationModal .options-table td.name {
|
||
|
width: 160px;
|
||
|
}
|
||
|
|
||
|
#createNotificationModal .options-table-wrapper {
|
||
|
padding: 10px;
|
||
|
}
|