Skip to content

Commit

Permalink
dev: fixed footer height in repsonse browsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Jan 7, 2013
1 parent d58c2e8 commit e5bbcea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion styles/blobblueish/adminstyle.css
Expand Up @@ -582,7 +582,8 @@ a.optoutemail {
.browsetable tr:hover {
background-color: #C5D0F2;
}
.browsetable td span{
.browsetable thead td span,
.browsetable tbody td span{
display:block;
height:3em;
overflow:hidden;
Expand Down
6 changes: 5 additions & 1 deletion styles/gringegreen/adminstyle.css
Expand Up @@ -584,7 +584,8 @@ a.optoutemail {
.browsetable tr:hover {
background-color: #C5D0F2;
}
.browsetable td span{
.browsetable thead td span,
.browsetable tbody td span{
display:block;
height:3em;
overflow:hidden;
Expand Down Expand Up @@ -1812,3 +1813,6 @@ td.LEMerror {
#cquestions optgroup{
font-weight:bold;
}


.browsetable thead td span

0 comments on commit e5bbcea

Please sign in to comment.