| 1 |
/* |
| 2 |
NOTES: |
| 3 |
The global Profile Builder class is: wppb_holder |
| 4 |
The id for the individual sections are: wppb_modify for [wppb-profile-info] |
| 5 |
wppb_login for [wppb-registered-login] |
| 6 |
wppb_register for [wppb-register-new] |
| 7 |
|
| 8 |
*/ |
| 9 |
/* WPPB_MODIFY, WPPB_REGISTER, WPPB_LOGIN */ |
| 10 |
|
| 11 |
#wppb_modify p, #wppb_register p, #wppb_login p{ |
| 12 |
clear:both; |
| 13 |
} |
| 14 |
|
| 15 |
.wppb-rc-value{ |
| 16 |
font-size:12px; |
| 17 |
margin-right:10px; |
| 18 |
vertical-align:middle; |
| 19 |
} |
| 20 |
|
| 21 |
.wppb-max-upload{ |
| 22 |
font-size:11px; |
| 23 |
display: block; |
| 24 |
text-align: right; |
| 25 |
} |
| 26 |
|
| 27 |
.wppb-description-delimiter{ |
| 28 |
display:block; |
| 29 |
font-size:12px; |
| 30 |
font-weight:normal; |
| 31 |
font-style:italic; |
| 32 |
padding-left:15px; |
| 33 |
margin-left:30%; |
| 34 |
} |
| 35 |
|
| 36 |
.wppb-description-delimiter2{ |
| 37 |
display:block; |
| 38 |
font-size:12px; |
| 39 |
font-weight:normal; |
| 40 |
font-style:italic; |
| 41 |
} |
| 42 |
|
| 43 |
.agreeToTerms{ |
| 44 |
display:block; |
| 45 |
font-size:12px; |
| 46 |
font-weight:normal; |
| 47 |
font-style:italic; |
| 48 |
padding-left:15px; |
| 49 |
margin-left:30%; |
| 50 |
margin-top: -23px; |
| 51 |
padding-left: 45px; |
| 52 |
} |
| 53 |
|
| 54 |
#wppb_modify p label, #wppb_register p label, #wppb_login p label{ |
| 55 |
width:30%; |
| 56 |
float:left; |
| 57 |
clear:left; |
| 58 |
padding-right:15px; |
| 59 |
} |
| 60 |
#wppb_modify input[type=text], #wppb_modify input[type=password], #wppb_modify select, #wppb_modify textarea, #wppb_register input[type=text], #wppb_register input[type=password], #wppb_register select, #wppb_register textarea, #wppb_login input[type=text], #wppb_login input[type=password], #wppb_login select, #wppb_login textarea{ |
| 61 |
width:60%; |
| 62 |
margin-bottom:5px; |
| 63 |
} |
| 64 |
|
| 65 |
#wppb_modify input[type="checkbox"], #wppb_modify input[type="radio"], #wppb_register input[type="checkbox"], #wppb_register input[type="radio"], #wppb_login input[type="checkbox"], #wppb_login input[type="radio"]{ |
| 66 |
vertical-align:middle; |
| 67 |
margin:5px; |
| 68 |
} |
| 69 |
|
| 70 |
|
| 71 |
#wppb_register .send-confirmation-email label{ |
| 72 |
width:auto; |
| 73 |
float:none; |
| 74 |
} |
| 75 |
|
| 76 |
.changes-saved, .success{ |
| 77 |
color:green; |
| 78 |
} |
| 79 |
.semi-saved{ |
| 80 |
color:orange; |
| 81 |
} |
| 82 |
|
| 83 |
.warning, .error{ |
| 84 |
color:red; |
| 85 |
} |
| 86 |
|
| 87 |
.wppb-cattachment, .wppb-dattachment{ |
| 88 |
margin:0 5px; |
| 89 |
} |
| 90 |
|
| 91 |
.send-confirmation-email .wppb-description-delimiter{ |
| 92 |
display:inline; |
| 93 |
margin:0; |
| 94 |
padding:0; |
| 95 |
} |
| 96 |
|
| 97 |
#wppb_login .login-form-submit label{ |
| 98 |
float:none; |
| 99 |
} |
| 100 |
|
| 101 |
.userListingTable{ |
| 102 |
border-collapse: separate; |
| 103 |
} |
| 104 |
|
| 105 |
.userListingTable .tableHeader{ |
| 106 |
background-color: #F0F0F0; |
| 107 |
} |
| 108 |
|
| 109 |
.button-primary-reorder{ |
| 110 |
position:relative; |
| 111 |
left: 5px; |
| 112 |
height:24px; |
| 113 |
font-size:10px; |
| 114 |
} |
| 115 |
|
| 116 |
.sortingOrderCriteria2{ |
| 117 |
height:24px; |
| 118 |
font-size:10px; |
| 119 |
width:115px; |
| 120 |
} |
| 121 |
.sortingOrderSelect2{ |
| 122 |
height:24px; |
| 123 |
font-size:10px; |
| 124 |
width:90px; |
| 125 |
} |
| 126 |
.sortingNumberSelect2{ |
| 127 |
height:24px; |
| 128 |
font-size:10px; |
| 129 |
width:60px; |
| 130 |
} |
| 131 |
|
| 132 |
#ui-datepicker-div{ |
| 133 |
font: 70% "Trebuchet MS", sans-serif; |
| 134 |
} |
| 135 |
/* |
| 136 |
.avatar-border span{ |
| 137 |
background: none repeat scroll 0 0 #F1F1F1; |
| 138 |
border: 5px solid #6EAB1D; |
| 139 |
color: black; |
| 140 |
display: inline-block; |
| 141 |
padding: 5px; |
| 142 |
}*/ |
| 143 |
|
| 144 |
|
| 145 |
.userListingDisplayTable{ |
| 146 |
border-collapse: separate; |
| 147 |
} |
| 148 |
|
| 149 |
|
| 150 |
.userListingDisplayTable{ |
| 151 |
border:none; |
| 152 |
} |
| 153 |
.userListingDisplayTableCell1, .userListingDisplayTableCell2, .userListingDisplayTableCell3, .userListingDisplayTableEmptyHeaderCell1, .userListingDisplayTableEmptyInputCell1{ |
| 154 |
border: none; |
| 155 |
} |
| 156 |
|
| 157 |
.userListingDisplayTableEmptyHeaderCell1{ |
| 158 |
height:20px; |
| 159 |
} |
| 160 |
|
| 161 |
.userListingDisplayTableCell1{ |
| 162 |
width:5%; |
| 163 |
} |
| 164 |
|
| 165 |
.userListingDisplayTableCell2{ |
| 166 |
width:30%; |
| 167 |
} |
| 168 |
|
| 169 |
.avatarColumn{ |
| 170 |
width:4px; |
| 171 |
} |
| 172 |
|
| 173 |
.moreInfoColumn{ |
| 174 |
width:8px; |
| 175 |
} |
| 176 |
|
| 177 |
.signUpColumn{ |
| 178 |
width:80px; |
| 179 |
} |
| 180 |
|
| 181 |
.postsColumn{ |
| 182 |
width:40px; |
| 183 |
} |