|
|
|
@ -13,6 +13,7 @@ body {
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
body.loading > * {
|
|
|
|
|
display: none;
|
|
|
|
@ -22,16 +23,16 @@ body.loading > * {
|
|
|
|
|
* JLayout
|
|
|
|
|
*/
|
|
|
|
|
.ui-layout-pane { /* all 'panes' */
|
|
|
|
|
background: transparent;
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-layout-resizer {
|
|
|
|
|
background: url('../img/viewport_background.png') repeat-x !important;
|
|
|
|
|
cursor: row-resize !important;;
|
|
|
|
|
cursor: row-resize !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-layout-toggler {
|
|
|
|
@ -91,7 +92,7 @@ div#wrapperPlayer {
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west #wrapperSideBar {
|
|
|
|
|
body > .ui-layout-west {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
min-width: 100px;
|
|
|
|
@ -102,20 +103,20 @@ body > .ui-layout-west #wrapperSideBar {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul,
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li {
|
|
|
|
|
body > .ui-layout-west > ul,
|
|
|
|
|
body > .ui-layout-west > ul li {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li {
|
|
|
|
|
body > .ui-layout-west > ul li {
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li > span {
|
|
|
|
|
body > .ui-layout-west > ul li > span {
|
|
|
|
|
display: block;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
@ -124,7 +125,7 @@ body > .ui-layout-west > #wrapperSideBar ul li {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li > span > span {
|
|
|
|
|
body > .ui-layout-west > ul li > span > span {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
height: 16px;
|
|
|
|
@ -135,11 +136,11 @@ body > .ui-layout-west > #wrapperSideBar ul li {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li > span:hover {
|
|
|
|
|
body > .ui-layout-west > ul li > span:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li.selected > span {
|
|
|
|
|
body > .ui-layout-west > ul li.selected > span {
|
|
|
|
|
color: #FFF;
|
|
|
|
|
background-color: #4966B1;/* Old browsers */
|
|
|
|
|
background: -moz-linear-gradient(top, #6086e5 0%, #6086e5 39%, #4966b1 100%); /* FF3.6+ */
|
|
|
|
@ -151,72 +152,80 @@ body > .ui-layout-west > #wrapperSideBar ul li {
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6086e5', endColorstr='#4966b1',GradientType=0 ); /* IE6-9 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar > ul > li:last-child > span:hover {
|
|
|
|
|
body > .ui-layout-west > ul > li:last-child > span:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background: transparent;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li ul {
|
|
|
|
|
body > .ui-layout-west > ul li ul {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li .sidebar-list-action {
|
|
|
|
|
body > .ui-layout-west > ul li .sidebar-list-action {
|
|
|
|
|
display: none;
|
|
|
|
|
height: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-west > #wrapperSideBar ul li > span:hover > .sidebar-list-action {
|
|
|
|
|
body > .ui-layout-west > ul li > span:hover > .sidebar-list-action {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: #FFF url(../img/grid3-hrow2.gif) repeat-x;
|
|
|
|
|
body > .ui-layout-center > div {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
div#wrapperMain > div > div:first > div.third {
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-center > div > div:first {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: #FFF url(../img/grid3-hrow2.gif) repeat-x;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third {
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first > div.third:first-child {
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third:first-child {
|
|
|
|
|
clear: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first > div.third:last-child {
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third:last-child {
|
|
|
|
|
clear: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper,
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper {
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper {
|
|
|
|
|
border-left: 1px solid #C6C6C6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first > div:first-child > div.dataTables_wrapper,
|
|
|
|
|
div#wrapperMain > div > div:first > div:first-child > div.dataTables_wrapper {
|
|
|
|
|
body > .ui-layout-center > div > div:first > div:first-child > div.dataTables_wrapper,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div:first-child > div.dataTables_wrapper {
|
|
|
|
|
border-left: none;
|
|
|
|
|
padding-left: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper table td {
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper table td {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first table.dataTable tr td.sorting_1 { background-color: transparent; }
|
|
|
|
|
div#wrapperMain > div > div:first table.dataTable tr td.sorting_2 { background-color: transparent; }
|
|
|
|
|
div#wrapperMain > div > div:first table.dataTable tr td.sorting_3 { background-color: transparent; }
|
|
|
|
|
body > .ui-layout-center > div > div:first table.dataTable tr td.sorting_1 { background-color: transparent; }
|
|
|
|
|
body > .ui-layout-center > div > div:first table.dataTable tr td.sorting_2 { background-color: transparent; }
|
|
|
|
|
body > .ui-layout-center > div > div:first table.dataTable tr td.sorting_3 { background-color: transparent; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div#wrapperList {
|
|
|
|
|
.ui-layout-center .client-view-container {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #FFF url(../img/grid3-hrow2.gif) repeat-x;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperList table#tableList {
|
|
|
|
|
.ui-layout-center .client-view-container table.table-list {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
@ -237,14 +246,14 @@ div#wrapperList {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
div#wrapperList table#tableList tr td {
|
|
|
|
|
.ui-layout-center .client-view-container table.table-list tr td {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
max-width: 20%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
div#wrapperFooter {
|
|
|
|
|
body > .ui-layout-south {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: url('../img/viewport_background.png') repeat-x left bottom;
|
|
|
|
@ -252,21 +261,21 @@ div#wrapperFooter {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
div#wrapperFooter .btn-inverse {
|
|
|
|
|
body > .ui-layout-south .btn-inverse {
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperFooter > div#wrapperFooterRight {
|
|
|
|
|
body > .ui-layout-south > div#wrapperFooterRight {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperFooter > div#wrapperFooterRight div.btn-group {
|
|
|
|
|
body > .ui-layout-south > div#wrapperFooterRight div.btn-group {
|
|
|
|
|
height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperFooter > div#wrapperFooterLeft {
|
|
|
|
|
body > .ui-layout-south > div#wrapperFooterLeft {
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
@ -335,7 +344,7 @@ div.dataTables_scrollHeadInner th {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperMain > div > div:first div.dataTables_scrollHeadInner th {
|
|
|
|
|
body > .ui-layout-center > div > div:first div.dataTables_scrollHeadInner th {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -352,10 +361,10 @@ table.dataTable tbody tr.selected td,
|
|
|
|
|
table.dataTable tbody tr.selected td.sorting_1,
|
|
|
|
|
table.dataTable tbody tr.selected td.sorting_2,
|
|
|
|
|
table.dataTable tbody tr.selected td.sorting_3,
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper table tr.selected td,
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_1,
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_2,
|
|
|
|
|
div#wrapperMain > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_3,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper table tr.selected td,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_1,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_2,
|
|
|
|
|
body > .ui-layout-center > div > div:first > div.third > div.dataTables_wrapper table tr.selected td.sorting_3,
|
|
|
|
|
.dropdown-menu * a:hover,
|
|
|
|
|
.dropdown-menu * a:focus,
|
|
|
|
|
.dropdown-menu * li:hover,
|
|
|
|
@ -380,10 +389,10 @@ div#wrapperPlayer {
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#wrapperFooter,
|
|
|
|
|
body > .ui-layout-south,
|
|
|
|
|
table.dataTable tr td,
|
|
|
|
|
table.dataTable tr th,
|
|
|
|
|
div#wrapperSideBar,
|
|
|
|
|
body > .ui-layout-west,
|
|
|
|
|
div#wrapperPlayer {
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|