Restyled group -> edit area. Use select2 for transfer autocomplete

This commit is contained in:
Dmitriy Zaporozhets 2013-03-14 11:31:33 +02:00
parent 2f6d289f32
commit cc1dd624aa
6 changed files with 127 additions and 64 deletions

View file

@ -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;
}
}

View file

@ -73,3 +73,7 @@ fieldset legend { font-size: 17px; }
border-bottom: 2px solid $style_color;
}
}
.tab-content {
overflow: visible;
}