Changeset 562244
- Timestamp:
- 06/22/2012 08:20:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templ33t/branches/01_02_handling_posts/inc/customize_theme.php
r562237 r562244 19 19 top: 0px; 20 20 z-index: 100; 21 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 22 filter: alpha(opacity=50); 23 -moz-opacity:0.5; 24 -khtml-opacity: 0.5; 25 opacity: 0.5; 21 26 } 22 27 .templ33t-customize-modal { 28 background: #FFF; 29 border: 1px solid #909090; 30 -moz-border-radius: 9px; 31 -webkit-border-radius: 9px; 32 -khtml-border-radius: 9px; 33 border-radius: 9px; 34 -moz-box-shadow: 0px 0px 24px #000; 35 -webkit-box-shadow: 0px 0px 24px #000; 36 box-shadow: 0px 0px 24px #000; 23 37 height: 400px; 24 38 left: 50%;
Note: See TracChangeset
for help on using the changeset viewer.