Merged revisions 48565 via svnmerge from

http://svn.silverstripe.com/open/modules/cms/branches/2.2.1asfonz

........
  r48565 | sminnee | 2008-01-24 15:32:05 +1300 (Thu, 24 Jan 2008) | 1 line
  
  Added horizontal scrollbar to RHS link treedropdown, for seeing long page titles
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50340 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-02-28 00:39:20 +00:00
parent cf1e205bc6
commit 2e7c1fd4c9

View File

@ -466,7 +466,8 @@ div.originallang_holder.field.CompositeField.nolabel {
#contentPanel div.tree_holder {
width: 184px;
height: 260px;
overflow-x: hidden;
/* Keep a scrollbar in the RHS tree dropdowns, in case the content is too wide for the column */
overflow-x: scroll;
}
#contentPanel ul.tree a {
padding-left: 15px;