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:
@@ -150,6 +150,9 @@
|
|||||||
.commentPanelDateCell {
|
.commentPanelDateCell {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
.commentPanelContent {
|
||||||
|
padding-bottom: 1px;
|
||||||
|
}
|
||||||
.commentPanelMessage {
|
.commentPanelMessage {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
@@ -1011,21 +1014,6 @@
|
|||||||
border: none;
|
border: none;
|
||||||
width: 35em;
|
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 {
|
.publishCommentsScreen .commentPanelDateCell {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user