From 043690aee8854b0d140dbdaa5cc9b018faf3d934 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Tue, 29 Nov 2016 16:36:11 +0300 Subject: [PATCH] SeLinux/attributes listing and control --- filemin/unauthenticated/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/filemin/unauthenticated/css/style.css b/filemin/unauthenticated/css/style.css index e6aa19bbe..7a85ab108 100644 --- a/filemin/unauthenticated/css/style.css +++ b/filemin/unauthenticated/css/style.css @@ -103,6 +103,8 @@ table.dataTable thead .sorting_desc::after { top: 6px; } +#chattrForm input, +#chconForm input, #chownForm input { width: 200px; } @@ -151,4 +153,10 @@ a.pages { .total { clear: both; margin-bottom: 10px; -} \ No newline at end of file +} + +span[data-attributes="s"], +span[data-attributes="x"] { + font-family: monospace; + font-size: 10px; +}