Changeset 7687 for trunk/src_map/style


Ignore:
Timestamp:
Apr 6, 2010, 2:32:53 PM (15 years ago)
Author:
janveeden
Message:

Layout of the searchpart made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src_map/style/stylesheet.css

    r7675 r7687  
    5353}
    5454
     55#searchbox {
     56margin-top: 3px;
     57border-top: 1px solid gray;
     58border-bottom: 1px solid gray;
     59height: 25px;
     60}
     61
     62#searchbox input[type=text] {
     63width: 85%;
     64}
     65
     66#searchbox input.text {
     67width: 85%;
     68}
     69
     70#searchbox input[type=button] {
     71width: 15%;
     72}
     73
     74#searchbox input.button {
     75width: 15%;
     76}
     77
     78
     79#searchlist {
     80overflow: hidden;
     81}
     82
     83#searchlist select {
     84width: 100%;
     85height: 115px;
     86}
     87
    5588#navigation {
    5689margin-top: 5px;
Note: See TracChangeset for help on using the changeset viewer.