This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
polynum/polynum/pages/static/polynum/base.css

154 lines
2.8 KiB
CSS

body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
span.asteriskField {
color: red;
font-weight: bold;
}
/* Wizard */
#div_id_reprography-base_profile .controls {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
#div_id_reprography-base_profile input[type~="radio"] {
position: absolute;
left: -9999px;
}
#div_id_reprography-base_profile .controls .btn {
width: 80%;
}
#div_id_reprography-base_profile .controls label {
padding-left: 0px;
padding-top: 0px;
}
#div_id_reprography-copies label {
font-weight: bold;
}
#total_id_reprography-copies {
font-style: italic;
}
#profile-details .control-label {
font-weight: bold;
}
/* Cacher le sélecteur d'entité et de cours */
#div_id_document_copyrights-ue, #ue-course-container {
display: none;
}
/* Listing des demandes */
#request-list-table thead {
background-color: #cfc;
}
#request-list-table tbody td a {
text-decoration:none; display:block; padding:0px; height:100%;
color: inherit;
}
#request-list-table thead th a {
display:block; padding:0px; height:100%;
text-decoration: underline;
color: inherit;
}
#request-list-table thead th {
vertical-align: middle;
text-align: center;
}
#request-list-table td {
vertical-align: middle;
}
#request-list-table td.cost, #request-list-table td.pages, #request-list-table td.copies {
text-align: right;
}
/* Filtres */
#filters .filter {
padding-right: 1ex;
}
#delete-filters {
clear: both;
}
#filter-panel {
margin-top: 1em;
height: 0;
position: relative;
overflow: hidden;
}
#filter-choices-container h4 {
font-style: italic;
margin-top: 1em;
}
.filter-choices {
margin-left: 2ex;
}
.filter-choices .filter-label:not(:first-child):before {
content: " | ";
}
#filter-sur-le-service-ou-la-composante .long .filter-label:not(:first-child):before {
content: "";
}
#filter-sur-le-service-ou-la-composante .long {
height: 10em;
overflow-y: auto;
width: 50%;
margin-right: auto;
margin-left: 0.8ex;
border: 2px solid #F9F9F9;
border-radius: 5px;
padding: 1ex;
}
#filter-sur-le-service-ou-la-composante .long .filter-label {
display: block;
}
#filter-sur-le-service-ou-la-composante .long .filter-label:nth-child(odd) {
margin: auto;
background-color: #F9F9F9;
}
.filter-group {
display: inline-block;
padding-right: 2px;
padding-bottom: 3px;
padding-left: 6px;
border-radius: 5px;
line-height: 2em;
background: yellow;
}
/* Feuile de style impression */
@media print {
.polynum-navbar, .polynum-sidebar, footer, .form-actions {
display: none;
}
}
.ui-autocomplete-loading {
background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* Print button on request details */
.btn.print {
margin-top: -6px;
margin-right: 2px;
}
div.only-print {
display: none;
}