aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/skin/classic/module-session/css
diff options
context:
space:
mode:
authorM.Gergo2018-07-23 11:58:31 +0200
committerM.Gergo2018-07-23 11:58:31 +0200
commit2f5969b827ff17ee05e05f46025367017fdfcf44 (patch)
treecb9e56d5212cd12874bb1ae00812bf2e3bcbbd34 /mayor-orig/www/skin/classic/module-session/css
parent0b26d2d6860e7fe428930b97dc953895aa1ca30c (diff)
downloadmayor-2f5969b827ff17ee05e05f46025367017fdfcf44.tar.gz
mayor-2f5969b827ff17ee05e05f46025367017fdfcf44.zip
Rev: 4340
Diffstat (limited to 'mayor-orig/www/skin/classic/module-session/css')
-rw-r--r--mayor-orig/www/skin/classic/module-session/css/sessionAdmin.css8
1 files changed, 6 insertions, 2 deletions
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; }