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