ckan2zenodo-publisher-widget/src/main/java/org/gcube/portlets/widgets/ckan2zenodopublisher/public/CkanToZenodoPublisher.css

72 lines
1.1 KiB
CSS
Raw Normal View History

2019-12-12 18:32:30 +01:00
/** Add css rules here for your application. */
.ckan2zenodo-modal-style {
2019-12-17 11:37:56 +01:00
width: 1200px !important;
margin-left: -600px !important;
2020-07-07 17:44:26 +02:00
position: absolute;
2019-12-12 18:32:30 +01:00
}
.ckan2zenodo-modal-style input, textarea {
2019-12-18 18:08:05 +01:00
width: 650px;
max-width: 650px;
min-width: 650px;
}
.ckan2zenodo-modal-style select {
width: 665px;
max-width: 665px;
2019-12-12 18:32:30 +01:00
}
2019-12-18 11:58:49 +01:00
.ckan2zenodo-modal-style .modal-body {
2020-01-17 16:46:34 +01:00
height: 800px;
max-height: 800px;
2019-12-19 17:41:50 +01:00
}
.ckan2zenodo-modal-style .form-horizontal {
height: 645px;
}
2019-12-20 12:11:14 +01:00
.ckan2zenodo-modal-style .nav-tabs {
height: 645px;
}
2019-12-19 17:41:50 +01:00
.ckan2zenodo-modal-style .pager {
2019-12-20 12:11:14 +01:00
margin-right: 20px;
margin-left: 140px;
margin-top: 0px;
margin-bottom: 0px;
2019-12-18 11:58:49 +01:00
}
.legend-style {
width: auto;
padding: 10px;
margin-bottom: 0px;
2019-12-20 12:11:14 +01:00
font-size: 18px;
2019-12-18 11:58:49 +01:00
color: gray;
2019-12-18 18:08:05 +01:00
}
.form-font-size .tabbable {
font-size: 16px;
}
2019-12-19 17:41:50 +01:00
.form-font-size {
2019-12-18 18:08:05 +01:00
font-size: 15px;
}
.form-font-size label {
2019-12-20 12:11:14 +01:00
font-size: 16px;
2019-12-18 18:08:05 +01:00
}
2019-12-19 17:41:50 +01:00
.authors-table-spacing td {
2019-12-18 18:08:05 +01:00
padding-bottom: 5px;
2020-01-17 16:46:34 +01:00
}
.hero-unit-custom {
2020-01-17 16:55:27 +01:00
padding: 10px !important;
margin-bottom: 10px !important;
line-height: 30px !important;
color: #222 !important;
2020-01-28 12:20:00 +01:00
}
.margin-top-high {
margin-top: 50px !important;
2019-12-12 18:32:30 +01:00
}