Skip to content
Snippets Groups Projects
Commit 274a1cd1 authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the UI for the textareas in the add new user dialogs

parent d2caf96a
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
}
textarea {
padding: 10px;
width: calc( 100% - 20px );
}
</style>
......@@ -127,7 +128,6 @@
.attr( "id", "new_users_confirmation_area" )
.attr( "rows", "15" )
.css( "margin-top", "10px" )
.css( "width", "calc( 100% - 20px )" )
)
.dialog( {
title: "Add new users",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment