mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
less padding
This commit is contained in:
parent
3217c67ff6
commit
1856ccc3aa
@ -24,7 +24,7 @@
|
|||||||
<form name="aclForm" class="form-horizontal">
|
<form name="aclForm" class="form-horizontal">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-2 control-label" for="inputTarget">{{ 'directive.acledit.acl_target' | translate }}</label>
|
<label class="col-sm-2 control-label" for="inputTarget">{{ 'directive.acledit.acl_target' | translate }}</label>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-4">
|
||||||
<input required ng-maxlength="50" class="form-control" type="text" id="inputTarget"
|
<input required ng-maxlength="50" class="form-control" type="text" id="inputTarget"
|
||||||
placeholder="{{ 'directive.acledit.search_user_group' | translate }}" name="target" ng-model="acl.target" autocomplete="off"
|
placeholder="{{ 'directive.acledit.search_user_group' | translate }}" name="target" ng-model="acl.target" autocomplete="off"
|
||||||
typeahead="target as target.name for target in getTargetAclTypeahead($viewValue) | filter: $viewValue"
|
typeahead="target as target.name for target in getTargetAclTypeahead($viewValue) | filter: $viewValue"
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class=" col-sm-2 control-label" for="inputPermission">{{ 'directive.acledit.acl_permission' | translate }}</label>
|
<label class=" col-sm-2 control-label" for="inputPermission">{{ 'directive.acledit.acl_permission' | translate }}</label>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-4">
|
||||||
<select class="form-control" ng-model="acl.perm" id="inputPermission">
|
<select class="form-control" ng-model="acl.perm" id="inputPermission">
|
||||||
<option value="READ">{{ 'acl.READ' | translate }}</option>
|
<option value="READ">{{ 'acl.READ' | translate }}</option>
|
||||||
<option value="READWRITE">{{ 'acl.READWRITE' | translate }}</option>
|
<option value="READWRITE">{{ 'acl.READWRITE' | translate }}</option>
|
||||||
|
@ -4925,7 +4925,6 @@ a.badge:focus {
|
|||||||
}
|
}
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user