X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=0f09bdc317cb1505ddd4417586aba0423df55bfd;hp=8da852227223cc449235e78afc6bde8efc7a24f7;hb=fb5a16a9495b3438584cd0ab47ea1d1c0ce26995;hpb=4a4043f64bbb3b6757ff1d3edd81ec36a796cf00 diff --git a/stylesheet.css b/stylesheet.css index 8da8522..0f09bdc 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -15,7 +15,7 @@ table, tr, td { vertical-align: top; } -td.tags { +td.options { width: 250px; padding: 2px; padding-top: 8px; @@ -119,26 +119,29 @@ a.smalltag:hover { color: #00aa44; } +a.thumblink { + font-size: 12px; +} + +a.thumblink:hover { + color: #4761ab; +} + #matrix,#single { padding: 10px; } td.thumb { - padding: 1px; + padding: 5px; text-align: center; } -#outter { - padding: 10px; - background-color: #eeeeee; -} - #inner { - padding: 7px; - -moz-border-radius: 1em; - border-radius: 1em; + padding: 10px; + -moz-border-radius: 3px; + border-radius: 3px; border: dashed 1px #888888; - + background-color: #eeeeee; } #photo_details {