X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c16fd46f51a61f5d66e08b786362d91ef5a33f7d..5dd1249f3ec74643957202977f92e42be78f65d8:/apps/workbench/app/assets/stylesheets/application.css diff --git a/apps/workbench/app/assets/stylesheets/application.css b/apps/workbench/app/assets/stylesheets/application.css index eca9be826d..d2993bef3c 100644 --- a/apps/workbench/app/assets/stylesheets/application.css +++ b/apps/workbench/app/assets/stylesheets/application.css @@ -69,3 +69,12 @@ table.table-fixedlayout td { table.table-smallcontent td { font-size: 85%; } +form input.search-mini { + padding: 0 6px; +} +form.small-form-margin { + margin-bottom: 2px; +} +.nowrap { + white-space: nowrap; +}