1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* <style> /**/
- /* ***************************************
- MISC
- *************************************** */
- #login-dropdown {
- position: absolute;
- top:10px;
- right:0;
- z-index: 100;
- }
- /* ***************************************
- AVATAR UPLOADING & CROPPING
- *************************************** */
- #current-user-avatar {
- border-right:1px solid #ccc;
- }
- #avatar-croppingtool {
- border-top: 1px solid #ccc;
- }
- #user-avatar-cropper {
- float: left;
- }
- #user-avatar-preview {
- float: left;
- position: relative;
- overflow: hidden;
- width: 100px;
- height: 100px;
- }
- /* ***************************************
- FRIENDS COLLECTIONS
- *************************************** */
- #friends_collections_accordian li {
- color: #666;
- }
- #friends_collections_accordian li h2 {
- border-radius: 8px;
- background: none repeat scroll 0 0 #4690D6;
- color: white;
- cursor: pointer;
- font-size: 1.2em;
- margin: 10px 0;
- padding: 4px 2px 4px 6px;
- }
- #friends_collections_accordian li h2:hover {
- background-color: #333;
- }
- #friends_collections_accordian .friends_collections_controls {
- float: right;
- font-size: 70%;
- }
- #friends_collections_accordian .friends-picker-main-wrapper {
- background: none repeat scroll 0 0 white;
- display: none;
- padding: 0;
- }
|