Allow group path renaming. Dont show project transfer if no permissions. More danger messages :)
This commit is contained in:
parent
a8fbda945e
commit
44209861e8
4 changed files with 46 additions and 23 deletions
|
@ -100,6 +100,12 @@ input[type='search'].search-text-input {
|
|||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
input[type='text'].danger {
|
||||
background: #F2DEDE!important;
|
||||
border-color: #D66;
|
||||
text-shadow: 0 1px 1px #fff
|
||||
}
|
||||
|
||||
fieldset legend { font-size: 17px; }
|
||||
|
||||
/** PAGINATION **/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue