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

122 lines
1.8 KiB
CSS
Raw Normal View History

2020-10-07 17:04:13 +02:00
/** 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;
}
2020-10-07 17:04:13 +02:00
h1 {
font-size: 2em;
font-weight: bold;
color: #777777;
margin: 40px 0px 70px;
text-align: center;
2020-10-07 17:04:13 +02:00
}
.sendButton {
display: block;
font-size: 16pt;
2020-10-07 17:04:13 +02:00
}
/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
width: 400px;
2020-10-07 17:04:13 +02:00
}
.dialogVPanel {
margin: 5px;
2020-10-07 17:04:13 +02:00
}
.serverResponseLabelError {
color: red;
2020-10-07 17:04:13 +02:00
}
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
margin: 15px 6px 6px;
2020-10-07 17:04:13 +02:00
}
.red-text a {
color: red !important;
}
.green-text a {
color: green !important;
}
.my-html-table {
padding: 5px;
margin-left:10px;
margin-bottom: 10px;
}
.my-html-table td {
padding: 5px;
border: 1px solid gray;
}
.my-html-table td:first-child {
color: gray;
2021-08-05 11:21:39 +02:00
}
/*** TABLE GET LIST OF RECORDS***/
.table-glor {
word-wrap: break-word;
}
.table-glor td, th {
overflow: hidden !important;
}
.table-glor td:nth-last-child(-n+3) {
background-color: #d9edf7 !important;
2021-08-05 11:21:39 +02:00
}
.table-glor-vertical-middle td, th {
height: 50%;
vertical-align: middle !important;
}
.move-sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
2021-09-30 13:06:14 +02:00
background-color: #f8f8f8;
border-radius: 20px;
}
2021-09-22 11:38:52 +02:00
.modal-body-custom {
max-height: 700px !important;
}
.disable-div {
pointer-events: none;
}
2021-09-29 11:08:15 +02:00
2021-09-29 16:13:39 +02:00
.form-fieldset-edit {
margin: 10px 0px !important;
border: 1px groove #ddd !important;
padding: 10px !important;
2021-09-29 11:08:15 +02:00
}
2021-09-29 16:13:39 +02:00
.table-current-content {
width: 100%;
2021-10-06 16:28:19 +02:00
background-color: #efefef !important;
2021-09-29 16:13:39 +02:00
}
.table-current-content td {
padding: 5px;
}
2021-09-30 13:06:14 +02:00
.upload-file-container .control-group {
display: inline-flex;
width: 95%;
2021-09-30 13:06:14 +02:00
}
.upload-file-container .control-group div {
margin-left: 10px;
width: 95%;
2021-09-30 13:06:14 +02:00
}