X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fcss%2Flist.css;h=303541eb9867d7b6acc9d7f60ad65daa690531de;hp=70e3f41974512178bf0162c6f70b1c2f5d7c0091;hb=0b1c907c83528c1817f210d45187ddaf63cde234;hpb=e3108d04cc1515d8e0482f8f238ac1d5dd59f633 diff --git a/public/css/list.css b/public/css/list.css index 70e3f41..303541e 100644 --- a/public/css/list.css +++ b/public/css/list.css @@ -16,9 +16,6 @@ margin-bottom: 1em; } -.controls { -} - .map { position: absolute; width: 100%; height: 100%; @@ -26,7 +23,8 @@ } .title { - height: 2em; + *margin-top: -1em; /* in ie <=7, .control-link margin-bottom "pushes" .title */ + height: 32px; clear: left; } @@ -69,3 +67,9 @@ border-radius: 5px; } +#other-language { + margin: 10px 10px 20px 20px; + /* .item: 108px +.title: 32px + margin-bottom: 10px => 150px */ + /* margin: 30px + padding: 10px => height = 150 - 40 */ + height: 110px; +}