]> 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 .form_settings .extended-profile label {
69     display: none;
70 }
71
72 .experience-item input[type=text], .education-item input[type=text] {
73     float: left;
74 }
75
76 .extended-profile .current-checkbox {
77     float: left;
78     position: relative;
79     top: 2px;
80 }
81
82 .form_settings .extended-profile input.checkbox {
83     margin-left: 0px;
84     left: 0px;
85     top: 2px;
86 }
87
88 .form_settings .extended-profile label.checkbox {
89     max-width: 100%;
90     float: none;
91     display: inline;
92     left: -20px;
93 }
94
95 .extended-profile select {
96     padding-right: 2px;
97     font-size: 0.88em;
98 }
99
100 .extended-profile a.add_row, .extended-profile a.remove_row {
101     display: block;
102     height: 16px;
103     width: 16px;
104     line-height: 4em;
105     overflow: hidden;
106     background-image: url('../../../theme/rebase/images/icons/icons-01.gif');
107     background-repeat: no-repeat;
108 }
109
110 .extended-profile a.remove_row {
111     background-position: 0px -1252px;
112     float: right;
113     position: relative;
114     top: 6px;
115 }
116
117 .extended-profile a.add_row {
118     clear: both;
119     position: relative;
120     top: 6px;
121     left: 2px;
122     background-position: 0px -1186px;
123 }
124
125 #content table.extended-profile .supersizeme th {
126     border-bottom: 28px solid #fff;
127 }
128
129 #profiledetailsettings .experience-item, #profiledetailsettings .education-item {
130     margin-bottom: 10px;
131     width: 100%;
132 }
133
134 #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
135     margin-bottom: 0px;
136 }
137
138 #profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
139     left: 160px;
140 }