| 1 |
/** |
| 2 |
* groups_admin.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 1.0.0 |
| 19 |
*/ |
| 20 |
.manage-groups, |
| 21 |
.manage-capabilities { |
| 22 |
margin-right: 1em; |
| 23 |
} |
| 24 |
.filters, |
| 25 |
.manage { |
| 26 |
background-color: #fff; |
| 27 |
padding: 1em; |
| 28 |
margin-bottom: 1em; |
| 29 |
border: 1px solid #ddd; |
| 30 |
} |
| 31 |
.manage a.add { |
| 32 |
text-decoration: none; |
| 33 |
cursor: pointer; |
| 34 |
} |
| 35 |
.manage a.add .icon { |
| 36 |
vertical-align: middle; |
| 37 |
padding-right: 4px; |
| 38 |
} |
| 39 |
.manage a.add .label { |
| 40 |
height: 20px; |
| 41 |
vertical-align: middle; |
| 42 |
} |
| 43 |
div.field { |
| 44 |
padding-bottom: 0.62em; |
| 45 |
} |
| 46 |
div.field input[type="submit"] { |
| 47 |
margin-right: 1em; |
| 48 |
} |
| 49 |
label.group-id-filter, |
| 50 |
label.group-name-filter, |
| 51 |
label.capability-id-filter, |
| 52 |
label.capability-filter, |
| 53 |
label.field-label { |
| 54 |
padding-right: 0.62em; |
| 55 |
} |
| 56 |
input.group-id-filter, |
| 57 |
input.group-name-filter, |
| 58 |
input.capability-id-filter, |
| 59 |
input.capability-filter { |
| 60 |
margin-right: 1em; |
| 61 |
} |
| 62 |
input[name="clear_filters"] { |
| 63 |
float:right; |
| 64 |
} |
| 65 |
|
| 66 |
div.group.new label.description-field, |
| 67 |
div.group.edit label.description-field, |
| 68 |
div.capability.new label.description-field, |
| 69 |
div.capability.edit label.description-field { |
| 70 |
vertical-align: top; |
| 71 |
} |
| 72 |
|
| 73 |
.groups-overview .page-options, |
| 74 |
.capabilities-overview .page-options { |
| 75 |
float: left; |
| 76 |
display: inline; |
| 77 |
width: 250px; |
| 78 |
padding-bottom: 1em; |
| 79 |
} |
| 80 |
.groups-overview .tablenav.top, |
| 81 |
.capabilities-overview .tablenav.top { |
| 82 |
display: inline; |
| 83 |
width: 250px; |
| 84 |
} |
| 85 |
|
| 86 |
.manage-groups .required, |
| 87 |
.manage-capabilities .required { |
| 88 |
background: url(../images/required.png) transparent no-repeat left center; |
| 89 |
padding-left: 16px ! important; |
| 90 |
} |
| 91 |
div.groups-footer { |
| 92 |
padding-top: 4px; |
| 93 |
color: #999; |
| 94 |
} |
| 95 |
div.groups-footer a { |
| 96 |
color: #777; |
| 97 |
} |
| 98 |
div.groups-footer form { |
| 99 |
display: inline; |
| 100 |
} |
| 101 |
|