X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Flist.css;h=b6cb7adee5ebb0421d1c75d9b043f616adca3962;hb=aad2e1cbf0a34d096c28388457aabfb8c307221b;hp=303541eb9867d7b6acc9d7f60ad65daa690531de;hpb=0b1c907c83528c1817f210d45187ddaf63cde234;p=syj.git diff --git a/public/css/list.css b/public/css/list.css index 303541e..b6cb7ad 100644 --- a/public/css/list.css +++ b/public/css/list.css @@ -1,7 +1,19 @@ +/* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, + and is published under the AGPL license. */ + +#container { + position: absolute; + overflow: auto; + bottom: 2em; + top: 8px; + right: 0; + left: 0; +} + .item { float: left; width: 250px; - margin: 0px 10px 10px 10px; + margin: 10px 10px 10px 16px; } .geom { @@ -26,20 +38,24 @@ *margin-top: -1em; /* in ie <=7, .control-link margin-bottom "pushes" .title */ height: 32px; clear: left; + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; } .page-link { - margin-left: 10px; - margin-right: 10px; + margin-left: 16px; + margin-right: 16px; + font-size: x-large; + font-weight: bold; + text-decoration: none; +} +.page-link:link, .page-link:visited { + color: blue; } #navigation { text-align: center; -} - -#footer { - position: fixed; - z-index: 2000; - background-color: white; + margin-bottom: 8px; } .noroute { @@ -58,18 +74,11 @@ #message { width: 40%; margin: 20px auto 20px auto; - padding: 1.5em 1.5em 1.5em 1.5em; - text-align: center; - border-width: 2px; - border-style: solid; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; } #other-language { margin: 10px 10px 20px 20px; - /* .item: 108px +.title: 32px + margin-bottom: 10px => 150px */ + /* .item: 118px +.title: 32px + margin-bottom: 10px => 150px */ /* margin: 30px + padding: 10px => height = 150 - 40 */ - height: 110px; + height: 120px; }