diff --git a/plugins/calendar/skins/classic/templates/attachment.html b/plugins/calendar/skins/classic/templates/attachment.html index 34d4da66..d060c0d7 100644 --- a/plugins/calendar/skins/classic/templates/attachment.html +++ b/plugins/calendar/skins/classic/templates/attachment.html @@ -9,7 +9,7 @@
- +
[] diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index b38b3121..052860c3 100644 --- a/plugins/calendar/skins/larry/calendar.css +++ b/plugins/calendar/skins/larry/calendar.css @@ -34,10 +34,6 @@ body.calendarmain #mainscreen { } } -body.calendar.attachmentwin #mainscreen { - top: 32px; -} - #calendarsidebar { position: absolute; top: 0; @@ -568,15 +564,21 @@ a.miniColors-trigger { margin-top: -3px; } -#attachmentcontainer { - position: absolute; - top: 60px; - left: 0px; - right: 0px; - bottom: 0px; +.calendar.attachmentwin #attachmenttoolbar { + position: relative; + top: -6px; + height: 40px; } -#attachmentframe { +.calendar.attachmentwin #attachmentcontainer { + position: absolute; + top: 0; + left: 232px; + right: 0; + bottom: 0; +} + +.calendar.attachmentwin #attachmentframe { width: 100%; height: 100%; border: 0; @@ -584,29 +586,33 @@ a.miniColors-trigger { border-radius: 4px; } -#partheader { - position: relative; - padding: 3px 0; - background: #f9f9f9; - background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9)); - background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%); - background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%); - background: linear-gradient(top, #fff 0%, #e9e9e9 100%); +.calendar.attachmentwin #partheader { + position: absolute; + top: 0; + left: 0; + width: 220px; + bottom: 0; } -#partheader table td { +.calendar.attachmentwin #partheader table { + table-layout: fixed; + overflow: hidden; +} + +.calendar.attachmentwin #partheader table td { color: #666; - padding: 2px 8px; + padding: 4px 6px; + text-overflow: ellipsis; + overflow: hidden; } -#partheader table td.header { +.calendar.attachmentwin #partheader table td.header { font-weight: bold; } -#partheader table td.title a { - color: #666; - text-decoration: none; +.calendar.attachmentwin #partheader table td.title { + width: 60px; + padding-right: 0; } #edit-attachments { diff --git a/plugins/calendar/skins/larry/templates/attachment.html b/plugins/calendar/skins/larry/templates/attachment.html index a3cc254a..17fccc54 100644 --- a/plugins/calendar/skins/larry/templates/attachment.html +++ b/plugins/calendar/skins/larry/templates/attachment.html @@ -7,26 +7,58 @@