templates/static/style-coal.css
changeset 7299 288dda59233c
parent 7291 5ac779ea7850
child 7314 a0843c82d1a2
equal deleted inserted replaced
7298:0e2e371c7406 7299:288dda59233c
    68 .search {
    68 .search {
    69   position: absolute;
    69   position: absolute;
    70   top: .7em;
    70   top: .7em;
    71   right: 2em;
    71   right: 2em;
    72 }
    72 }
       
    73 
       
    74 form.search span {
       
    75   display: none;
       
    76   position: absolute;
       
    77   top: 40px;
       
    78   right: 0px;
       
    79   width: 190px;
       
    80   padding: 5px;
       
    81   background: #ffc;
       
    82   font-size: 70%;    
       
    83   border: 1px solid yellow;
       
    84   -moz-border-radius: 5px; /* this works only in camino/firefox */
       
    85   -webkit-border-radius: 5px; /* this is just for Safari */
       
    86 }
       
    87 
       
    88 form.search:hover span { display: block; }
    73 
    89 
    74 a { text-decoration:none; }
    90 a { text-decoration:none; }
    75 .age { white-space:nowrap; }
    91 .age { white-space:nowrap; }
    76 .date { white-space:nowrap; }
    92 .date { white-space:nowrap; }
    77 .indexlinks { white-space:nowrap; }
    93 .indexlinks { white-space:nowrap; }