Changeset 4256


Ignore:
Timestamp:
01/13/14 14:53:44 (10 years ago)
Author:
twagoo
Message:

Applied css changes to CLARIN-D theme as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6/vlo_web_app/src/main/webapp/css/clarin-d.css

    r4021 r4256  
    6666}
    6767/* for the table header, use the red from the banner */
    68 .opening .resulttable .headers{
     68.opening .resulttable table .headers{
    6969    background-color: #801418;
    7070    text-align: center;
     
    7373}
    7474
    75 .resulttable tbody tr.even {
     75.resulttable table tr.even {
    7676    background-color: #e7ebf0; /* color of background in odd table position */
    7777}
    7878
    79 .resulttable tbody tr.odd {
     79.resulttable table tr.odd {
    8080    background-color: #ffffff; /* color of background in odd table position */
    8181    color: #000000;
    8282    opacity: 1.0
    8383}
     84
     85.resulttable table {
     86    margin: 0px;
     87    border-spacing: 0px;
     88}
     89
     90.opening .resulttable table td {
     91    padding: 0px;
     92}
     93
     94.resulttable table .navigatorLabel {
     95    float: left;
     96}
     97
     98.resulttable table .navigator {
     99    text-align: right;
     100}
    84101
    85102/* for the table header, take the red from the banner */
     
    132149
    133150.federatedSearch {
    134         font-weight:bold;
     151    font-weight:bold;
    135152}
    136153
     
    272289
    273290.resultItem li {
    274      list-style-type:none;
     291    list-style-type:none;
    275292}
    276293
    277294.resultItem img {
    278      display:inline;
    279      vertical-align:middle;
    280      padding-right:5px;
     295    display:inline;
     296    vertical-align:middle;
     297    padding-right:5px;
    281298}
    282299
    283300div.wicket-aa {background-color:white;
    284     border:1px solid #CCCCCC;
    285     color:black;
     301               border:1px solid #CCCCCC;
     302               color:black;
    286303}
    287304
Note: See TracChangeset for help on using the changeset viewer.