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