Restyled group -> edit area. Use select2 for transfer autocomplete
This commit is contained in:
parent
2f6d289f32
commit
cc1dd624aa
6 changed files with 127 additions and 64 deletions
|
@ -20,6 +20,15 @@
|
|||
background: #FFF;
|
||||
}
|
||||
|
||||
&.ui-box-danger {
|
||||
.title {
|
||||
@include linear-gradient(#F26E5E, #bd362f);
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #900;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
img { max-width: 100%; }
|
||||
|
||||
pre {
|
||||
|
@ -141,4 +150,20 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.form-holder {
|
||||
padding-top: 20px;
|
||||
form {
|
||||
margin-bottom: 0;
|
||||
.form-actions {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab-pane {
|
||||
.ui-box {
|
||||
margin: 3px 3px 25px 3px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,3 +73,7 @@ fieldset legend { font-size: 17px; }
|
|||
border-bottom: 2px solid $style_color;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue