You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
289 lines
4.7 KiB
CSS
289 lines
4.7 KiB
CSS
/* GLOBAL */
|
|
|
|
th {
|
|
text-align: right;
|
|
}
|
|
|
|
.module h2, .module caption {
|
|
text-align: right;
|
|
}
|
|
|
|
.module ul, .module ol {
|
|
margin-left: 0;
|
|
margin-right: 1.5em;
|
|
}
|
|
|
|
.viewlink, .addlink, .changelink {
|
|
padding-left: 0;
|
|
padding-right: 16px;
|
|
background-position: 100% 1px;
|
|
}
|
|
|
|
.deletelink {
|
|
padding-left: 0;
|
|
padding-right: 16px;
|
|
background-position: 100% 1px;
|
|
}
|
|
|
|
.object-tools {
|
|
float: left;
|
|
}
|
|
|
|
thead th:first-child,
|
|
tfoot td:first-child {
|
|
border-left: none;
|
|
}
|
|
|
|
/* LAYOUT */
|
|
|
|
#user-tools {
|
|
right: auto;
|
|
left: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
div.breadcrumbs {
|
|
text-align: right;
|
|
}
|
|
|
|
#content-main {
|
|
float: right;
|
|
}
|
|
|
|
#content-related {
|
|
float: left;
|
|
margin-left: -300px;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.colMS {
|
|
margin-left: 300px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* SORTABLE TABLES */
|
|
|
|
table thead th.sorted .sortoptions {
|
|
float: left;
|
|
}
|
|
|
|
thead th.sorted .text {
|
|
padding-right: 0;
|
|
padding-left: 42px;
|
|
}
|
|
|
|
/* dashboard styles */
|
|
|
|
.dashboard .module table td a {
|
|
padding-left: .6em;
|
|
padding-right: 16px;
|
|
}
|
|
|
|
/* changelists styles */
|
|
|
|
.change-list .filtered table {
|
|
border-left: none;
|
|
border-right: 0px none;
|
|
}
|
|
|
|
#changelist-filter {
|
|
border-left: none;
|
|
border-right: none;
|
|
margin-left: 0;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
#changelist-filter li.selected {
|
|
border-left: none;
|
|
padding-left: 10px;
|
|
margin-left: 0;
|
|
border-right: 5px solid var(--hairline-color);
|
|
padding-right: 10px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
#changelist table tbody td:first-child, #changelist table tbody th:first-child {
|
|
border-right: none;
|
|
border-left: none;
|
|
}
|
|
|
|
/* FORMS */
|
|
|
|
.aligned label {
|
|
padding: 0 0 3px 1em;
|
|
}
|
|
|
|
.submit-row a.deletelink {
|
|
margin-left: 0;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.vDateField, .vTimeField {
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.aligned .form-row input {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
form .aligned ul {
|
|
margin-right: 163px;
|
|
padding-right: 10px;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
form ul.inline li {
|
|
float: right;
|
|
padding-right: 0;
|
|
padding-left: 7px;
|
|
}
|
|
|
|
form .aligned p.help,
|
|
form .aligned div.help {
|
|
margin-right: 160px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
form div.help ul,
|
|
form .aligned .checkbox-row + .help,
|
|
form .aligned p.date div.help.timezonewarning,
|
|
form .aligned p.datetime div.help.timezonewarning,
|
|
form .aligned p.time div.help.timezonewarning {
|
|
margin-right: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
form .wide p.help, form .wide div.help {
|
|
padding-left: 0;
|
|
padding-right: 50px;
|
|
}
|
|
|
|
form .wide p,
|
|
form .wide ul.errorlist,
|
|
form .wide input + p.help,
|
|
form .wide input + div.help {
|
|
margin-right: 200px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.submit-row {
|
|
text-align: right;
|
|
}
|
|
|
|
fieldset .fieldBox {
|
|
margin-left: 20px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.errorlist li {
|
|
background-position: 100% 12px;
|
|
padding: 0;
|
|
}
|
|
|
|
.errornote {
|
|
background-position: 100% 12px;
|
|
padding: 10px 12px;
|
|
}
|
|
|
|
/* WIDGETS */
|
|
|
|
.calendarnav-previous {
|
|
top: 0;
|
|
left: auto;
|
|
right: 10px;
|
|
background: url(../img/calendar-icons.svg) 0 -30px no-repeat;
|
|
}
|
|
|
|
.calendarbox .calendarnav-previous:focus,
|
|
.calendarbox .calendarnav-previous:hover {
|
|
background-position: 0 -45px;
|
|
}
|
|
|
|
.calendarnav-next {
|
|
top: 0;
|
|
right: auto;
|
|
left: 10px;
|
|
background: url(../img/calendar-icons.svg) 0 0 no-repeat;
|
|
}
|
|
|
|
.calendarbox .calendarnav-next:focus,
|
|
.calendarbox .calendarnav-next:hover {
|
|
background-position: 0 -15px;
|
|
}
|
|
|
|
.calendar caption, .calendarbox h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
.selector {
|
|
float: right;
|
|
}
|
|
|
|
.selector .selector-filter {
|
|
text-align: right;
|
|
}
|
|
|
|
.selector-add {
|
|
background: url(../img/selector-icons.svg) 0 -64px no-repeat;
|
|
}
|
|
|
|
.active.selector-add:focus, .active.selector-add:hover {
|
|
background-position: 0 -80px;
|
|
}
|
|
|
|
.selector-remove {
|
|
background: url(../img/selector-icons.svg) 0 -96px no-repeat;
|
|
}
|
|
|
|
.active.selector-remove:focus, .active.selector-remove:hover {
|
|
background-position: 0 -112px;
|
|
}
|
|
|
|
a.selector-chooseall {
|
|
background: url(../img/selector-icons.svg) right -128px no-repeat;
|
|
}
|
|
|
|
a.active.selector-chooseall:focus, a.active.selector-chooseall:hover {
|
|
background-position: 100% -144px;
|
|
}
|
|
|
|
a.selector-clearall {
|
|
background: url(../img/selector-icons.svg) 0 -160px no-repeat;
|
|
}
|
|
|
|
a.active.selector-clearall:focus, a.active.selector-clearall:hover {
|
|
background-position: 0 -176px;
|
|
}
|
|
|
|
.inline-deletelink {
|
|
float: left;
|
|
}
|
|
|
|
form .form-row p.datetime {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.related-widget-wrapper {
|
|
float: right;
|
|
}
|
|
|
|
/* MISC */
|
|
|
|
.inline-related h2, .inline-group h2 {
|
|
text-align: right
|
|
}
|
|
|
|
.inline-related h3 span.delete {
|
|
padding-right: 20px;
|
|
padding-left: inherit;
|
|
left: 10px;
|
|
right: inherit;
|
|
float:left;
|
|
}
|
|
|
|
.inline-related h3 span.delete label {
|
|
margin-left: inherit;
|
|
margin-right: 2px;
|
|
}
|