2014-05-23 15:48:51 +02:00
|
|
|
/* Administration interface styling */
|
2014-03-26 08:43:29 +01:00
|
|
|
|
|
|
|
.h5p-content {
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-admin-table,
|
|
|
|
.h5p-admin-table > tbody {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2014-10-15 11:38:29 +02:00
|
|
|
.h5p-admin-table tr:nth-child(odd),
|
|
|
|
.h5p-data-view tr:nth-child(odd) {
|
2014-03-26 08:43:29 +01:00
|
|
|
background-color: #F9F9F9;
|
|
|
|
}
|
|
|
|
.h5p-admin-table tbody tr:hover {
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
.h5p-admin-table.empty {
|
|
|
|
padding: 1em;
|
|
|
|
background-color: #EEE;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-admin-table.libraries th:last-child,
|
|
|
|
.h5p-admin-table.libraries td:last-child {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2014-05-23 15:48:51 +02:00
|
|
|
.h5p-admin-buttons-wrapper {
|
2014-10-15 11:38:29 +02:00
|
|
|
white-space: nowrap;
|
2014-05-23 15:48:51 +02:00
|
|
|
}
|
|
|
|
|
2014-03-26 08:43:29 +01:00
|
|
|
.h5p-admin-table.libraries button {
|
2014-05-23 15:48:51 +02:00
|
|
|
font-size: 2em;
|
2014-03-26 08:43:29 +01:00
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
border-radius: .2em;
|
|
|
|
background-color: #e0e0e0;
|
|
|
|
text-shadow: 0 0 0.5em #fff;
|
2014-05-23 15:48:51 +02:00
|
|
|
padding: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
width: 1.125em;
|
|
|
|
height: 1.05em;
|
|
|
|
text-indent: -0.125em;
|
|
|
|
margin: 0.125em 0.125em 0 0.125em;
|
|
|
|
}
|
2014-06-03 16:07:50 +02:00
|
|
|
.h5p-admin-upgrade-library:before {
|
|
|
|
font-family: 'H5P';
|
2014-06-18 11:05:09 +02:00
|
|
|
content: "\e888";
|
2014-06-03 16:07:50 +02:00
|
|
|
}
|
2014-05-23 15:48:51 +02:00
|
|
|
.h5p-admin-view-library:before {
|
|
|
|
font-family: 'H5P';
|
2014-06-18 11:05:09 +02:00
|
|
|
content: "\e889";
|
2014-05-23 15:48:51 +02:00
|
|
|
}
|
|
|
|
.h5p-admin-delete-library:before {
|
|
|
|
font-family: 'H5P';
|
2014-06-18 11:05:09 +02:00
|
|
|
content: "\e890";
|
2014-03-26 08:43:29 +01:00
|
|
|
}
|
2014-05-23 15:48:51 +02:00
|
|
|
|
2014-06-03 16:07:50 +02:00
|
|
|
.h5p-admin-table.libraries button:hover {
|
2014-03-26 08:43:29 +01:00
|
|
|
background-color: #d0d0d0;
|
|
|
|
}
|
2014-06-03 16:07:50 +02:00
|
|
|
.h5p-admin-table.libraries button:disabled:hover {
|
2014-03-26 08:43:29 +01:00
|
|
|
background-color: #e0e0e0;
|
2014-06-03 16:07:50 +02:00
|
|
|
cursor: default;
|
2014-03-26 08:43:29 +01:00
|
|
|
}
|
|
|
|
|
2014-06-03 16:07:50 +02:00
|
|
|
.h5p-admin-upgrade-library {
|
2014-10-15 11:38:29 +02:00
|
|
|
color: #339900;
|
2014-06-18 11:05:09 +02:00
|
|
|
}
|
|
|
|
.h5p-admin-view-library {
|
2014-10-15 11:38:29 +02:00
|
|
|
color: #0066cc;
|
2014-06-03 16:07:50 +02:00
|
|
|
}
|
|
|
|
.h5p-admin-delete-library {
|
2014-10-15 11:38:29 +02:00
|
|
|
color: #990000;
|
2014-03-26 08:43:29 +01:00
|
|
|
}
|
2014-06-03 16:07:50 +02:00
|
|
|
.h5p-admin-delete-library:disabled,
|
|
|
|
.h5p-admin-upgrade-library:disabled {
|
2014-03-26 08:43:29 +01:00
|
|
|
cursor: default;
|
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-library-info {
|
|
|
|
padding: 1em 1em;
|
|
|
|
margin: 1em 0;
|
2014-10-15 11:38:29 +02:00
|
|
|
|
2014-03-26 08:43:29 +01:00
|
|
|
width: 350px;
|
2014-10-15 11:38:29 +02:00
|
|
|
|
2014-03-26 08:43:29 +01:00
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Labeled field (label + value) */
|
|
|
|
.h5p-labeled-field {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.h5p-labeled-field:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-labeled-field .h5p-label {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 150px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-labeled-field .h5p-value {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Search element */
|
|
|
|
.h5p-content-search {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2014-10-15 11:38:29 +02:00
|
|
|
|
2014-03-26 08:43:29 +01:00
|
|
|
width: 100%;
|
|
|
|
padding: 5px 0;
|
|
|
|
margin-top: 10px;
|
2014-10-15 11:38:29 +02:00
|
|
|
|
2014-03-26 08:43:29 +01:00
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 3px;
|
2014-10-15 11:38:29 +02:00
|
|
|
box-shadow: 2px 2px 5px #888888;
|
2014-03-26 08:43:29 +01:00
|
|
|
}
|
|
|
|
.h5p-content-search:before {
|
2014-05-23 15:48:51 +02:00
|
|
|
font-family: 'H5P';
|
|
|
|
vertical-align: bottom;
|
2014-06-18 11:05:09 +02:00
|
|
|
content: "\e88a";
|
2014-05-23 15:48:51 +02:00
|
|
|
font-size: 2em;
|
|
|
|
line-height: 1.25em;
|
2014-03-26 08:43:29 +01:00
|
|
|
}
|
|
|
|
.h5p-content-search input {
|
|
|
|
font-size: 120%;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
.h5p-admin-search-results {
|
|
|
|
margin-left: 10px;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-admin-pager-size-selector {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
|
|
|
top: .75em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.h5p-admin-pager-size-selector > span {
|
|
|
|
padding: 5px;
|
|
|
|
margin-left: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.h5p-admin-pager-size-selector > span.selected {
|
|
|
|
background-color: #edf5fa;
|
|
|
|
}
|
|
|
|
.h5p-admin-pager-size-selector > span:hover {
|
|
|
|
background-color: #555;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Generic "javascript"-action button */
|
|
|
|
button.h5p-admin {
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
background-color: #EEE;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
button.h5p-admin:hover {
|
|
|
|
background-color: #555;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
button.h5p-admin.disabled,
|
|
|
|
button.h5p-admin.disabled:hover {
|
|
|
|
cursor: auto;
|
|
|
|
color: #CCC;
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Pager element */
|
|
|
|
.h5p-content-pager {
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 2px 2px 5px #888888;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 3px 0;
|
|
|
|
}
|
|
|
|
.h5p-content-pager > button {
|
|
|
|
min-width: 80px;
|
|
|
|
font-size: 130%;
|
|
|
|
line-height: 130%;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
2014-05-23 15:48:51 +02:00
|
|
|
font-family: 'H5P'; /* TODO: Find content */
|
2014-03-26 08:43:29 +01:00
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
.h5p-content-pager > button:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
.h5p-content-pager > button:last-child {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.h5p-content-pager > .pager-info {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.h5p-content-pager > .pager-info:hover {
|
|
|
|
background-color: #555;
|
|
|
|
color: #FFF;
|
2014-10-15 11:38:29 +02:00
|
|
|
}
|
2014-03-26 08:43:29 +01:00
|
|
|
.h5p-content-pager > .pager-info,
|
|
|
|
.h5p-content-pager > .h5p-pager-goto {
|
|
|
|
margin: 0 10px;
|
|
|
|
line-height: 130%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h5p-admin-header {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
#h5p-library-upload-form.h5p-admin-upload-libraries-form {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
.h5p-admin-upload-libraries-form .form-submit {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2014-05-28 13:18:24 +02:00
|
|
|
}
|
|
|
|
.h5p-spinner {
|
|
|
|
padding: 0 0.5em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold;
|
2014-10-15 11:38:29 +02:00
|
|
|
}
|
2014-09-26 13:29:07 +02:00
|
|
|
#h5p-admin-container .h5p-admin-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-10-15 11:38:29 +02:00
|
|
|
.h5p-pagination {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.h5p-pagination > span, .h5p-pagination > input {
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
2014-10-16 16:07:32 +02:00
|
|
|
.h5p-data-view input[type="text"] {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2014-10-28 10:03:16 +01:00
|
|
|
.h5p-data-view input[type="text"]::-ms-clear {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-10-17 15:01:45 +02:00
|
|
|
.h5p-data-view th[role="button"] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort:after,
|
|
|
|
.h5p-data-view th[role="button"]:hover:after,
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after {
|
|
|
|
content: "\25BE";
|
|
|
|
position: relative;
|
|
|
|
left: 0.5em;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:after,
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort:hover:after {
|
|
|
|
content: "\25B4";
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.h5p-data-view th[role="button"]:hover:after,
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after,
|
|
|
|
.h5p-data-view th[role="button"].h5p-sort:hover:after {
|
|
|
|
color: #999;
|
|
|
|
}
|