Changeset 59255 in spip-zone
- Timestamp:
- Mar 13, 2012, 11:45:06 AM (9 years ago)
- Location:
- _core_/plugins/mediabox/colorbox/bootstrap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mediabox/colorbox/bootstrap/colorbox.css
r59254 r59255 23 23 #colorbox { background: #fff url(images/bg_content.png) left bottom repeat-x; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; margin: 0 !important; } 24 24 #cboxLoadedContent { padding: 15px; margin-top: 0; margin-bottom: 59px; max-height: none; } 25 #cboxTitle { padding: 9px 15px; position: absolute; bottom: 2 6px; left: 0; right: 0; font-size: 14px; font-weight: bold; color: #999; }25 #cboxTitle { padding: 9px 15px; position: absolute; bottom: 20px; left: 0; right: 0; font-size: 14px; font-weight: bold; color: #999; } 26 26 #cboxPrevious, 27 27 #cboxNext, -
_core_/plugins/mediabox/colorbox/bootstrap/colorbox_rtl.css
r59254 r59255 23 23 #colorbox { background: #fff url(images/bg_content.png) left bottom repeat-x; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; margin: 0 !important; } 24 24 #cboxLoadedContent { padding: 15px; margin-top: 0; margin-bottom: 59px; max-height: none; } 25 #cboxTitle { padding: 9px 15px; position: absolute; bottom: 2 6px; left: 0; right: 0; font-size: 14px; font-weight: bold; color: #999; }25 #cboxTitle { padding: 9px 15px; position: absolute; bottom: 20px; left: 0; right: 0; font-size: 14px; font-weight: bold; color: #999; } 26 26 #cboxPrevious, 27 27 #cboxNext,
Note: See TracChangeset
for help on using the changeset viewer.