X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fmy_account.common.css;h=7c59bd86f998649fe7b73458f1d212a72693069e;hp=346aacdc93b4f2b75907614fc95aafe7bd6ac3df;hb=c15eb339cc9b7955f77b7cbb6e3466e0ce49b7e4;hpb=c33d0dd5fbfbd8e16c7d971100a851469d313eff diff --git a/portal/static/css/my_account.common.css b/portal/static/css/my_account.common.css index 346aacdc..7c59bd86 100644 --- a/portal/static/css/my_account.common.css +++ b/portal/static/css/my_account.common.css @@ -226,5 +226,18 @@ ul.errorlist li { - - +table.mytable { border-collapse: collapse; border: 1px solid #839E99; +background: #f1f8ee; font: .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #033;table-layout:fixed; } +.mytable caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; } +.mytable td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; } +.mytable th { background: #839E99; color: #fff; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; align="center" style="width:15%;word-wrap: break-word" } +.mytable thead th { background: #2C5755; text-align: center; } +.mytable thead td {style="width:15%;word-wrap: break-word"} +.mytable .odd td { background: #DBE6DD; style="width:15%;word-wrap: break-word"} +.mytable .odd th { background: #6E8D88; } +.mytable td a, td a:link { color: #325C91; } +.mytable td a:visited { color: #466C8E; } +.mytable td a:hover, td a:focus { color: #1E4C94; } +.mytable th a, td a:active { color: #fff; } +.mytable tfoot th, tfoot td { background: #2C5755; color: #fff; } +.mytable th + td { padding-left: .5em; }