X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Fstylesheet.css;h=ebe989261722199f531041d801ada9c5a46df3b7;hp=09188487005f4d693372626edc87e536961908f7;hb=02bff4b976056db5ad5ccb3b44164b776d2ed72c;hpb=e90667ee43cd743d3ab5b41ab4782b9e08dd0d6e diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 0918848..ebe9892 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -45,22 +45,14 @@ table, tr, td { padding: 0px; } -td.available_tags,td.selected_tags { - border-bottom: solid 1px #000000; +div.searchfor { padding-top: 10px; - padding-bottom: 10px; - padding-right: 10px; - line-height: 21px; -} - -td.searchfor { - border-bottom: solid 1px #000000; - padding-top: 10px; - padding-bottom: 10px; padding-right: 10px; + padding-bottom: 10px; line-height: 21px; font-size: 12px; vertical-align: middle; + border-bottom: solid 1px #000000; } .menu { @@ -84,24 +76,17 @@ td.searchfor { font-weight: bolder; } -td.index_header,div.index_header { +div.header { background-color: #eeeeee; padding: 10px; vertical-align: middle; white-space: nowrap; } -td.content_title,div.content_title { - background-color: #eeeeee; - padding: 10px; - vertical-align: middle; -} - img { border: none; } - a { font-size: 14px; color: #008200; @@ -173,11 +158,19 @@ div.thumb a.thumblink:hover { border-radius: 1em; border: dashed 1px #888888; z-index: 100; + float: right; + margin-top: 20px; + margin-right: 20px; } -#available_tags { +#available_tags,#selected_tags { clip: auto; overflow: auto; + border-bottom: solid 1px #000000; + padding-top: 10px; + padding-bottom: 10px; + padding-right: 10px; + line-height: 21px; } table.calendar tr td { @@ -224,4 +217,3 @@ input, select, textarea { border: 1px solid #888888; border-collapse: collapse; } -