Mercurial > defr > drupal > popups
view skins/basic/basic.css @ 7:85e281a44a62 tip
Refuse to add popups.js to an ajax request that's not already a popup
In some case, if you enable the "Always scan for popups links" options,
Popups Ajax processing will break the original module request.
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 31 Dec 2010 14:13:37 +0100 |
parents | 76f9b43738f2 |
children |
line wrap: on
line source
.popups-box { border: 2px solid #EDF5FA; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: 0.9; } .popups-title { border-bottom: 1px solid #b4d7f0; background-color: #d4e7f3; color: #455067; margin-bottom: 0.25em; padding: 0.25em; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; } .popups-title .popups-close a { color: red; } .popups-box input { margin: 0.1em; } .popups-box input[type="text"]:focus, .popups-box input[type="password"]:focus, .popups-box textarea:focus { background-color: #FFA; outline: thin solid grey; } a.popups-processed { padding-right: 12px; background: url(popup-icon.png) no-repeat right; }