Styles for administration pages.
- /**
- * @file
- * Styles for administration pages.
- */
-
- /**
- * Administration blocks.
- */
- div.admin-panel {
- margin: 0;
- padding: 5px 5px 15px 5px;
- }
- div.admin-panel .description {
- margin: 0 0 3px;
- padding: 2px 0 3px 0;
- }
- div.admin-panel .body {
- padding: 0 4px 2px 8px; /* LTR */
- }
- div.admin {
- padding-top: 15px;
- }
- @media screen and (min-width: 40em) {
- div.admin .left {
- float: left; /* LTR */
- width: 47%;
- margin-left: 1em; /* LTR */
- }
- div.admin .right {
- float: right; /* LTR */
- width: 47%;
- margin-right: 1em; /* LTR */
- }
- }
- div.admin .expert-link {
- text-align: right; /* LTR */
- margin-right: 1em; /* LTR */
- padding-right: 4px; /* LTR */
- }
-
- /**
- * Markup generated by theme_system_compact_link().
- */
- .compact-link {
- margin: 0 0 0.5em 0;
- }
-
- /**
- * Quick inline admin links.
- */
- small .admin-link:before {
- content: '[';
- }
- small .admin-link:after {
- content: ']';
- }
-
- /**
- * Modules page.
- */
- #system-modules table {
- table-layout: fixed;
- }
- #system-modules div.incompatible {
- font-weight: bold;
- }
- #system-modules th.checkbox {
- width: 4%;
- }
- #system-modules th.name {
- width: 25%;
- }
- #system-modules td {
- vertical-align: top;
- }
- #system-modules .expand .inner {
- background: transparent url(../../../misc/menu-collapsed.png) left .6em no-repeat;
- margin-left: -12px;
- padding-left: 12px;
- }
- #system-modules .expanded .expand .inner {
- background: transparent url(../../../misc/menu-expanded.png) left .6em no-repeat;
- }
- #system-modules label {
- color: #1d1d1d;
- font-size: 1.15em;
- }
- #system-modules .description {
- cursor: pointer;
- }
- #system-modules .description .inner {
- color: #5c5c5b;
- height: 20px;
- line-height: 20px;
- overflow: hidden; /* truncates descriptions if too long */
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #system-modules .expanded .description .inner {
- height: auto;
- overflow: visible;
- white-space: normal;
- }
- #system-modules .expanded .description .text {
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- hyphens: auto;
- }
-
- @media screen and (max-width: 40em) {
- #system-modules th.name {
- width: 20%;
- }
- #system-modules th.description {
- width: 40%;
- }
- }
- #system-modules .requirements {
- padding: 5px 0;
- max-width: 490px;
- }
- #system-modules .links {
- overflow: hidden; /* prevents collapse */
- }
- #system-modules .checkbox {
- margin: 0 5px;
- }
- #system-modules .checkbox .form-item {
- margin-bottom: 0;
- }
- div.admin-requirements,
- div.admin-required {
- font-size: 0.9em;
- color: #666;
- }
- span.admin-disabled {
- color: #800;
- }
- span.admin-enabled {
- color: #080;
- }
- span.admin-missing {
- color: #f00;
- }
- a.module-link {
- display: block;
- padding: 2px 20px;
- white-space: nowrap;
- margin-top: 2px;
- float: left; /* LTR */
- }
- a.module-link-help {
- background: url(../../../misc/help.png) 0 50% no-repeat; /* LTR */
- }
- a.module-link-permissions {
- background: url(../../../misc/permissions.png) 0 50% no-repeat; /* LTR */
- }
- a.module-link-configure {
- background: url(../../../misc/configure.png) 0 50% no-repeat; /* LTR */
- }
- .module-help {
- margin-left: 1em; /* LTR */
- float: right; /* LTR */
- }
-
- /**
- * Status report.
- */
- table.system-status-report td {
- padding: 6px;
- vertical-align: top;
- }
- table.system-status-report td:nth-child(-n+2) {
- background-color: rgba(0, 0, 0, 0.04);
- }
- table.system-status-report td.status-icon {
- width: 16px;
- padding-right: 0; /* LTR */
- }
- table.system-status-report td.status-icon div {
- background-repeat: no-repeat;
- height: 16px;
- width: 16px;
- }
- table.system-status-report tr.error td.status-icon div {
- background-image: url(../../../misc/message-16-error.png);
- }
- table.system-status-report tr.warning td.status-icon div {
- background-image: url(../../../misc/message-16-warning.png);
- }
- table.system-status-report .status-title {
- width: 25%;
- }
-
- /**
- * Theme settings.
- */
- .theme-settings-left {
- float: left;
- width: 49%;
- }
- .theme-settings-right {
- float: right;
- width: 49%;
- }
- .theme-settings-bottom {
- clear: both;
- }
-
- /**
- * Appearance page.
- */
- .theme-info h2 {
- margin-bottom: 0;
- }
- .theme-info p {
- margin-top: 0;
- }
- .system-themes-list {
- margin-bottom: 20px;
- }
- .system-themes-list-disabled {
- border-top: 1px solid #cdcdcd;
- padding-top: 20px;
- }
- .system-themes-list h2 {
- margin: 0;
- }
- .theme-selector {
- padding-top: 20px;
- }
- .theme-selector .screenshot,
- .theme-selector .no-screenshot {
- border: 1px solid #e0e0d8;
- padding: 2px;
- vertical-align: bottom;
- max-width: 100%;
- height: auto;
- text-align: center;
- }
- .theme-selector .no-screenshot {
- display: none;
- }
- .theme-default .screenshot {
- border: 1px solid #aaa;
- }
- .system-themes-list-disabled .screenshot,
- .system-themes-list-disabled .no-screenshot {
- max-width: 194px;
- height: auto;
- }
- .theme-selector h3 {
- font-weight: normal;
- }
- .theme-default h3 {
- font-weight: bold;
- }
-
- /**
- * Theme display without vertical toolbar.
- */
- @media screen and (min-width: 45em) {
- body:not(.toolbar-vertical) .system-themes-list-enabled .screenshot,
- body:not(.toolbar-vertical) .system-themes-list-enabled .no-screenshot {
- float: left; /* LTR */
- margin: 0 20px 0 0; /* LTR */
- width: 294px;
- }
- body:not(.toolbar-vertical) .system-themes-list-enabled h3 {
- margin-top: 0;
- }
- body:not(.toolbar-vertical) .system-themes-list-disabled .theme-selector {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 31.25%;
- float: left; /* LTR */
- padding: 20px 20px 20px 0; /* LTR */
- }
- body:not(.toolbar-vertical) .system-themes-list-disabled .theme-info {
- min-height: 170px;
- }
- body:not(.toolbar-vertical) .no-screenshot {
- display: block;
- padding-bottom: 57%;
- position: relative;
- }
- body:not(.toolbar-vertical) .no-screenshot__text {
- margin-top: -0.76em;
- position: absolute;
- top: 50%;
- width: 100%;
- }
- }
-
- /**
- * Theme display with vertical toolbar.
- */
- @media screen and (min-width: 60em) {
- .toolbar-vertical .system-themes-list-enabled .screenshot,
- .toolbar-vertical .system-themes-list-enabled .no-screenshot {
- float: left; /* LTR */
- margin: 0 20px 0 0; /* LTR */
- width: 294px;
- }
- .toolbar-vertical .system-themes-list-enabled h3 {
- margin-top: 0;
- }
- .toolbar-vertical .system-themes-list-disabled .theme-selector {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 31.25%;
- float: left; /* LTR */
- padding: 20px 20px 20px 0; /* LTR */
- }
- .toolbar-vertical .system-themes-list-disabled .theme-info {
- min-height: 170px;
- }
- .toolbar-vertical .no-screenshot {
- display: block;
- padding-bottom: 57%;
- position: relative;
- }
- .toolbar-vertical .no-screenshot__text {
- margin-top: -0.76em;
- position: absolute;
- top: 50%;
- width: 100%;
- }
- }
- .system-themes-list-enabled .theme-info {
- max-width: 940px;
- }
-
- .theme-selector .incompatible {
- margin-top: 10px;
- font-weight: bold;
- }
- .theme-selector .operations {
- margin: 10px 0 0 0;
- padding: 0;
- }
- .theme-selector .operations li {
- float: left; /* LTR */
- margin: 0;
- padding: 0 0.7em;
- list-style-type: none;
- border-right: 1px solid #cdcdcd; /* LTR */
- }
- .theme-selector .operations li.last {
- padding: 0 0 0 0.7em; /* LTR */
- border-right: none; /* LTR */
- }
- .theme-selector .operations li.first {
- padding: 0 0.7em 0 0; /* LTR */
- }
- #system-themes-admin-form {
- clear: left;
- }
-
- /**
- * Exposed filters.
- */
- .exposed-filters .filters {
- float: left; /* LTR */
- margin-right: 1em; /* LTR */
- }
- .exposed-filters .form-item {
- margin: 0 0 0.1em 0;
- padding: 0;
- }
- .exposed-filters .form-item label {
- float: left; /* LTR */
- font-weight: normal;
- width: 10em;
- }
- .exposed-filters .form-select {
- width: 14em;
- }
- /* Current filters */
- .exposed-filters .current-filters {
- margin-bottom: 1em;
- }
- .exposed-filters .current-filters .placeholder {
- font-style: normal;
- font-weight: bold;
- }
- .exposed-filters .additional-filters {
- float: left; /* LTR */
- margin-right: 1em; /* LTR */
- }