CC-3174 : showbuilder
making a dialog on the calendar page.
This commit is contained in:
parent
872bd27847
commit
99b490129c
13 changed files with 1087 additions and 968 deletions
|
@ -30,7 +30,7 @@ button.ColVis_Button::-moz-focus-inner {
|
|||
|
||||
div.ColVis_collectionBackground {
|
||||
background-color: black;
|
||||
z-index: 996;
|
||||
z-index: 1003;
|
||||
}
|
||||
|
||||
div.ColVis_collection {
|
||||
|
@ -39,7 +39,7 @@ div.ColVis_collection {
|
|||
background-color: #999;
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
z-index: 998;
|
||||
z-index: 1005;
|
||||
}
|
||||
|
||||
div.ColVis_collection button.ColVis_Button {
|
||||
|
@ -51,7 +51,7 @@ div.ColVis_collection button.ColVis_Button {
|
|||
|
||||
div.ColVis_catcher {
|
||||
position: absolute;
|
||||
z-index: 997;
|
||||
z-index: 1004;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
|
|
|
@ -34,4 +34,13 @@ tr.cursor-selected-row .marker {
|
|||
|
||||
.sb-over {
|
||||
background-color:#ff3030;
|
||||
}
|
||||
|
||||
.ui-dialog .wrapper {
|
||||
margin: 0;
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-buttonset {
|
||||
margin-right: 0 !important;
|
||||
}
|
|
@ -601,6 +601,7 @@ dl.inline-list dd {
|
|||
}
|
||||
|
||||
.dataTables_info {
|
||||
float: left;
|
||||
padding: 8px 0 0 8px;
|
||||
font-size:12px;
|
||||
color:#555555;
|
||||
|
@ -608,6 +609,7 @@ dl.inline-list dd {
|
|||
}
|
||||
|
||||
.dataTables_paginate {
|
||||
float: right;
|
||||
padding: 8px 0 8px 8px;
|
||||
}
|
||||
.dataTables_paginate .ui-button {
|
||||
|
@ -618,7 +620,7 @@ dl.inline-list dd {
|
|||
}
|
||||
.dataTables_filter input {
|
||||
background: url("images/search_auto_bg.png") no-repeat scroll 0 0 #DDDDDD;
|
||||
width: 60%;
|
||||
width: 55%;
|
||||
border: 1px solid #5B5B5B;
|
||||
margin-left: -8px;
|
||||
padding: 4px 3px 4px 25px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue