]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ExtendedProfile/css/profiledetail.css
Merge branch 'profile-fixups' of gitorious.org:~zcopley/statusnet/zcopleys-clone...
[quix0rs-gnu-social.git] / plugins / ExtendedProfile / css / profiledetail.css
1 /* Note the #content is only needed to override weird crap in default styles */
2
3 #profiledetail .entity_actions {
4     margin-top: 0px;
5     margin-bottom: 0px;
6 }
7
8 #profiledetail #content h3 {
9     margin-bottom: 5px;
10 }
11
12 #content table.extended-profile {
13     width: 100%;
14     border-collapse: separate;
15     border-spacing: 0px 8px;
16     margin-bottom: 10px;
17 }
18
19 #content table.extended-profile th {
20     color: #777;
21     background-color: #ECECF2;
22     width: 150px;
23     text-align: right;
24     padding: 2px 8px 2px 0px;
25 }
26
27 #content table.extended-profile th.employer, #content table.extended-profile th.institution {
28     display: none;
29 }
30
31 #content table.extended-profile td {
32     padding: 2px 0px 2px 8px;        
33 }
34
35 .experience-item, .education-item {
36     float: left;
37     padding-bottom: 4px;
38 }
39
40 .experience-item .label, .education-item .label {
41     float: left;
42     clear: left;
43     position: relative;
44     left: -8px;
45     margin-right: 2px;
46     margin-bottom: 8px;
47     color: #777;
48     background-color: #ECECF2;
49     width: 150px;
50     text-align: right;
51     padding: 2px 8px 2px 0px;
52 }
53
54 .experience-item .field, .education-item .field {
55     float: left;
56     padding-top: 2px;
57     padding-bottom: 2px;
58 }
59
60 #profiledetailsettings #content table.extended-profile td {
61     padding: 0px 0px 0px 8px;
62 }
63
64 #profiledetailsettings input {
65     margin-right: 8px;
66 }
67
68 .experience-item input[type=text], .education-item input[type=text] {
69     float: left;
70 }
71
72 .extended-profile .current-checkbox {
73     float: left;
74     position: relative;
75     top: 2px;
76 }
77
78 .form_settings .extended-profile input.checkbox {
79     margin-left: 0px;
80     left: 0px;
81     top: 2px;
82 }
83
84 .form_settings .extended-profile label.checkbox {
85     max-width: 100%;
86     float: none;
87     left: -20px;
88 }
89
90 .phone-item label, .im-item label {
91     display: none;
92 }
93
94 .extended-profile select {
95     padding-right: 2px;
96     font-size: 0.88em;
97 }
98
99 .extended-profile a.add_row, .extended-profile a.remove_row {
100     display: block;
101     height: 16px;
102     width: 16px;
103     line-height: 4em;
104     overflow: hidden;
105     background-image: url('../../../theme/rebase/images/icons/icons-01.gif');
106     background-repeat: no-repeat;
107 }
108
109 .extended-profile a.remove_row {
110     background-position: 0px -1252px;
111     float: right;
112     position: relative;
113     top: 6px;
114 }
115
116 .extended-profile a.add_row {
117     clear: both;
118     position: relative;
119     top: 6px;
120     left: 2px;
121     background-position: 0px -1186px;
122 }
123
124 #content table.extended-profile .supersizeme th {
125     border-bottom: 28px solid #fff;
126 }
127
128 #profiledetailsettings .experience-item, #profiledetailsettings .education-item {
129     margin-bottom: 10px;
130     width: 100%;
131 }
132
133 #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
134     margin-bottom: 0px;
135 }
136
137 #profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
138     left: 160px;
139 }