From 2f5969b827ff17ee05e05f46025367017fdfcf44 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Mon, 23 Jul 2018 11:58:31 +0200 Subject: Rev: 4340 --- mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mayor-orig/www/skin/classic/module-session/css') diff --git a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css b/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css index d1cc5d1a..a64c2a48 100644 --- a/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css +++ b/mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css @@ -1,6 +1,10 @@ - table.lista { background-color: #aaa; margin: auto; } - table.lista thead th, table.lista tfoot th { background-color: rgb(100,40,20); color: white; padding: 2px 5px; } + table.lista { width:95%; background-color: #aaa; margin: auto; margin-top:10px; + border-spacing: 1px; + /*border-collapse: separate;*/ + font-size:smaller; + } + table.lista thead th, table.lista tfoot th { background-color: orange; color: white; padding: 2px 5px; } table.lista tbody th, table.lista tbody td { background-color: white; padding: 2px 5px; } table.lista tbody tr:nth-child(even) th, table.lista tbody tr:nth-child(even) td { background-color: #eee; } table.lista tbody tr:hover th, table.lista tbody tr:hover td { background-color: #999; color:white; } -- cgit v1.2.3