formTab fixes.

svn path=/plone.app.discussion/trunk/; revision=27755
This commit is contained in:
Timo Stollenwerk 2009-07-01 00:04:03 +00:00
parent 33577fa13d
commit 938c1dc2e8
2 changed files with 3 additions and 21 deletions

View File

@ -51,25 +51,6 @@
</li>
-->
</ul>
<!--
<ul class="formTabs">
<li class="formTab firstFormTab">
<a id="" class="selected" href="#">
<span>All</span>
</a>
</li>
<li class="formTab">
<a id="filter-pending" class="" href="#filter-pending">
<span>Pending</span>
</a>
</li>
<li class="formTab lastFormTab">
<a id="filter-published" class="" href="#filter-published">
<span>Published</span>
</a>
</li>
</ul>
-->
<form method="post"
action="#"

View File

@ -68,7 +68,8 @@ fieldset {
display: inline;
}
.filter input.selected {
.filter input.selected,
.filter input:hover {
background: #DEE7EC;
}
@ -76,7 +77,7 @@ fieldset {
border-left: 1px solid #8CACBB;
}
.filter .lastFormTab {
.filter .lastFormTab input {
border-right: 1px solid #8CACBB;
}