Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
css
elements
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
}
position
list style position
Definition:
typography.php:154
right
margin right
Definition:
admin.php:181
index
z index
Definition:
admin.php:354
width
min width
Definition:
admin.php:166
top
border top
Definition:
admin.php:386
color
border color
Definition:
admin.php:42
radius
border radius
Definition:
admin.php:244
size
font size
Definition:
admin.php:81
left
margin left
Definition:
admin.php:290
height
line height
Definition:
admin.php:82
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11