Changeset 3155
- Timestamp:
- 11/21/06 18:04:13 (6 years ago)
- Files:
-
- freepbx/branches/2.2 (modified) (1 prop)
- freepbx/branches/2.2/amp_conf/htdocs/admin/common/ie.css (modified) (1 diff)
- freepbx/branches/2.2/amp_conf/htdocs/admin/common/mainstyle.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2
- Property svnmerge-integrated changed from /freepbx/trunk:1-3149 to /freepbx/trunk:1-3149,3153-3154
freepbx/branches/2.2/amp_conf/htdocs/admin/common/ie.css
r2883 r3155 1 /** Internet Explorer-specific CSS rules, gets applied after mainstyle.css 2 */ 1 3 #wrapper { 2 4 padding-top:15px; freepbx/branches/2.2/amp_conf/htdocs/admin/common/mainstyle.css
r3112 r3155 227 227 border-bottom:1px dashed #ccc; 228 228 } 229 /* Added to solve the z-order problem of IE */ 230 a.info:hover { 231 z-index:2; 232 } 233 /* End */ 229 234 a.info span{ 230 235 display: none;
