Update comment dialog box draft
authorDavid Walsh <dwalsh@mozilla.com>
Tue, 10 May 2016 11:32:36 -0500
changeset 8087 c799332a1e42e52c0878c3d8b4e35dfc77ddf20f
parent 8086 da0a4986689db6a76cd88595b90874d6af0f58bf
child 8143 babf535f53d8223c19e796892a7ccebaf8a956ce
push id816
push userbmo:dwalsh@mozilla.com
push dateTue, 10 May 2016 16:39:07 +0000
Update comment dialog box MozReview-Commit-ID: 4njveEd9siy
pylib/mozreview/mozreview/static/mozreview/css/common.less
--- a/pylib/mozreview/mozreview/static/mozreview/css/common.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/common.less
@@ -264,16 +264,28 @@ body.datagrid-page #page-container .data
     border: 1px #D4DDE4 solid;
   }
 
   .box:before {
     border-right-color: #D4DDE4;
   }
 }
 
+/* Diffs in Reviews */
+#diffs .diff-box {
+  border-radius: 0;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+  border: 0;
+}
+
+.sidebyside thead .filename-row th {
+  background: #d4dde4;
+}
+
 /* Dialogs */
 .modalbox-inner, .modalbox-title, .modalbox {
   background-image: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
 }
 
@@ -283,8 +295,15 @@ body.datagrid-page #page-container .data
 
 .modalbox-inner {
   background: #eaeff2;
 }
 
 .modalbox-bg {
   background: rgba(255, 255, 255, 0.6) !important; /* overriding JS */
 }
+
+/* Comment Dialogs */
+.comment-dlg {
+  border-radius: 0;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+}