]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ExtendedProfile/css/profiledetail.css
Merge mmn's 'nightly' changes
[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     max-width: 350px;
59 }
60
61 #profiledetailsettings #content table.extended-profile td {
62     padding: 0px 0px 0px 8px;
63 }
64
65 #profiledetailsettings input {
66     margin-right: 8px;
67 }
68
69 .form_settings .extended-profile label {
70     display: none;
71 }
72
73 .extended-profile textarea {
74     width: 280px;
75 }
76
77 .extended-profile input[type=text] {
78     width: 280px;
79 }
80
81 .extended-profile .phone-item input[type=text], .extended-profile .im-item input[type=text], .extended-profile .website-item input[type=text] {
82     width: 175px;
83 }
84
85 .extended-profile input.hasDatepicker {
86     width: 100px;
87 }
88
89 .experience-item input[type=text], .education-item input[type=text] {
90     float: left;
91 }
92
93 .extended-profile .current-checkbox {
94     float: left;
95     position: relative;
96     top: 2px;
97 }
98
99 .form_settings .extended-profile input.checkbox {
100     margin-left: 0px;
101     left: 0px;
102     top: 2px;
103 }
104
105 .form_settings .extended-profile label.checkbox {
106     max-width: 100%;
107     float: none;
108     display: inline;
109     left: -20px;
110 }
111
112 .extended-profile select {
113     padding-right: 2px;
114     font-size: 0.88em;
115 }
116
117 .extended-profile a.add_row, .extended-profile a.remove_row {
118     display: block;
119     height: 16px;
120     width: 16px;
121     overflow: hidden;
122     background-image: url('../../../theme/base/images/icons/icons-01.gif');
123     background-repeat: no-repeat;
124 }
125
126 .extended-profile a.remove_row {
127     background-position: 0px -1252px;
128     float: right;
129     position: relative;
130     top: 6px;
131     line-height: 4em;
132 }
133
134 .extended-profile a.add_row {
135     clear: both;
136     position: relative;
137     top: 6px;
138     left: 2px; 
139     background-position: 0px -1186px;
140     width: 120px;
141     padding-left: 20px;
142     line-height: 1.2em;
143 }
144
145 #content table.extended-profile .supersizeme th {
146     border-bottom: 28px solid #fff;
147 }
148
149 #profiledetailsettings .experience-item, #profiledetailsettings .education-item {
150     margin-bottom: 10px;
151     width: 100%;
152 }
153
154 #profiledetailsettings .education-item textarea {
155     float: left;
156     margin-bottom: 8px;
157 }
158
159 #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
160     margin-bottom: 0px;
161 }
162
163 #profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
164     left: 160px;
165 }