| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 div#calpopup { 2 display: block; 3 border: thin solid gray; 4 /* This is css3 stuff that will not work in IE<=8. 5 * What is here is a curved border for firefox and webkit 6 * and a drop shadow that will only appear in webkit. 7 **/ 8 -moz-border-radius: 1em; 9 -webkit-border-radius: 1em; 10 -webkit-box-shadow: 10px 10px 5px #888; 11 /* End CSS3 stuff */ 12 background-color: white; 13 width: 25%; 14 position: absolute; 15 top: 20em; 16 left: 20em; 17 18 /* CSS to make sure that the popup is on top */ 19 z-index: 800; 20 } 21 22 div#calpopup-body div.node { 23 margin: 0; 24 border: 0; 25 } 26 27 div#calpopup-body { 28 margin: 1em; 29 max-height: 20em; 30 overflow-y: auto; 31 /* IE7 Hack 32 * This keeps the date from sticking in one place while scrolling. 33 */ 34 position: relative; 35 } 36 37 #popup-close { 38 text-align: right; 39 padding: 1em 1em 0 1em; 40 } 41 42 div#nodelink { 43 margin: 1em; 44 } 45 46 img#popthrobber { 47 text-align: center; 48 margin: 3em; 49 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |