aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/static/gitweb.css
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-07 12:57:05 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-07 12:57:05 -0800
commit715d13046060028ee33b9db3500ea66eeead7e20 (patch)
treeaba7de201c4f508df7597a539cb5c2d88ffe83a7 /gitweb/static/gitweb.css
parentMerge branch 'jx/i18n-more-marking' (diff)
parentgitweb: Make project search respect project_filter (diff)
downloadgit-715d13046060028ee33b9db3500ea66eeead7e20.tar.gz
git-715d13046060028ee33b9db3500ea66eeead7e20.zip
Merge branch 'bl/gitweb-project-filter'
* bl/gitweb-project-filter: gitweb: Make project search respect project_filter gitweb: improve usability of projects search form gitweb: place links to parent directories in page header gitweb: show active project_filter in project_list page header gitweb: limit links to alternate forms of project_list to active project_filter gitweb: add project_filter to limit project list to a subdirectory gitweb: prepare git_get_projects_list for use outside 'forks'. gitweb: move hard coded .git suffix out of git_get_projects_list
Diffstat (limited to 'gitweb/static/gitweb.css')
-rw-r--r--gitweb/static/gitweb.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css
index c7827e8f1d..c530355a7c 100644
--- a/gitweb/static/gitweb.css
+++ b/gitweb/static/gitweb.css
@@ -520,8 +520,13 @@ div.search {
right: 12px
}
-p.projsearch {
+div.projsearch {
text-align: center;
+ margin: 20px 0px;
+}
+
+div.projsearch form {
+ margin-bottom: 2px;
}
td.linenr {