Skip to content

Commit

Permalink
Make select2 combo a bit higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Jun 8, 2024
1 parent 2432376 commit f8fcc65
Showing 1 changed file with 86 additions and 61 deletions.
147 changes: 86 additions & 61 deletions source/src/main/webapp/css/global/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

.separator {
border-top: 1px solid #E3E3E3;
margin-top:20px;
margin-bottom:30px;
margin-top:20px;
margin-bottom:30px;
}

#confirmationModal{
z-index: 10000001 !important
z-index: 10000001 !important
}

.modal {
Expand All @@ -41,11 +41,14 @@
}

ul.ui-autocomplete {
z-index: 9999 !important;
z-index: 9999 !important;
}

.select2-dropdown{
z-index: 10000 !important;
z-index: 10000 !important;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 500px;
}

td
Expand Down Expand Up @@ -77,8 +80,8 @@ td
}
.center{
margin-left: auto;
margin-right: auto;
}
margin-right: auto;
}
/*widths*/
.width20{
width: 20px;
Expand Down Expand Up @@ -216,7 +219,14 @@ td
margin-bottom: 20px;
}
/**************************************ALERT messages ****************************/
#messagesArea { position: fixed; top: 40px; left: 0; right: 0; border: none; z-index: 300;}
#messagesArea {
position: fixed;
top: 40px;
left: 0;
right: 0;
border: none;
z-index: 300;
}

/**************************************Page layout ****************************/

Expand All @@ -228,9 +238,9 @@ td
}

#page-layout{
/*max-width: 1488px; */
/*max-width: 1488px; */
/*margin-left: auto;*/
margin-right: auto;
margin-right: auto;
}
#page-layout table{
min-height: 80%;
Expand Down Expand Up @@ -263,13 +273,13 @@ button.property_missing, button.property_tooverride, button.property_overriden {
display:inline;
width: 25px;
height: 18px;
margin-right: 2px;
margin-right: 2px;
padding-right:2px;
margin-bottom: 2px
}

button.property_missing span.colorRed{
color:#8B0404;
color:#8B0404;
}

button.property_tooverride span.colorDarkBlue{
Expand All @@ -281,22 +291,22 @@ button.property_overriden span.colorDarkYellow{
}

ul.typesMenu{
overflow-y:scroll;
height:200px;
margin-top:24px;
overflow-y:scroll;
height:200px;
margin-top:24px;
margin-left:64px;
}


/*default styles used by bootstrap*/
select option{
color: #555555;
font-size: 14px;
select option{
color: #555555;
font-size: 14px;
font-style:normal
}
.emptySelectOption{
color: gray;
font-size: 10px;
color: gray;
font-size: 10px;
font-style:italic;
}
.fileUpload {
Expand Down Expand Up @@ -358,12 +368,16 @@ select option{
width: 350px !important;
}*/

table.display { table-layout:fixed;}
table.display th, #listOfTestDataLib td , #viewTestDataLibDataEntriesTable td{ overflow:hidden;
text-overflow: ellipsis; }
table.display {
table-layout:fixed;
}
table.display th, #listOfTestDataLib td , #viewTestDataLibDataEntriesTable td{
overflow:hidden;
text-overflow: ellipsis;
}

#viewTestDataLibDataEntriesTable.display{
margin-left: 0px;
margin-left: 0px;
}

.dataTables_paginate {
Expand Down Expand Up @@ -399,7 +413,9 @@ table.display thead th div.DataTables_sort_wrapper span {
/*********AUTOCOMPLETE***************/
/*from:https://gist.github.com/daz/2168334*/
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
* html .ui-autocomplete {
width:1px;
} /* without this, the menu expands to 100% in IE6 */

/**AUTOCOMPLETE FOR BOOTSTRAP**/
.ui-autocomplete {
Expand Down Expand Up @@ -442,7 +458,7 @@ table.display thead th div.DataTables_sort_wrapper span {
line-height: 18px;
color: #555555;
white-space: nowrap;
}
}
.ui-widget-content .ui-state-focus {
color: #ffffff;
text-decoration: none;
Expand Down Expand Up @@ -578,16 +594,16 @@ activeN{
border-style: solid;
border-width:thin;
border-color:#CCCCCC;
background-image: -moz-linear-gradient(top, #ebebeb, #CCCCCC);
background-image: -webkit-linear-gradient(top, #ebebeb, #CCCCCC);
background-image: -moz-linear-gradient(top, #ebebeb, #CCCCCC);
background-image: -webkit-linear-gradient(top, #ebebeb, #CCCCCC);
font-weight:bold;
color:#555555;
text-align: center;

}

.StepHeaderContent {
margin-top:15px;
margin-top:15px;
}

a.docOnline{
Expand All @@ -614,32 +630,33 @@ a.docOnline{


div.ImportedStepAction{
margin-top:0px;
margin-top:0px;
display:block;
height:50px;
width:100%;
border-style: solid;
border-style: solid;
border-width:thin ;
border-color:#CCCCCC;
}


input.readonlyaction_seq, input.readonlyactioncontrol_seq{
width: 40px;
font-weight: bold;
background-color: transparent;
height:100%; color:grey;
width: 40px;
font-weight: bold;
background-color: transparent;
height:100%;
color:grey;

}

div.StepUseStepLinkDiv{
float:left;
margin-top:10px;
margin-top:10px;
width:10%;
}
div.StepUseStepLinkDiv button, div.StepUseStepLinkDiv a{
margin-left: 2.5px;
}
}

div.ActionOfUseStepTemp {
background-color:#C4EBFF;
Expand All @@ -655,7 +672,7 @@ div.ActionControlOfUseStepTemp {
}

img.selectedPicture{
max-height: 900px;
max-height: 900px;
max-width: 1100px;
}

Expand All @@ -671,13 +688,13 @@ img.selectedPicture{
}

.popover{
z-index: 10000 !important;
word-wrap: break-word;
z-index: 10000 !important;
word-wrap: break-word;
}

.tooltip-inner {
max-width: 1000px;
overflow-wrap: break-word;
overflow-wrap: break-word;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
Expand Down Expand Up @@ -734,7 +751,9 @@ img.selectedPicture{
transform: rotate(359deg);
}
}
#envelope:focus { outline: 0px solid transparent; }
#envelope:focus {
outline: 0px solid transparent;
}

.highlightedContainer {
border-color: #66afe9;
Expand All @@ -750,32 +769,32 @@ img.selectedPicture{
}

.logo-login {
margin-top : 3%;
max-width: 250px;
margin-top : 3%;
max-width: 250px;
}
.panel-login {
padding : 10px 0;
padding : 10px 0;
}

.login-box-form {
margin-bottom: 20px;
}

@media (min-width: 992px) {
.body-login {
padding-top : 10%;
}
.panel-login {
background : #f9f9f9;
}
.body-login {
padding-top : 10%;
}
.panel-login {
background : #f9f9f9;
}
}
@media (max-width: 992px) {
.panel-login {
border : 0;
}
.logo-login {
max-width: 150px;
}
.panel-login {
border : 0;
}
.logo-login {
max-width: 150px;
}
}

a.list-group-item.selected, button.list-group-item.selected {
Expand All @@ -788,12 +807,18 @@ a.list-group-item.selected, button.list-group-item.selected {
max-height : 40px;
}

.bold-option{font-weight: bolder;}
.bold-option{
font-weight: bolder;
}

/* begin interactive tutoriel with introjs adjustement*/

.modal .introjs-fixedTooltip { z-index: 999999998 !important; }
.modal .introjs-showElement { z-index: 999999999 !important; }
.modal .introjs-fixedTooltip {
z-index: 999999998 !important;
}
.modal .introjs-showElement {
z-index: 999999999 !important;
}

/* end interactive tutoriel with introjs adjustement*/

Expand All @@ -804,6 +829,6 @@ a.list-group-item.selected, button.list-group-item.selected {

/* force tinymce menus on top of bootstrap modals*/
.tox-tinymce-aux {
z-index: 130000000000 !important;
z-index: 130000000000 !important;
}

0 comments on commit f8fcc65

Please sign in to comment.