X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Ftable%2Ftable.css;h=725c18b5b50ea1523560cb5a4a4b96e7bb2f7cdd;hb=9e3acdda026a62b19c554e01d403025cda99fbd9;hp=c6bf7236c847e2df7aacb399477e47d5b7cca438;hpb=f99cfc8401815836073effa34c5cda024e77a3a9;p=plewww.git diff --git a/plekit/table/table.css b/plekit/table/table.css index c6bf723..725c18b 100644 --- a/plekit/table/table.css +++ b/plekit/table/table.css @@ -1,9 +1,15 @@ -/* $Id$ */ +/* Thierry Parmentelat - INRIA */ + table.plekit_table { width: auto; padding: 0; margin: 0 auto 1.5em auto; border-collapse:collapse; +/* this used to be hard-wired in the tag, but looks useless now + cellpadding:0; + cellspacing:0; + border:0; + */ } table.plekit_table>thead>tr, table.plekit_table>tbody>tr { border-left: 1px solid #C1DAD7; @@ -35,9 +41,14 @@ table.plekit_table>tbody>tr>td, table.plekit_table textarea, table.plekit_table border-bottom: 1px solid #C1DAD7; } table.plekit_table>tbody>tr>td { - padding: 6px 12px 6px 12px; +/* padding: 6px 12px 6px 12px; */ + padding: 4px 8px 4px 8px; color: #4f6b72; } +table.plekit_table>tbody>tr>td a { + font-weight:normal; +} + th.sortable, th.sortable-text, th.sortable-date, @@ -51,7 +62,11 @@ th.sortable-sortEnglishLonghandDateFormat, th.sortable-sortScientificNotation, th.sortable-sortImage, th.sortable-sortFileSize, +th.sortable-sortBandwidth, +th.sortable-sortLastContact, th.sortable-sortAlphaNumeric, +th.sortable-sortAlphaNumericTop, +th.sortable-sortAlphaNumericBottom, th.sortable-sortEnglishDateTime { cursor:pointer; background: #CAE8EA url(/plekit/icons/tablesort-header-sortable.jpg) no-repeat; @@ -85,32 +100,35 @@ table.plekit_table>tbody>tr>td [class~="alt"] { background: #edf3f3 url(/plekit/icons/tablesort-col-alt.jpg) no-repeat !important; } /* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */ -table.plekit_table>tbody>tr.alt>td:first-child { - background: #F5FAFA url(/plekit/icons/tablesort-bullet2.gif) no-repeat; - font-weight:bold; +table.bullets1>tbody>tr.alt>td:first-child { + background-color: #F5FAFA; + background-image: url(/plekit/icons/tablesort-bullet2.gif); + background-repeat: no-repeat; } -table.plekit_table>tbody>tr>td:first-child { - background: #fff url(/plekit/icons/tablesort-bullet1.gif) no-repeat; - font-weight:bold; +table.bullets1>tbody>tr>td:first-child { + background-image: url(/plekit/icons/tablesort-bullet1.gif); + background-repeat: no-repeat; } /* table decorations */ td.search_area { text-align:right; padding-right: 30px; + padding-bottom: 5px; } td.pagesize_area { text-align:right; padding-right: 30px; + padding-bottom: 5px; } .pagesize_label, .pagesize_input { font-style: oblique; font-size: .5em; } -.table_search_label{ +.search_label{ font-weight:bold; } -.table_reset { +.reset { border:1px; } @@ -223,13 +241,13 @@ tr.invisibleRow { p.paginationText { font-style:oblique; } -p.plekit_table_note { +p.table_note { font-style:oblique; font-size:0.6em; font-family: georgia; text-align: center; } -span.plekit_table_note_title { +span.table_note_title { font-weight:bold; font-size:1.5em; font-family: georgia; @@ -247,6 +265,7 @@ ul.fdtablePaginater li {float:left;} ul.fdtablePaginater {text-align:center;} /*table.plekit_table { border-bottom:1px solid #C1DAD7; }*/ -.table_search_input:focus { - background-color: #888; +.search_input:focus ,.pagesize_input:focus { + background-color: #8cd; + outline-color: #696; }