PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.74
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.74
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 / assets / css / partials / _search.scss

_search.scss in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.74, at assets/css/partials/_search.scss

141 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .uwp-page {
2 .input-group {
3 position: relative;
4 display: table;
5 border-collapse: separate;
6 }
7 .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
8 border-top-right-radius: 0;
9 border-bottom-right-radius: 0;
10 }
11 .input-group-addon, .input-group-btn, .input-group .form-control {
12 display: table-cell;
13 }
14 .input-group .form-control {
15 position: relative;
16 z-index: 2;
17 float: left;
18 width: 100%;
19 margin-bottom: 0;
20 }
21 .form-control {
22 display: block;
23 width: 100%;
24 height: 34px;
25 padding: 6px 12px;
26 font-size: 14px;
27 line-height: 1.42857143;
28 color: #555;
29 background: #fff none;
30 border: 1px solid #ccc;
31 border-radius: 4px;
32 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
33 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
34 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
35 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
36 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
37 }
38 .input-group-btn {
39 position: relative;
40 font-size: 0;
41 white-space: nowrap;
42 }
43 .input-group-addon, .input-group-btn {
44 width: 1%;
45 white-space: nowrap;
46 vertical-align: middle;
47 }
48 .input-group-addon, .input-group-btn, .input-group .form-control {
49 display: table-cell;
50 }
51 .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
52 margin-left: -1px;
53 }
54 .input-group-btn .btn-group {
55 display: flex !important;
56 }
57 .btn-group, .btn-group-vertical {
58 position: relative;
59 display: inline-block;
60 vertical-align: middle;
61 }
62 @media screen and (min-width: 768px){
63 .dropdown.dropdown-lg {
64 position: static !important;
65 }
66 }
67 .btn-group .btn {
68 border-radius: 0;
69 margin-left: -1px;
70 }
71 .btn-default {
72 color: #333;
73 background-color: #fff;
74 border-color: #ccc;
75 }
76 .btn {
77 display: inline-block;
78 padding: 6px 12px;
79 margin-bottom: 0;
80 font-size: 14px;
81 font-weight: 400;
82 line-height: 1.42857143;
83 text-align: center;
84 white-space: nowrap;
85 vertical-align: middle;
86 -ms-touch-action: manipulation;
87 touch-action: manipulation;
88 cursor: pointer;
89 -webkit-user-select: none;
90 -moz-user-select: none;
91 -ms-user-select: none;
92 user-select: none;
93 background-image: none;
94 border: 1px solid transparent;
95 border-radius: 4px;
96 }
97 .btn .caret {
98 margin-left: 0;
99 }
100 .caret {
101 display: inline-block;
102 width: 0;
103 height: 0;
104 margin-left: 2px;
105 vertical-align: middle;
106 border-top: 4px solid;
107 border-right: 4px solid transparent;
108 border-left: 4px solid transparent;
109 }
110
111 .dropdown.dropdown-lg .dropdown-menu {
112 margin-top: -1px;
113 padding: 6px 20px;
114 }
115 .dropdown-menu-right {
116 right: 0;
117 left: auto;
118 }
119 .dropdown-menu {
120 position: absolute;
121 top: 100%;
122 left: 0;
123 z-index: 1000;
124 display: none;
125 float: left;
126 min-width: 160px;
127 padding: 5px 0;
128 margin: 2px 0 0;
129 font-size: 14px;
130 text-align: left;
131 list-style: none;
132 background-color: #fff;
133 -webkit-background-clip: padding-box;
134 background-clip: padding-box;
135 border: 1px solid #ccc;
136 border: 1px solid rgba(0,0,0,.15);
137 border-radius: 4px;
138 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
139 box-shadow: 0 6px 12px rgba(0,0,0,.175);
140 }
141 }