]> source.dussan.org Git - gitea.git/commitdiff
fix wrong rendering of commit detail page (#2503)
authorDavid Schneiderbauer <daviian@users.noreply.github.com>
Thu, 14 Sep 2017 06:12:56 +0000 (08:12 +0200)
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>
Thu, 14 Sep 2017 06:12:56 +0000 (08:12 +0200)
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
public/css/index.css
public/less/_repository.less

index 30a5f8e605f71530b7a877e19dcc8a012f58834f..ffc7fe1a19d0d784c319e747cc73a106f8a9df6e 100644 (file)
@@ -2063,16 +2063,16 @@ footer .ui.language .menu {
 .repository .diff-detail-box span.status.rename {
   background-color: #dad8ff;
 }
-.repository .diff-box {
+.repository .diff-box .header {
   display: flex;
   align-items: center;
 }
-.repository .diff-box .count {
+.repository .diff-box .header .count {
   margin-right: 12px;
   font-size: 13px;
   flex: 0 0 auto;
 }
-.repository .diff-box .count .bar {
+.repository .diff-box .header .count .bar {
   background-color: #bd2c00;
   height: 12px;
   width: 40px;
@@ -2080,16 +2080,16 @@ footer .ui.language .menu {
   margin: 2px 4px 0 4px;
   vertical-align: text-top;
 }
-.repository .diff-box .count .bar .add {
+.repository .diff-box .header .count .bar .add {
   background-color: #55a532;
   height: 12px;
 }
-.repository .diff-box .file {
+.repository .diff-box .header .file {
   flex: 0 1 100%;
   color: #888;
   word-break: break-all;
 }
-.repository .diff-box .button {
+.repository .diff-box .header .button {
   margin: -5px 0 -5px 12px;
   padding: 8px 10px;
   flex: 0 0 auto;
index 8490228b47e68c9564bd612f7ec41206b834142f..34fdc26092174c47abec28a427a9fbd58835b5f2 100644 (file)
                        }
                }
        }
-       .diff-box {
+       .diff-box .header {
                display: flex;
                align-items: center;