Mercurial > hg > soundsoftware-site
changeset 1591:63650ae64bf2 dockerise
Fix occasional autoscroll truncation problem
author | Chris Cannam |
---|---|
date | Fri, 18 Aug 2017 13:04:09 +0100 |
parents | c18460da6620 |
children | 72d9219f2f19 |
files | app/views/repositories/_dir_list.html.erb public/stylesheets/application.css |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/repositories/_dir_list.html.erb Thu Aug 17 16:04:36 2017 +0100 +++ b/app/views/repositories/_dir_list.html.erb Fri Aug 18 13:04:09 2017 +0100 @@ -1,4 +1,4 @@ -<div class="autoscroll"> +<div class="autoscroll" id="browser-autoscroll"> <table class="list entries" id="browser"> <thead> <tr id="root">
--- a/public/stylesheets/application.css Thu Aug 17 16:04:36 2017 +0100 +++ b/public/stylesheets/application.css Fri Aug 18 13:04:09 2017 +0100 @@ -515,6 +515,8 @@ p.pagination {margin-top:8px; font-size: 90%} +#browser-autoscroll { clear: right } + /***** Tabular forms ******/ .tabular p{ margin: 0;