PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.16.1
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.16.1
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
profile-builder / front-end / default-fields / upload / upload.css

upload.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 3.16.1, at front-end/default-fields/upload/upload.css

69 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*--------------------------------------------------------------
2 Upload Field
3 --------------------------------------------------------------*/
4 .wppb-remove-upload{
5 color:#BC0B0B;
6 cursor:pointer;
7 }
8
9 .wppb-remove-upload:hover{
10 color:#FF0000;
11 }
12
13 .wppb-remove-upload:focus{
14 border:1px dotted blue;
15 }
16
17 /* upload field */
18 .upload-field-details{
19 display:inline-block;
20 vertical-align:middle;
21 min-height:24px;
22 padding:2px 0;
23 }
24
25 .upload-field-details p{
26 margin:2px 0 0;
27 }
28
29 .upload-field-details img{
30 margin:0 5px 0 0;
31 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
32 }
33
34 .upload-field-details > *{
35 float:left;
36 }
37
38 .upload-field-details span{
39 display:block;
40 }
41
42 .upload-field-details .file-name{
43 font-weight:bold;
44 color:#21759B;
45 }
46
47 .upload-field-details .file-type {
48 font-size: 11px;
49 }
50
51 .wppb_upload_button {
52 background: none repeat scroll 0 0 #f7f7f7;
53 border: 1px solid #ccc;
54 color: #555;
55 cursor: pointer;
56 display: inline-block;
57 font-size: 12px;
58 line-height: 26px;
59 padding: 0 15px;
60 text-decoration: none;
61 white-space: nowrap;
62 }
63
64 .wppb_upload_button:hover {
65 background: none repeat scroll 0 0 #fafafa;
66 border: 1px solid #999;
67 color: #222;
68 text-decoration: none;
69 }