PluginProbe
Groups – Memberships and Access Control / 3.9.0
Groups – Memberships and Access Control v3.9.0
4.6.0 4.5.0 4.4.0 4.3.0 trunk 1.0.0-beta-1 1.0.0-beta-2 1.0.0-beta-3 1.0.0-beta-3b 1.0.0-beta-3c 1.0.0-beta-3d 1.1.4 1.1.5 1.10.0 1.10.1 1.10.2 1.10.3 1.11.0 1.11.1 1.11.2 1.11.3 1.12.0 1.13.0 1.13.1 1.2.0 All 129 releases
groups / css / groups-uie.css

groups-uie.css in Groups – Memberships and Access Control 3.9.0, at css/groups-uie.css

33 lines 950 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * groups-uie.css
3 *
4 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
5 *
6 * This code is released under the GNU General Public License.
7 * See COPYRIGHT.txt and LICENSE.txt.
8 *
9 * This code is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * This header and all notices must be kept intact.
15 *
16 * @author Karim Rahimpur
17 * @package groups
18 * @since groups 2.6.1
19 */
20
21 .selectize-dropdown.groups,
22 .selectize-dropdown.groups-read,
23 .selectize-dropdown.capability {
24 width: auto !important;
25 }
26 .selectize-dropdown.groups .selectize-dropdown-content .option,
27 .selectize-dropdown.capability .selectize-dropdown-content .option {
28 text-align: initial;
29 }
30 .select-read-groups-container .selectize-control.groups-read div.selectize-input {
31 box-sizing: border-box;
32 }
33