Elgg  Version 1.11
misc.php
Go to the documentation of this file.
1 /* <style> /**/
2 
3 /* ***************************************
4  MISC
5 *************************************** */
6 #login-dropdown {
7  position: absolute;
8  top:10px;
9  right:0;
10  z-index: 100;
11 }
12 
13 /* ***************************************
14  AVATAR UPLOADING & CROPPING
15 *************************************** */
16 
17 #current-user-avatar {
18  border-right:1px solid #ccc;
19 }
20 #avatar-croppingtool {
21  border-top: 1px solid #ccc;
22 }
23 #user-avatar-cropper {
24  float: left;
25 }
26 #user-avatar-preview {
27  float: left;
28  position: relative;
29  overflow: hidden;
30  width: 100px;
31  height: 100px;
32 }
33 
34 /* ***************************************
35  FRIENDS COLLECTIONS
36 *************************************** */
37 
38 #friends_collections_accordian li {
39  color: #666;
40 }
41 #friends_collections_accordian li h2 {
42  border-radius: 8px;
43  background: none repeat scroll 0 0 #4690D6;
44  color: white;
45  cursor: pointer;
46  font-size: 1.2em;
47  margin: 10px 0;
48  padding: 4px 2px 4px 6px;
49 }
50 #friends_collections_accordian li h2:hover {
51  background-color: #333;
52 }
53 #friends_collections_accordian .friends_collections_controls {
54  float: right;
55  font-size: 70%;
56 }
57 #friends_collections_accordian .friends-picker-main-wrapper {
58  background: none repeat scroll 0 0 white;
59  display: none;
60  padding: 0;
61 }
list style position
Definition: typography.php:154
margin right
Definition: admin.php:181
z index
Definition: admin.php:354
min width
Definition: admin.php:166
border top
Definition: admin.php:386
border color
Definition: admin.php:42
border radius
Definition: admin.php:244
font size
Definition: admin.php:81
margin left
Definition: admin.php:290
line height
Definition: admin.php:82