src/main/webapp/css/site.css
changeset 2 cf829ec742b3
equal deleted inserted replaced
1:69e26359f2c8 2:cf829ec742b3
       
     1 /*
       
     2  * Copyright 2011 Tomas Zeman <tzeman@volny.cz>
       
     3  */
       
     4 
       
     5 .list {
       
     6   border-collapse: collapse;
       
     7 }
       
     8 
       
     9 .list td, .list thead th {
       
    10   border: 1px solid black;
       
    11 }
       
    12 
       
    13 .attr-name {
       
    14   font-weight: bold;
       
    15   width: 150px;
       
    16 }
       
    17 
       
    18 .attr-name-wide {
       
    19   font-weight: bold;
       
    20   width: 230px;
       
    21 }
       
    22 
       
    23 
       
    24 .attr-value {
       
    25 }
       
    26 
       
    27 .form-name {
       
    28   font-weight: bold;
       
    29   width: 150px;
       
    30 }
       
    31 
       
    32 .form-value {
       
    33 }
       
    34 
       
    35 td.td-right {
       
    36   text-align: right;
       
    37 }
       
    38 
       
    39 /* fix for active sf-menu item in span tag */
       
    40 .sf-menu span {
       
    41   padding: 0.75em 1em;
       
    42 }