Changeset 9099
- Timestamp:
- 10/29/2014 12:36:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/css/mentions.css
r9008 r9099 1 1 .atwho-view { 2 background: #FFF;2 background: rgba(204, 204, 204, 0.8); 3 3 border-radius: 2px; 4 4 border: 1px solid rgb(204, 204, 204); … … 17 17 } 18 18 .atwho-view ul { 19 background: #FFF; 19 20 list-style: none; 20 21 margin: auto; … … 63 64 margin: 0 10px 0 0; 64 65 } 65 .atwho-view small {66 display: none;67 }68 66 } 69 67 @media (max-width: 400px) { … … 78 76 width: 30px; 79 77 } 78 .atwho-view { 79 border-radius: 0; 80 height: 100%; 81 left: 0 !important; 82 width: 100%; 83 } 84 .atwho-view ul li .username { 85 display: inline-block; 86 margin: -10px 0 0 0; 87 padding: 10px 0; 88 } 89 .atwho-view ul li small { 90 display: inline-block; 91 margin-left: 20px; 92 } 80 93 }
Note: See TracChangeset
for help on using the changeset viewer.