Changeset 3766 in main
- Timestamp:
- 04/27/12 18:11:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/webapps/ibisph-view/css/Popup.css
r3119 r3766 63 63 64 64 /* main visible containers which can show an icon. Block is meant for layer with 65 controls. Info is mostly for help type text. 65 controls. Info is mostly for help type text. Split the position relative to 66 a hover selector as it was causing bleed through for menu overlays etc. 66 67 */ 67 68 a.Popup .Block, a.Popup .Info 68 69 { 69 70 float: right; 70 position: relative;71 71 } 72 a.Popup:hover .Block, a.Popup:hover .Info, 73 a.Popup:active .Block, a.Popup:active .Info, 74 a.Popup:focus .Block, a.Popup:focus .Info 75 { 76 position: relative; 77 } 78 79 72 80 a.Popup .Block 73 81 {
Note: See TracChangeset
for help on using the changeset viewer.