Correct comment panel border styles

We had extra borders where they shouldn't exist.

Change-Id: I86b799c51572183e01f9faded9a875aee42ea43d
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-30 07:50:49 -08:00
parent b9bab0fd55
commit 08ba0c6817

View File

@@ -150,6 +150,9 @@
.commentPanelDateCell {
white-space: nowrap;
}
.commentPanelContent {
padding-bottom: 1px;
}
.commentPanelMessage {
font-size: small;
padding-left: 0.5em;
@@ -1011,21 +1014,6 @@
border: none;
width: 35em;
}
.commentPanelContent {
border: 1px solid lightgray;
padding-bottom: 1px;
}
@if user.agent safari {
.commentPanelContent {
\-webkit-border-radius: 8px;
}
}
@if user.agent gecko1_8 {
.commentPanelContent {
\-moz-border-radius: 8px;
}
}
.publishCommentsScreen .commentPanelDateCell {
display: none;
}