X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=0f09bdc317cb1505ddd4417586aba0423df55bfd;hp=7460f20f86c0952e388a6bf5191a254e7e015eb9;hb=086cf84bfd20fcccdc978a0200ab97cdeca2c172;hpb=30627993659edfcd0f0698185c19ff3400b6d313 diff --git a/stylesheet.css b/stylesheet.css index 7460f20..0f09bdc 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -15,10 +15,10 @@ table, tr, td { vertical-align: top; } -td.tags { - width: 150px; +td.options { + width: 250px; padding: 2px; - padding-top: 10px; + padding-top: 8px; border-top: solid 1px #000000; border-right: solid 1px #000000; } @@ -28,6 +28,7 @@ td.available_tags,td.selected_tags,td.searchfor { padding-top: 10px; padding-bottom: 10px; padding-right: 10px; + line-height: 21px; } td.logo { @@ -49,6 +50,7 @@ td.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; + white-space: nowrap; } img { @@ -68,8 +70,8 @@ img.bubbleimg_up { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } img.bubbleimg_down { @@ -82,8 +84,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -117,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 { @@ -153,3 +158,7 @@ td.thumb { background-color: #ffffff; } +#available_tags { + clip: auto; + overflow: auto; +}