PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.11
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.11
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
userswp / admin / assets / css / users-wp-admin.scss

users-wp-admin.scss in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.11, at admin/assets/css/users-wp-admin.scss

122 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .button-primary.uwp-advanced-toggle{
2 float: right;
3 margin: 10px;
4 }
5
6 .single_select_page {
7 .select2-container {
8 display: inline-block;
9 }
10 }
11
12 /* tooltip css */
13
14 .uwp-tooltip-wrap {
15 position: relative;
16 text-align: left;
17 -webkit-transform: translateZ(0); /* webkit flicker fix */
18 -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
19 width:100%;
20 display: block;
21 }
22
23 /* IE can just show/hide with no transition */
24 .lte8 {
25 .uwp-tooltip-wrap {
26 .uwp-tooltip {
27 display: none;
28 }
29 }
30 }
31
32 .uwp-ui-tooltip {
33 padding: 7px;
34 position: absolute;
35 z-index: 9999;
36 max-width: 300px;
37 background: #333 !important;
38 border-radius: 3px !important;
39 -webkit-box-shadow: 1px 1px 2px 1px rgba(214,214,214,0.5);
40 box-shadow: 1px 1px 2px 1px rgba(214,214,214,0.5);
41 color: #dedede !important;
42 text-rendering: optimizeLegibility;
43 text-shadow: none !important;
44 white-space: pre-line; /* show line breaks */
45 word-wrap:break-word;
46 border-width: 1px;
47 }
48
49 .uwp-help-tip {
50 cursor: help;
51 float: right;
52 margin: 2px -15px 0 0;
53 }
54
55 .uwp-settings-title .uwp-help-tip {
56 float: none;
57 margin: 0 0 0 10px;
58 }
59
60 .uwp-upload-fields {
61 float: left;
62 margin-left: 12px;
63 }
64
65 .uwp-upload-display.thumbnail {
66 float: left;
67 min-width: 25px;
68 min-height: 25px;
69 }
70
71 .uwp-upload-img {
72 .centered {
73 width: 100%;
74 height: 100%;
75 text-align: center;
76 vertical-align: middle;
77 }
78 }
79
80 .uwp-upload-display img {
81 max-height: 100px;
82 max-width: 100px;
83 vertical-align: middle;
84 margin: auto;
85 }
86
87 .uwp-pb-wrapper {
88 .progressBar {
89 height: 20px;
90 margin-bottom: 20px;
91 overflow: hidden;
92 background-color: #f5f5f5;
93 border-radius: 4px;
94 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
95 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
96 border: none;
97 div {
98 float: left;
99 width: 0;
100 height: 100%;
101 font-size: 12px;
102 line-height: 20px;
103 color: #fff;
104 text-align: center;
105 background-color: #337ab7;
106 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
107 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
108 -webkit-transition: width .6s ease;
109 -o-transition: width .6s ease;
110 transition: width .6s ease;
111 }
112 }
113 }
114
115 span.uwp-custom-desc code {position: relative;background-color: #e0e0e0;padding: 5px;margin: 2px;border-radius: 3px;color: #6d6d6d;cursor: pointer;border: 1px solid #e4e4e4;display: inline-block;}
116 span.uwp-custom-desc code.uwp-tag-copied:before {content: 'Copied';position: absolute;background: #000;color: #FFF;top: -30px;left: calc(50% - 35px);padding: 5px 10px;border-radius: 5px;font-style: normal;}
117 span.uwp-custom-desc code.uwp-tag-copied:after {content: " ";position: absolute;top: 100%;left: 50%;margin: -29px 0 0 -4px;margin-left: -5px;border-width: 5px;border-style: solid;border-color: black transparent transparent transparent;display: none;}
118 .uwp-tag-copied span {content: " ";position: absolute;top: 25px;left: 50%;margin: -29px 0 0 -4px;margin-left: -5px;border-width: 5px;border-style: solid;border-color: black transparent transparent transparent;}
119 .profile_seo_meta_separator-wrap td.forminp-radio ul li {display: inline-block;margin-right: 5px;}
120 .profile_seo_meta_separator-wrap td.forminp-radio ul li label input.uwp-seo-meta-separator {position: absolute;top: -20px;left: 0;}
121 .profile_seo_meta_separator-wrap td.forminp-radio ul li label {padding: 10px 15px;position: relative;vertical-align: middle;overflow: hidden;margin: 0px !important;border: 1px solid #CCC;margin-right: 10px;}
122 .profile_seo_meta_separator-wrap td.forminp-radio ul li label.active {border-color: #007bba;border-width: 2px;}