X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Fstylesheet.css;h=4a127e8c50492fed1d0097a41d5d4e1540d92002;hp=1f7e7d4c0eaea98b603f288561ba044991dfa61d;hb=fb7df61d1e9b77181a69169311133df355e66eea;hpb=3617bf991c8be4516f8d08ec4bf62f4568ef478e diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 1f7e7d4..4a127e8 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.header { background-color: #eeeeee; padding: 10px; vertical-align: middle; white-space: nowrap; } -td.content_title { - background-color: #eeeeee; - padding: 10px; - vertical-align: middle; -} - img { border: none; } - a { font-size: 14px; color: #008200; @@ -136,28 +121,6 @@ a.calendar { font-size: 10px; } -#single { - padding: 10px; - display: table; - table-layout: fixed; - border: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - -table.matrix { - padding: 10px; - display: table; - table-layout: fixed; - border-style: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - div.thumb { text-align: center; vertical-align: top; @@ -194,11 +157,29 @@ div.thumb a.thumblink:hover { -moz-border-radius: 1em; border-radius: 1em; border: dashed 1px #888888; + z-index: 100; + float: right; + margin-top: 20px; + margin-right: 20px; +} + +#HTML_AJAX_LOADING { + position: fixed; + z-index: 1000; + top: 80px; + right: 10px; + background-color: #ffffff; + padding: 10px; } -#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 { @@ -245,4 +226,3 @@ input, select, textarea { border: 1px solid #888888; border-collapse: collapse; } -