CC-6121 - Fix up user settings page

This commit is contained in:
Duncan Sommerville 2015-08-31 15:25:17 -04:00
parent 109a336504
commit f21e53b12e
4 changed files with 30 additions and 15 deletions

View file

@ -221,6 +221,11 @@
height: 16px;
background-image: url(images/ui-icons_ffffff_256x240.png);
}
.selected .ui-icon {
width: 16px;
height: 16px;
background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}

View file

@ -1793,14 +1793,16 @@ button, input {
border: 0px;
}
#users_datatable_wrapper > div.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-bl.ui-corner-br.ui-helper-clearfix
{
#users_datatable_wrapper > div.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-bl.ui-corner-br.ui-helper-clearfix {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
#users_datatable_wrapper td {
vertical-align: middle;
}
.user-management div.user-list-wrapper .ui-widget-header:first-child {
background: none repeat scroll 0 0 transparent;
@ -1816,7 +1818,8 @@ button, input {
padding-bottom: 12px;
}
.user-management .dataTables_filter input {
width: 93.8%;
width: 100%;
box-sizing: border-box;
margin-bottom:8px;
}
.user-data.simple-formblock dd {
@ -3843,7 +3846,7 @@ li .ui-state-hover {
}
#users_datatable_wrapper {
position: absolute;
/*position: absolute;*/
min-height: 300px;
}