geoportal-data-entry-app/src/main/webapp/GeoPortalDataEntryApp.css

318 lines
5.2 KiB
CSS

/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
/** JUST to override the gwt-boostrap body */
body {
padding: 0px !important;
}
h1 {
font-size: 2em;
font-weight: bold;
color: #777777;
margin: 40px 0px 70px;
text-align: center;
}
.sendButton {
display: block;
font-size: 16pt;
}
/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
width: 400px;
}
.dialogVPanel {
margin: 5px;
}
.serverResponseLabelError {
color: red;
}
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
margin: 15px 6px 6px;
}
.red-text {
color: red !important;
}
.green-text {
color: green !important;
}
.my-html-table {
padding: 5px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 5px;
}
.my-html-table td {
padding: 5px;
border-bottom: 1px solid gray;
min-width: 100px;
}
.my-html-table td:first-child {
color: gray;
}
/*** TABLE GET LIST OF RECORDS***/
.table-glor {
word-wrap: break-word;
}
.table-glor td, th {
overflow: hidden !important;
}
.back-system-cell-b {
background-color: #d9edf7 !important;
}
.back-system-cell-o {
background-color: #FFE1BE !important;
}
.back-system-cell-y {
background-color: #FFEDBE !important;
}
.table-glor-vertical-middle td, th {
height: 50%;
vertical-align: middle !important;
}
.move-sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: #f8f8f8;
border-radius: 20px;
}
.modal-body-custom {
max-height: 700px !important;
}
.modal-body-edit {
max-height: none !important;
}
.disable-div {
pointer-events: none;
}
.form-fieldset-edit {
margin: 10px 0px !important;
border: 1px groove #ddd !important;
padding: 10px !important;
}
.form-fieldset-edit .control-group {
margin-bottom: 15px !important;
}
.form-fieldset-edit .control-group > span {
padding-top: 3px !important;
padding-bottom: 3px !important;
font-size: 14px;
margin-bottom: 10px;
}
.table-current-content {
width: 100%;
background-color: #efefef !important;
}
.table-current-content td {
padding: 5px;
}
.upload-file-container .control-group {
display: inline-flex;
width: 95%;
}
.upload-file-container .control-group div {
margin-left: 10px;
width: 95%;
}
.search-textbox {
padding: 4px 14px !important;
margin-bottom: 0 !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-size: 13px !important;
font-weight: normal !important;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px !important;
width: 250px !important;
margin-top: 8px !important;
}
.alert_box_nav {
padding: 4px 10px !important;
margin-top: 8px !important;
margin-bottom: 10px !important;
}
.tree-panel {
padding: 5px;
border: 1px solid #e7e7e7;
min-width: 280px;
}
.tree-panel .gwt-TreeItem {
padding: 5px !important;
border: 1px solid #dee2e6 !important;
min-width: 270px;
font-size: 16px;
}
.tree-panel .gwt-TreeItem div {
font-size: 16px;
}
.tree-panel ul {
background: #e7e7e7;
}
.nav-toolbar-style {
margin-bottom: 5px !important;
}
.nav-toolbar-style .navbar-inner {
background-image: none !important;
box-shadow: none !important;
}
.nav-toolbar-style .container {
padding-top: 5px;
}
.actions-button-group {
margin-left: 10px;
}
.actions-button-group a {
margin-left: 10px !important;
}
.action-list-main-panel {
height: 100%;
margin: auto 0;
}
.move-sticky-no-back {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.move-sticky-no-back .gwt-Label {
top: 0;
margin: auto 0;
}
.geoportal-loaders-center {
position: absolute;
left:40%;
padding: 200px 0;
z-index: 1000;
}
.geoportal-loaders-center table {
margin-bottom: 20px;
}
@keyframes fadeInOutAnimation {
0% {
opacity: 0.2;
}
100% {
opacity: 0.5;
}
}
.animate-fadeInOut {
animation: fadeInOutAnimation 1s infinite;
animation-direction: alternate;
animation-timing-function: linear;
}
.theDetailsPanel {
margin-left: 5px;
margin-right: 5px;
border-left: 1px solid #cdcdcd;
padding-left: 5px;
padding-right: 5px;
}
.theDetailsPanel .accordion-group {
border: 0 !important;
}
.box-table-diplay-project {
border: 1px solid #96a5b5;
border-radius: 5px;
margin-bottom: 5px;
word-break: break-word;
}
.box-table-diplay-project td {
padding-left: 5px;
}
.display-date {
color: red;
background-color: #f7f7f9;
padding: 2px;
border-radius: 2px;
}
.no_modal_body_max_height .modal-body {
max-height: 90% !important;
}
/** OVERRDING legend-style into 'metadata-profile-form-builder-widget' */
.legend-style {
width: auto !important;
padding-left: 10px !important;
padding-top: 0px !important;
padding-right: 10px !important;
margin-bottom: 0px !important;
border-bottom: 0px !important;
}
.legend-style small {
display: block;
font-size: 12px !important;
}
/** END OVERRDING legend-style into 'metadata-profile-form-builder-widget' */
/** OVERRDING legend-style into 'metadata-profile-form-builder-widget' */
.legend-style {
width: auto !important;
padding-left: 10px !important;
padding-top: 0px !important;
padding-right: 10px !important;
margin-bottom: 0px !important;
border-bottom: 0px !important;
}
.legend-style small {
display: block;
font-size: 12px !important;
}
/** END OVERRDING legend-style into 'metadata-profile-form-builder-widget' */