Add public website to private repo
This commit is contained in:
59
public_html/css/style.css
Normal file
59
public_html/css/style.css
Normal file
@@ -0,0 +1,59 @@
|
||||
/* *** INSPIRE Registry service webapp *** */
|
||||
/* Custom CSS */
|
||||
|
||||
/* DataTable ECL fixes */
|
||||
.ecl-pagination ul li a{
|
||||
cursor:pointer;
|
||||
}
|
||||
table.dataTable{
|
||||
border-collapse: collapse
|
||||
}
|
||||
.ecl-table__head .ecl-table__row:first-child {
|
||||
border-bottom: 1px solid #404040;
|
||||
}
|
||||
.ecl-form-label:last-child{
|
||||
text-align: right
|
||||
}
|
||||
|
||||
/* Loading overlay */
|
||||
div.overlay-loader {
|
||||
display:none;
|
||||
opacity: 0.5;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
div.overlay-loader .load-feedback{
|
||||
margin: auto;
|
||||
margin-top: auto;
|
||||
width: 25%;
|
||||
height: 50%;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
margin-top: 19%;
|
||||
}
|
||||
|
||||
.custom-spinner {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
.dataTable{
|
||||
width: 100%;
|
||||
}
|
||||
[type="search"] {
|
||||
width: 85%;
|
||||
}
|
||||
.ecl-pagination__item {
|
||||
display: block;
|
||||
}
|
59
public_html/css/style_neutral.css
Normal file
59
public_html/css/style_neutral.css
Normal file
@@ -0,0 +1,59 @@
|
||||
/* *** INSPIRE Registry service webapp *** */
|
||||
/* Custom CSS */
|
||||
|
||||
/* DataTable ECL fixes */
|
||||
.ecl-pagination ul li a{
|
||||
cursor:pointer;
|
||||
}
|
||||
table.dataTable{
|
||||
border-collapse: collapse
|
||||
}
|
||||
.ecl-table__head .ecl-table__row:first-child {
|
||||
border-bottom: 1px solid #404040;
|
||||
}
|
||||
.ecl-form-label:last-child{
|
||||
text-align: right
|
||||
}
|
||||
|
||||
/* Loading overlay */
|
||||
div.overlay-loader {
|
||||
display:none;
|
||||
opacity: 0.5;
|
||||
background: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
div.overlay-loader .load-feedback{
|
||||
margin: auto;
|
||||
margin-top: auto;
|
||||
width: 25%;
|
||||
height: 50%;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
margin-top: 19%;
|
||||
}
|
||||
|
||||
.custom-spinner {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
.dataTable{
|
||||
width: 100%;
|
||||
}
|
||||
[type="search"] {
|
||||
width: 85%;
|
||||
}
|
||||
.ecl-pagination__item {
|
||||
display: block;
|
||||
}
|
Reference in New Issue
Block a user