summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-23 10:29:48 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-23 10:29:48 -0400
commite3eea745f41e6349fc8132a7d3965d2c7d4a5063 (patch)
treedef70a1340d8c9b2c4ace7e93b719fe961b22673 /public
parentb92cac70382ff191592f2ab1d5b22f76f51d2036 (diff)
downloadgitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.tar.gz
gitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.zip
UI fix
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css4
-rw-r--r--public/ng/less/gogs/dashboard.less2
2 files changed, 4 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 1d0c468cac..506479d0e7 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -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;
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less
index 1609b9d1c9..24c433a31a 100644
--- a/public/ng/less/gogs/dashboard.less
+++ b/public/ng/less/gogs/dashboard.less
@@ -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 {