Thread subject: pHpFusion Nederlands (BE|NL) » Ondersteuning, Themas, Infusies, Modificaties en Installatie :: Uitlijning pop up?

Posted by Stoempie on 22 november 2011, 13:45
#1

Ik het kalender panel van Zwar kun je klikken op een datum dat een event heeft deze krijg dan een popup maar is gemaakt voor als het panel aan de rechterzijde staat en bij mij staat dit aan de linker zijde de popup verdwijnt dan naast de pagina en je kan niet lezen wat er te doen is ik heb geprobeerd met text-align maar dit werkte niet kunne jullie mij helpen en trouwens ik heb al zeer veel aan jullie hulp gehad alvast bedankt om me verder te helpen.
Ik voeg de originele code toe onderaan staat de popup.

Code

/* CSS - file for zWar-Calendar-Panel by Zezoar */
/*leave the classes empty, to take the standards, change the clases below, to alter the calendar style.*/


/*Calendar Head*/
.zwc-maintable { } /*the container Table of the Calendar ()*/
.zwc-nav {
   font-weight:bold;
   font-size:9px;
   padding:2px; } /*the nav cells (
)*/
.zwc-daybar {
   font-size:8px;
   padding:2px;
   font-weight:bold; } /*the second row, showing the days (
)*/

/*Calendar Cells*/
.zwc-emptycell { padding:2px; } /*a calendar cell, which doesnt belong to the chosen month (
)*/
.zwc-emptycell-we {   padding:2px; background-color:#f6f6f6; } /*a calendar cell, which doesnt belong to the chosen month and is a weekend-day(
)*/
.zwc-weekday { padding:2px; } /*a calendar cell, with a normal working-day, WITHOUT event (
)*/
.zwc-weekday-event { padding:2px; font-weight:bold;} /*a calendar cell, bormal working day WITH Event (
)*/
.zwc-weekend {    padding:2px; background-color:#f6f6f6; } /*a calendar cell, weekend day WITHOUT event (
)*/
.zwc-weekend-event { padding:2px; background-color:#f6f6f6; font-weight:bold;} /*a calendar cell, weekend day WITH event (
)*/
.zwc-today { padding:2px; background-color:#fbbf00; } /*a calendar cell, present day WITHOUT event (
)*/
.zwc-today-event { padding:2px; background-color:#fbbf00; font-weight:bold;} /*a calendar cell, present day WITH event (
)*/

/*defintions for ALL calendar cells*/
.zwc-nav, .zwc-daybar, .zwc-emptycell, .zwc-emptycell-we, .zwc-weekday, .zwc-weekday-event, .zwc-weekend, .zwc-weekend-event, .zwc-today, .zwc-today-event {
   border:1px solid #cccccc;
   border-top:none; border-left:none;
}

/*Calendar-Popups*/
.zwc-popup-table { width:150px; } /*the container table, for the pupop, which appears when clicking on an event-cell ()*/
.zwc-popup-head {  }  /*the head displaying "matches" or "birthdays, and the popup-closing-link*/
.zwc-popup-content {  } /*the popup-cells, displaying the matches/birthdays*/