This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
.ux-maximgb-treegrid-breadcrumbs
{
color: #15428B;
border-bottom: 1px solid #D0D0D0;
font: normal 11px arial, tahoma, helvetica, sans-serif;
-moz-outline: none;
-moz-user-focus: normal;
line-height: 15px;
padding: 4px 3px 4px 6px;
}
.ux-maximgb-treegrid-brditem
{
color: #15428B;
}
.ux-maximgb-treegrid-uiwrap
{
float: left;
position: relative;
height: 18px;
white-space: nowrap;
overflow: hidden;
}
.ux-maximgb-treegrid-elbow-empty
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
}
.ux-maximgb-treegrid-elbow-line
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-line.gif) repeat-x;
}
.ux-maximgb-treegrid-elbow
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-active
{
cursor: pointer;
}
.ux-maximgb-treegrid-elbow-minus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-minus.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end-minus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end-minus.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-plus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-plus.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end-plus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end-plus.gif) no-repeat;
}

View File

@@ -0,0 +1,43 @@
.ux-maximgb-treegrid-level-0
{
}
.ux-maximgb-treegrid-level-1
{
background-color: #DFE7FF;
}
.ux-maximgb-treegrid-level-2
{
background-color: #BFCFFF;
}
.ux-maximgb-treegrid-level-3
{
background-color: #9FB7FF;
}
.ux-maximgb-treegrid-level-4
{
background-color: #809FFF;
}
.ux-maximgb-treegrid-level-5
{
background-color: #6087FF;
}
.ux-maximgb-treegrid-level-6
{
background-color: #4070FF;
}
.ux-maximgb-treegrid-level-7
{
background-color: #2058FF;
}
.ux-maximgb-treegrid-level-8
{
background-color: #0040FF;
}

View File

@@ -0,0 +1,55 @@
/* jQuery treeTable stylesheet
*
* This file contains styles that are used to display the tree table. Each tree
* table is assigned the +treeTable+ class.
* ========================================================================= */
/* jquery.treeTable.collapsible
* ------------------------------------------------------------------------- */
.treeTable tr td .expander {
cursor: pointer;
padding: 0;
zoom: 1; /* IE7 Hack */
}
.treeTable tr td a.expander {
background-position: left center;
background-repeat: no-repeat;
color: #000;
text-decoration: none;
}
.treeTable tr.collapsed td a.expander {
background-image: url(../images/ludo-jquery-treetable/toggle-expand-dark.png);
}
.treeTable tr.expanded td a.expander {
background-image: url(../images/ludo-jquery-treetable/toggle-collapse-dark.png);
}
/* jquery.treeTable.sortable
* ------------------------------------------------------------------------- */
.treeTable tr.selected, .treeTable tr.accept {
background-color: #3875d7;
}
.treeTable tr.selected a.expander, .treeTable tr.accept a.expander {
color: #fff;
}
.treeTable tr.collapsed.selected td a.expander, .treeTable tr.collapsed.accept td a.expander {
background-image: url(../images/ludo-jquery-treetable/toggle-expand-light.png);
}
.treeTable tr.expanded.selected td a.expander, .treeTable tr.expanded.accept td a.expander {
background-image: url(../images/ludo-jquery-treetable/toggle-collapse-light.png);
}
.treeTable .ui-draggable-dragging {
color: #000;
z-index: 1;
}
/* Layout helper taken from jQuery UI. This way I don't have to require the
* full jQuery UI CSS to be loaded. */
.ui-helper-hidden { display: none; }

View File

@@ -0,0 +1,79 @@
body {
padding-top: 80px;
line-height: 18px;
}
#navbarList {
display: inline-block;
}
#userButtonContainer {
float: right !important;
}
#userButton {
height: 28px !important;
padding: 3px 8px !important;
margin-top: 3px;
}
#statisticsNavbarContainer {
padding-left: 0;
margin-left: 0;
}
#errorAlert {
width: 410px;
padding: 10px;
}
#errorAlert p {
margin-top: 3px;
}
.table-bordered {
border-collapse: separate;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table {
margin-left: auto;
margin-right: auto;
margin-bottom: 18px;
}
table {
margin: 1em 0;
clear: both;
max-width: 100%;
border-spacing: 0;
}
.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
border-left: 1px solid #ddd;
}
.table th, .table td {
padding: 3px 5px !important;
line-height: 18px;
text-align: left;
border-top: 1px solid #ddd;
}
.table tr {
height: 27px;
}
a.expander {
margin-left: 0 !important;
}
.table > thead > tr > th {
border-bottom-width: 1px;
}
td.child {
padding-left: 39px !important;
}