X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Fstylesheet.css;h=7eede84321716166e6c2de04949b53ce1b4fae2f;hp=7550311e96abfefe97f15c1963e593bc56ae66ef;hb=213a12dbb00c60ff1873cfec86c9f9c35d86253f;hpb=a8c8bd8ee5c29db5512230eaeb65e44794e21b89 diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 7550311..7eede84 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 { @@ -95,7 +87,6 @@ img { border: none; } - a { font-size: 14px; color: #008200; @@ -169,9 +160,14 @@ div.thumb a.thumblink:hover { z-index: 100; } -#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 { @@ -218,4 +214,3 @@ input, select, textarea { border: 1px solid #888888; border-collapse: collapse; } -