MozReview: Bump down font sizes to make the masses happy. (Bug 1329831) r?smacleod draft
authorDavid Walsh <dwalsh@mozilla.com>
Thu, 12 Jan 2017 17:52:25 -0500
changeset 10139 0f1e678fbf7eca72a47327d7b6a0d00564eaa523
parent 10119 2e7d03ff6a7dfeca5aae87a9e10c339d5d773f52
push id1446
push userbmo:dwalsh@mozilla.com
push dateThu, 12 Jan 2017 22:53:58 +0000
reviewerssmacleod
bugs1329831
MozReview: Bump down font sizes to make the masses happy. (Bug 1329831) r?smacleod MozReview-Commit-ID: 45xhhzT7GWM
pylib/mozreview/mozreview/static/mozreview/css/commits.less
pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme-reviews.less
pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
--- a/pylib/mozreview/mozreview/static/mozreview/css/commits.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/commits.less
@@ -152,17 +152,16 @@
       position: absolute;
       left: 10px;
     }
   }
 
   .mozreview_commit_summary {
     font-weight: bold;
     text-decoration: none;
-    font-size: @table-large-font-size;
 
     &:hover, &:active, &:focus {
       text-decoration: underline;
     }
   }
 
   .diffstat-insert {
     color: green;
@@ -177,17 +176,16 @@
    padding: 5px;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
  }
 
  & > thead > tr {
    background: #EEE;
    line-height: 1.5;
-   font-size: @table-large-font-size;
  }
 
  & > tbody td > a.commit_sha {
    font-family: monospace;
  }
 
  .reviewers {
    .inline-editor-form {
@@ -195,25 +193,16 @@
    }
    input[type=text] {
      min-width: 100px;
    }
    .buttons {
      white-space: nowrap;
    }
  }
-
- /* This was copied from the rb dashboard less file.*/
-  .status {
-    font-size: @table-large-font-size;
-  }
-}
-
-#mozreview-all-commits {
-  font-weight: bold;
 }
 
 #mozreview-commits-presist {
   display: inline-block;
   margin-top: 8px;
 }
 
 #error-container {
--- a/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme-reviews.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme-reviews.less
@@ -104,17 +104,16 @@
       width: 300px;
       margin-right: 20px;
     }
   }
 }
 
 .status {
   .review-status-icon();
-  font-size: 20px;
 
   &.no-approval {
     cursor: default;
   }
 
   &.approval {
     cursor: default;
     background-color: @approval-background-color;
--- a/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
@@ -356,16 +356,18 @@ body.datagrid-page {
 }
 
 #diff_index table td, .diff-index table td {
   background: none;
   border-top: 1px solid #eee;
 }
 
 .sidebyside {
+  font-size: 11px;
+
   thead {
     .filename-row th {
       background: @moz-blue-dark;
     }
 
     .revision-row th .rb-icon {
       vertical-align: sub;
     }