Browse Source

UI fix

tags/v1.2.0-rc1
Unknwon 11 years ago
parent
commit
e3eea745f4
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      public/ng/css/gogs.css
  2. +1
    -1
      public/ng/less/gogs/dashboard.less

+ 3
- 1
public/ng/css/gogs.css View File

@@ -728,7 +728,6 @@ ol.linenums {
}
#dashboard {
padding: 24px 0;
margin-bottom: 60px;
}
#dashboard-sidebar .panel-header h4 {
margin: 0;
@@ -894,6 +893,9 @@ ol.linenums {
#dashboard-switch-menu > li.checked > a .octicon {
opacity: 1;
}
#dashboard-news {
padding-bottom: 60px;
}
#dashboard-news .news {
margin-right: 2.4em;
padding-bottom: 1em;


+ 1
- 1
public/ng/less/gogs/dashboard.less View File

@@ -43,7 +43,6 @@
}
#dashboard {
padding: 24px 0;
margin-bottom: 60px;
}
// dashboard sidebar contains contributed repositories panel,
// and my repositories panel
@@ -219,6 +218,7 @@
border-bottom-right-radius: .3em;
}
#dashboard-news {
padding-bottom: 60px;
.news {
margin-right: 2.4em;
.mega-octicon {


Loading…
Cancel
Save