Reduction of padding for safari, and width change to avoid label wrapping

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44181 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-04 00:24:26 +00:00
parent e8fbe5385f
commit a2001436b9

View File

@ -37,7 +37,7 @@
color: #333333; color: #333333;
overflow: visible; overflow: visible;
width: auto; width: auto;
padding: 0 2px; padding: 0;
margin: 0 2px; margin: 0 2px;
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204); border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style: double; border-style: double;
@ -395,7 +395,7 @@ ul.tree li.untranslated a:visited {
} }
#left form.actionparams .SearchCriteria { #left form.actionparams .SearchCriteria {
width: 45%; width: 37%;
float: left; float: left;
} }
#left form.actionparams #InputSiteTreeFilterDate .calendar { #left form.actionparams #InputSiteTreeFilterDate .calendar {