mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
elofgren: BUGFIX: Fix ticket: "Make CalendarDatePopup? in Edited Since criteria not be half hidden behind right frame." by simply applying a negative margin to it and for IE7 make the calendar table
with:75% instead of 100%. http://support.silverstripe.com/gsoc/ticket/79 (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42088 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
54b428e6d3
commit
820587da4b
@ -378,4 +378,11 @@ ul.tree span.a.MailType span.c, ul.tree span.a.last.MailType span.c, ul.tree spa
|
||||
#left form.actionparams .SearchCriteria {
|
||||
width: 45%;
|
||||
float: left;
|
||||
}
|
||||
#left form.actionparams #InputSiteTreeFilterDate .calendar {
|
||||
margin-left: -100px;
|
||||
}
|
||||
/* IE7 fix: */
|
||||
#left form.actionparams #InputSiteTreeFilterDate table {
|
||||
width: 70%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user