Issue #2878548 by alexpott, droplet, Cottser, idebr, joelpittet, xjm, martin107: Fix CSS whitespace issues

8.4.x
Chris McCafferty 2017-05-19 12:46:41 -04:00
parent 01621e5880
commit ef1db63d7b
57 changed files with 161 additions and 158 deletions

View File

@ -17,14 +17,14 @@
position: relative; position: relative;
} }
@media screen and (max-width:600px) { @media screen and (max-width: 600px) {
.js .dropbutton-wrapper { .js .dropbutton-wrapper {
width: 100%; width: 100%;
} }
} }
/* Splitbuttons */ /* Splitbuttons */
@media screen and (min-width:600px) { @media screen and (min-width: 600px) {
.form-actions .dropbutton-wrapper { .form-actions .dropbutton-wrapper {
float: left; /* LTR */ float: left; /* LTR */
} }

View File

@ -17,7 +17,7 @@ th {
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: #ddd; background-color: #ddd;
} }
tr:nth-child(even){ tr:nth-child(even) {
background-color: #fff; background-color: #fff;
} }
td { td {

View File

@ -24,7 +24,7 @@ a.block-demo-backlink:visited {
font-family: "Lucida Grande", Verdana, sans-serif; font-family: "Lucida Grande", Verdana, sans-serif;
font-size: small; font-size: small;
line-height: 20px; line-height: 20px;
left: 20px; /*LTR*/ left: 20px; /* LTR */
padding: 5px 10px; padding: 5px 10px;
position: fixed; position: fixed;
z-index: 499; z-index: 499;

View File

@ -16,7 +16,9 @@ body {
} }
} }
ol, ul, dl { ol,
ul,
dl {
/* Preserved spaces for list items with text direction other than the list. /* Preserved spaces for list items with text direction other than the list.
* (CKEditor issues #6249,#8049) */ * (CKEditor issues #6249,#8049) */
padding: 0 40px; padding: 0 40px;

View File

@ -6,8 +6,6 @@
* "moono". * "moono".
*/ */
.ckeditor-toolbar { .ckeditor-toolbar {
border: 1px solid #b6b6b6; border: 1px solid #b6b6b6;
padding: 0.1667em 0.1667em 0.08em; padding: 0.1667em 0.1667em 0.08em;
@ -119,7 +117,7 @@
margin: 3px 6px; margin: 3px 6px;
padding: 3px; padding: 3px;
} }
.ckeditor-toolbar-configuration .fieldset-description{ .ckeditor-toolbar-configuration .fieldset-description {
margin-bottom: 1em; margin-bottom: 1em;
} }
.ckeditor-toolbar-disabled .ckeditor-toolbar-available, .ckeditor-toolbar-disabled .ckeditor-toolbar-available,

View File

@ -51,9 +51,9 @@
} }
@keyframes quickedit-image-spin { @keyframes quickedit-image-spin {
0% {transform: rotate(0deg);} 0% { transform: rotate(0deg); }
50% {transform: rotate(180deg);} 50% { transform: rotate(180deg); }
100% {transform: rotate(360deg);} 100% { transform: rotate(360deg); }
} }
.quickedit-image-text { .quickedit-image-text {

View File

@ -10,7 +10,6 @@
* file: https://www.drupal.org/node/2784443. * file: https://www.drupal.org/node/2784443.
*/ */
/* Transition the edit icon in the toolbar. */ /* Transition the edit icon in the toolbar. */
#toolbar-bar.button.toolbar-icon.toolbar-icon.toolbar-icon-edit:before { #toolbar-bar.button.toolbar-icon.toolbar-icon.toolbar-icon-edit:before {
-webkit-transition: all .7s ease; -webkit-transition: all .7s ease;
@ -41,4 +40,5 @@
-webkit-transition: all .7s ease; -webkit-transition: all .7s ease;
-moz-transition: all .7s ease; -moz-transition: all .7s ease;
transition: all .7s ease; transition: all .7s ease;
}*/ }
*/

View File

@ -5,7 +5,6 @@
* @see tabledrag.js * @see tabledrag.js
*/ */
/* Because base font sizes will vary widely across themes, to maintain consistency outside-in uses only pixels. */ /* Because base font sizes will vary widely across themes, to maintain consistency outside-in uses only pixels. */
.ui-dialog-outside-in body.drag { .ui-dialog-outside-in body.drag {

View File

@ -97,7 +97,7 @@
.ui-dialog-outside-in details, .ui-dialog-outside-in details,
.ui-dialog-outside-in .form-item { .ui-dialog-outside-in .form-item {
color: #ddd; color: #ddd;
font-family: "Lucida Grande", 'Lucida Sans Unicode','liberation sans', sans-serif; font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
background-color: transparent; background-color: transparent;
@ -106,7 +106,7 @@
.ui-dialog-outside-in a, .ui-dialog-outside-in a,
.ui-dialog-outside-in .link { .ui-dialog-outside-in .link {
border-bottom: none; border-bottom: none;
font-family: "Lucida Grande", 'Lucida Sans Unicode','liberation sans', sans-serif; font-family: "Lucida Grande", 'Lucida Sans Unicode', 'liberation sans', sans-serif;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
color: #85bef4; color: #85bef4;
@ -235,7 +235,6 @@
background: #2b8bd8; background: #2b8bd8;
} }
/* /*
* Visual styling for dropbutton in the Settings Tray module's off canvas tray. * Visual styling for dropbutton in the Settings Tray module's off canvas tray.
* @todo Move to its own component: * @todo Move to its own component:

View File

@ -99,7 +99,7 @@
* Toolbars. * Toolbars.
*/ */
.quickedit-toolbar-container { .quickedit-toolbar-container {
font-family: 'Source Sans Pro','Lucida Grande', sans-serif; font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
padding-bottom: 7px; padding-bottom: 7px;
padding-top: 7px; padding-top: 7px;
-webkit-transition: all 1s; -webkit-transition: all 1s;
@ -174,7 +174,7 @@
padding: 0.1667em 0.2em; padding: 0.1667em 0.2em;
} }
/** /**
* Info toolgroup. * Info toolgroup.
*/ */
.quickedit-toolbar-fullwidth { .quickedit-toolbar-fullwidth {

View File

@ -219,7 +219,6 @@
background-color: #f5f5f5; background-color: #f5f5f5;
} }
/** /**
* Handle. * Handle.
*/ */
@ -280,8 +279,7 @@
background-image: url(../../../misc/icons/bebebe/push-left.svg); /* LTR */ background-image: url(../../../misc/icons/bebebe/push-left.svg); /* LTR */
} }
.toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before, .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before,
.toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before .toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before {
{
background-image: url(../../../misc/icons/787878/push-left.svg); /* LTR */ background-image: url(../../../misc/icons/787878/push-left.svg); /* LTR */
} }
[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before { [dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before {

View File

@ -111,7 +111,7 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
/* This min-width media query is meant to provide basic horizontal layout to /* This min-width media query is meant to provide basic horizontal layout to
* the main menu tabs when JavaScript is disabled on user agents that understand * the main menu tabs when JavaScript is disabled on user agents that understand
* media queries. */ * media queries. */
@media (min-width:16.5em) { @media (min-width: 16.5em) {
.toolbar .toolbar-bar .toolbar-tab, .toolbar .toolbar-bar .toolbar-tab,
.toolbar .toolbar-tray-horizontal li { .toolbar .toolbar-tray-horizontal li {
float: left; /* LTR */ float: left; /* LTR */
@ -171,7 +171,7 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
right: 0; right: 0;
} }
/* Layer the links just above the toolbar-tray. */ /* Layer the links just above the toolbar-tray. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon{ .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
position: relative; position: relative;
z-index: 502; z-index: 502;
} }

View File

@ -20,7 +20,8 @@
line-height: 1em; line-height: 1em;
text-decoration: none; text-decoration: none;
} }
.toolbar .toolbar-item:hover, .toolbar .toolbar-item:focus { .toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus {
text-decoration: underline; text-decoration: underline;
} }
@ -93,8 +94,7 @@
.toolbar-tray a:hover, .toolbar-tray a:hover,
.toolbar-tray a:active, .toolbar-tray a:active,
.toolbar-tray a:focus, .toolbar-tray a:focus,
.toolbar-tray a.is-active .toolbar-tray a.is-active {
{
color: #000; color: #000;
text-decoration: underline; text-decoration: underline;
} }
@ -105,7 +105,7 @@
border-left: 1px solid #dddddd; /* LTR */ border-left: 1px solid #dddddd; /* LTR */
} }
[dir="rtl"] .toolbar .toolbar-tray-horizontal .menu-item + .menu-item { [dir="rtl"] .toolbar .toolbar-tray-horizontal .menu-item + .menu-item {
border-left: 0 none ; border-left: 0 none;
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
} }
.toolbar .toolbar-tray-horizontal .menu-item:last-child { .toolbar .toolbar-tray-horizontal .menu-item:last-child {

View File

@ -147,7 +147,7 @@
margin-bottom: 2em; margin-bottom: 2em;
} }
@media screen and (min-width:45em) { /* 720px */ @media screen and (min-width: 45em) { /* 720px */
.views-display-columns > * { .views-display-columns > * {
float: left; /* LTR */ float: left; /* LTR */
margin-left: 2%; /* LTR */ margin-left: 2%; /* LTR */

View File

@ -345,7 +345,7 @@ td.group-title {
padding: 0; padding: 0;
width: auto; width: auto;
} }
.views-displays .tabs li.add ul.action-list li{ .views-displays .tabs li.add ul.action-list li {
margin: 0; margin: 0;
} }
.views-displays .tabs.secondary li { .views-displays .tabs.secondary li {
@ -483,7 +483,7 @@ td.group-title {
.view-preview-form .form-actions { .view-preview-form .form-actions {
vertical-align: top; vertical-align: top;
} }
@media screen and (min-width:45em) { /* 720px */ @media screen and (min-width: 45em) { /* 720px */
.view-preview-form .form-type-textfield .description { .view-preview-form .form-type-textfield .description {
white-space: nowrap; white-space: nowrap;
} }

View File

@ -132,7 +132,8 @@ img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
ul, ol { ul,
ol {
margin: 0; margin: 0;
padding: 0 0 0.25em 1em; /* LTR */ padding: 0 0 0.25em 1em; /* LTR */
} }

View File

@ -49,7 +49,6 @@
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.733em; font-size: 0.733em;
line-height: 1.2; line-height: 1.2;
} }
.comment__permalink { .comment__permalink {
font-size: 0.733em; font-size: 0.733em;

View File

@ -316,7 +316,9 @@ input.form-submit:focus {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
} }
.js .dropbutton .dropbutton-action > input, .js .dropbutton .dropbutton-action > a, .js .dropbutton .dropbutton-action > button { .js .dropbutton .dropbutton-action > input,
.js .dropbutton .dropbutton-action > a,
.js .dropbutton .dropbutton-action > button {
text-align: center; text-align: center;
padding-left: 3em; padding-left: 3em;
} }

View File

@ -21,7 +21,7 @@
} }
.region-header .site-branding { .region-header .site-branding {
float: left; /* LTR */ float: left; /* LTR */
/* margin-bottom: 1.857em;*/ /* margin-bottom: 1.857em; */
} }
[dir="rtl"] .region-header .site-branding { [dir="rtl"] .region-header .site-branding {
float: right; float: right;

View File

@ -8,7 +8,7 @@
} }
.field--label-inline .field__label, .field--label-inline .field__label,
.field--label-inline .field__items { .field--label-inline .field__items {
float: left; /*LTR*/ float: left; /* LTR */
} }
.field--label-inline .field__label, .field--label-inline .field__label,
.field--label-inline > .field__item, .field--label-inline > .field__item,

View File

@ -3,7 +3,7 @@
* Default style for file module. * Default style for file module.
*/ */
/* File icons.*/ /* File icons. */
.file { .file {
padding-left: 20px; /* LTR */ padding-left: 20px; /* LTR */

View File

@ -8,13 +8,13 @@ form .field-multiple-table {
} }
form .field-multiple-table .field-multiple-drag { form .field-multiple-table .field-multiple-drag {
width: 30px; width: 30px;
padding-right: 0; /*LTR*/ padding-right: 0; /* LTR */
} }
[dir="rtl"] form .field-multiple-table .field-multiple-drag { [dir="rtl"] form .field-multiple-table .field-multiple-drag {
padding-left: 0; padding-left: 0;
} }
form .field-multiple-table .field-multiple-drag .tabledrag-handle { form .field-multiple-table .field-multiple-drag .tabledrag-handle {
padding-right: .5em; /*LTR*/ padding-right: .5em; /* LTR */
} }
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle { [dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
padding-right: 0; padding-right: 0;

View File

@ -17,27 +17,14 @@
border: 1px #07629a solid; border: 1px #07629a solid;
background: #057ec9; background: #057ec9;
background-image: background-image:
-webkit-linear-gradient( top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) ), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
-webkit-linear-gradient( left top, -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
#0094f0 0%,
#0094f0 25%,
#007ecc 25%,
#007ecc 50%,
#0094f0 50%,
#0094f0 75%,
#0094f0 100% );
background-image: background-image:
-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%); -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
-webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
background-image: background-image:
linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) ), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)),
linear-gradient( to right bottom, linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
#0094f0 0%,
#0094f0 25%,
#007ecc 25%,
#007ecc 50%,
#0094f0 50%,
#0094f0 75%,
#0094f0 100% );
background-size: 40px 40px; background-size: 40px 40px;
margin-top: -1px; margin-top: -1px;
margin-left: -1px; /* LTR */ margin-left: -1px; /* LTR */
@ -61,11 +48,14 @@
* Progress bar animations. * Progress bar animations.
*/ */
@-webkit-keyframes animate-stripes { @-webkit-keyframes animate-stripes {
0% {background-position: 0 0, 0 0;} 100% {background-position: 0 0, -80px 0;} 0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
} }
@-ms-keyframes animate-stripes { @-ms-keyframes animate-stripes {
0% {background-position: 0 0, 0 0;} 100% {background-position: 0 0, -80px 0;} 0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
} }
@keyframes animate-stripes { @keyframes animate-stripes {
0% {background-position: 0 0, 0 0;} 100% {background-position: 0 0, -80px 0;} 0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
} }

View File

@ -42,7 +42,8 @@
color: #000; color: #000;
text-decoration: underline; text-decoration: underline;
} }
.button, .button--primary { .button,
.button--primary {
background: none !important; background: none !important;
} }
.messages { .messages {
@ -70,7 +71,17 @@
background: none; background: none;
border-radius: 4px; border-radius: 4px;
} }
input.form-autocomplete, input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, input.form-file, textarea.form-textarea, select.form-select { input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
input.form-file,
textarea.form-textarea,
select.form-select {
border-width: 1px; border-width: 1px;
} }
} }

View File

@ -60,7 +60,7 @@
} }
.ui-dialog .ui-widget-content.ui-dialog-buttonpane { .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
background: #f5f5f2; background: #f5f5f2;
/*border-top: 1px solid #bfbfbf;*/ /* border-top: 1px solid #bfbfbf; */
margin: 0; margin: 0;
padding: 15px 20px; padding: 15px 20px;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;

View File

@ -169,7 +169,7 @@
.dropbutton-single .dropbutton-action a { .dropbutton-single .dropbutton-action a {
padding: 4px 1.5em; padding: 4px 1.5em;
border: 1px solid #a6a6a6; border: 1px solid #a6a6a6;
border-radius: 20em!important; border-radius: 20em !important;
background-color: #f2f1eb; background-color: #f2f1eb;
background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df); background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df); background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
@ -180,7 +180,7 @@
-webkit-transition: all 0.1s; -webkit-transition: all 0.1s;
transition: all 0.1s; transition: all 0.1s;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
width: auto!important; width: auto !important;
} }
.dropbutton-single .dropbutton-action a:hover, .dropbutton-single .dropbutton-action a:hover,
.dropbutton-single .dropbutton-action a:focus { .dropbutton-single .dropbutton-action a:focus {
@ -203,7 +203,7 @@
-webkit-transition: none; -webkit-transition: none;
transition: none; transition: none;
} }
.dropbutton-single .dropbutton-action a.use-ajax{ .dropbutton-single .dropbutton-action a.use-ajax {
float: left; float: left;
} }

View File

@ -127,7 +127,6 @@ label[for] {
padding: 0.25em 0.666em 0; padding: 0.25em 0.666em 0;
} }
/* Filter */ /* Filter */
ul.tips, ul.tips,
div.description, div.description,
@ -254,7 +253,8 @@ select {
} }
select:focus, select:focus,
select:hover { select:hover {
background-image: url(../../../../misc/icons/333333/caret-down.svg), background-image:
url(../../../../misc/icons/333333/caret-down.svg),
-webkit-linear-gradient(top, #fcfcfa, #e9e9dd); -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
color: #1a1a1a; color: #1a1a1a;
} }

View File

@ -10,12 +10,18 @@
.messages pre { .messages pre {
margin: 0; margin: 0;
} }
.messages h1, .messages .heading-a, .messages h1,
.messages h2, .messages .heading-b, .messages .heading-a,
.messages h3, .messages .heading-c, .messages h2,
.messages h4, .messages .heading-d, .messages .heading-b,
.messages h5, .messages .heading-e, .messages h3,
.messages h6, .messages .heading-f { .messages .heading-c,
.messages h4,
.messages .heading-d,
.messages h5,
.messages .heading-e,
.messages h6,
.messages .heading-f {
margin-top: 0; margin-top: 0;
} }

View File

@ -22,7 +22,7 @@
.system-status-report__entry--warning { .system-status-report__entry--warning {
background-color: transparent; background-color: transparent;
} }
/* Account for native and poly-filled details element */ /* Account for native and poly-filled details element */
.system-status-report__status-title { .system-status-report__status-title {
position: relative; position: relative;
padding: 1em 1em 1em 3em; /* LTR */ padding: 1em 1em 1em 3em; /* LTR */

View File

@ -107,7 +107,7 @@ li.tabs__tab a {
} }
/* Only add the arrow if there's space */ /* Only add the arrow if there's space */
@media screen and (min-width:18.75em) { /* 300px */ @media screen and (min-width: 18.75em) { /* 300px */
.tabs.primary a { .tabs.primary a {
background: url(../../../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat; background: url(../../../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat;
} }
@ -123,7 +123,7 @@ li.tabs__tab a {
} }
/* JS dependent styling */ /* JS dependent styling */
.is-collapse-enabled .tabs__trigger { .is-collapse-enabled .tabs__trigger {
box-sizing: content-box; box-sizing: content-box;
display: block; display: block;
position: absolute; position: absolute;

View File

@ -74,7 +74,6 @@ details.fieldset-no-legend {
margin-right: 1.5em; margin-right: 1.5em;
} }
.views-admin-dependent .form-item .form-item, .views-admin-dependent .form-item .form-item,
.views-admin-dependent .form-type-checkboxes, .views-admin-dependent .form-type-checkboxes,
.views-admin-dependent .form-type-radios, .views-admin-dependent .form-type-radios,

View File

@ -59,5 +59,4 @@
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
} }

View File

@ -135,7 +135,9 @@
padding: 1em 0; padding: 1em 0;
vertical-align: middle; vertical-align: middle;
} }
html, .install-page, .maintenance-page { html,
.install-page,
.maintenance-page {
margin: 0; margin: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -24,7 +24,7 @@ a.block-demo-backlink:visited {
font-family: "Lucida Grande", Verdana, sans-serif; font-family: "Lucida Grande", Verdana, sans-serif;
font-size: small; font-size: small;
line-height: 20px; line-height: 20px;
left: 20px; /*LTR*/ left: 20px; /* LTR */
padding: 5px 10px; padding: 5px 10px;
position: fixed; position: fixed;
z-index: 499; z-index: 499;

View File

@ -16,7 +16,9 @@ body {
} }
} }
ol, ul, dl { ol,
ul,
dl {
/* Preserved spaces for list items with text direction other than the list. /* Preserved spaces for list items with text direction other than the list.
* (CKEditor issues #6249,#8049) */ * (CKEditor issues #6249,#8049) */
padding: 0 40px; padding: 0 40px;

View File

@ -6,8 +6,6 @@
* "moono". * "moono".
*/ */
.ckeditor-toolbar { .ckeditor-toolbar {
border: 1px solid #b6b6b6; border: 1px solid #b6b6b6;
padding: 0.1667em 0.1667em 0.08em; padding: 0.1667em 0.1667em 0.08em;
@ -119,7 +117,7 @@
margin: 3px 6px; margin: 3px 6px;
padding: 3px; padding: 3px;
} }
.ckeditor-toolbar-configuration .fieldset-description{ .ckeditor-toolbar-configuration .fieldset-description {
margin-bottom: 1em; margin-bottom: 1em;
} }
.ckeditor-toolbar-disabled .ckeditor-toolbar-available, .ckeditor-toolbar-disabled .ckeditor-toolbar-available,

View File

@ -17,14 +17,14 @@
position: relative; position: relative;
} }
@media screen and (max-width:600px) { @media screen and (max-width: 600px) {
.js .dropbutton-wrapper { .js .dropbutton-wrapper {
width: 100%; width: 100%;
} }
} }
/* Splitbuttons */ /* Splitbuttons */
@media screen and (min-width:600px) { @media screen and (min-width: 600px) {
.form-actions .dropbutton-wrapper { .form-actions .dropbutton-wrapper {
float: left; /* LTR */ float: left; /* LTR */
} }

View File

@ -17,7 +17,7 @@ th {
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: #ddd; background-color: #ddd;
} }
tr:nth-child(even){ tr:nth-child(even) {
background-color: #fff; background-color: #fff;
} }
td { td {

View File

@ -3,7 +3,7 @@
* Admin stylesheet for file module. * Admin stylesheet for file module.
*/ */
/* File upload widget.*/ /* File upload widget. */
.form-managed-file .form-submit { .form-managed-file .form-submit {
margin: 0 0.5em; margin: 0 0.5em;
} }

View File

@ -51,9 +51,9 @@
} }
@keyframes quickedit-image-spin { @keyframes quickedit-image-spin {
0% {transform: rotate(0deg);} 0% { transform: rotate(0deg); }
50% {transform: rotate(180deg);} 50% { transform: rotate(180deg); }
100% {transform: rotate(360deg);} 100% { transform: rotate(360deg); }
} }
.quickedit-image-text { .quickedit-image-text {

View File

@ -99,7 +99,7 @@
* Toolbars. * Toolbars.
*/ */
.quickedit-toolbar-container { .quickedit-toolbar-container {
font-family: 'Source Sans Pro','Lucida Grande', sans-serif; font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
padding-bottom: 7px; padding-bottom: 7px;
padding-top: 7px; padding-top: 7px;
-webkit-transition: all 1s; -webkit-transition: all 1s;
@ -174,7 +174,7 @@
padding: 0.1667em 0.2em; padding: 0.1667em 0.2em;
} }
/** /**
* Info toolgroup. * Info toolgroup.
*/ */
.quickedit-toolbar-fullwidth { .quickedit-toolbar-fullwidth {

View File

@ -219,7 +219,6 @@
background-color: #f5f5f5; background-color: #f5f5f5;
} }
/** /**
* Handle. * Handle.
*/ */
@ -280,8 +279,7 @@
background-image: url(../../images/core/icons/bebebe/push-left.svg); /* LTR */ background-image: url(../../images/core/icons/bebebe/push-left.svg); /* LTR */
} }
.toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before, .toolbar .toolbar-toggle-orientation [value="vertical"]:hover:before,
.toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before .toolbar .toolbar-toggle-orientation [value="vertical"]:focus:before {
{
background-image: url(../../images/core/icons/787878/push-left.svg); /* LTR */ background-image: url(../../images/core/icons/787878/push-left.svg); /* LTR */
} }
[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before { [dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:before {

View File

@ -111,7 +111,7 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
/* This min-width media query is meant to provide basic horizontal layout to /* This min-width media query is meant to provide basic horizontal layout to
* the main menu tabs when JavaScript is disabled on user agents that understand * the main menu tabs when JavaScript is disabled on user agents that understand
* media queries. */ * media queries. */
@media (min-width:16.5em) { @media (min-width: 16.5em) {
.toolbar .toolbar-bar .toolbar-tab, .toolbar .toolbar-bar .toolbar-tab,
.toolbar .toolbar-tray-horizontal li { .toolbar .toolbar-tray-horizontal li {
float: left; /* LTR */ float: left; /* LTR */
@ -171,7 +171,7 @@ body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
right: 0; right: 0;
} }
/* Layer the links just above the toolbar-tray. */ /* Layer the links just above the toolbar-tray. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon{ .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
position: relative; position: relative;
z-index: 502; z-index: 502;
} }

View File

@ -20,7 +20,8 @@
line-height: 1em; line-height: 1em;
text-decoration: none; text-decoration: none;
} }
.toolbar .toolbar-item:hover, .toolbar .toolbar-item:focus { .toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus {
text-decoration: underline; text-decoration: underline;
} }
@ -93,8 +94,7 @@
.toolbar-tray a:hover, .toolbar-tray a:hover,
.toolbar-tray a:active, .toolbar-tray a:active,
.toolbar-tray a:focus, .toolbar-tray a:focus,
.toolbar-tray a.is-active .toolbar-tray a.is-active {
{
color: #000; color: #000;
text-decoration: underline; text-decoration: underline;
} }
@ -105,7 +105,7 @@
border-left: 1px solid #dddddd; /* LTR */ border-left: 1px solid #dddddd; /* LTR */
} }
[dir="rtl"] .toolbar .toolbar-tray-horizontal .menu-item + .menu-item { [dir="rtl"] .toolbar .toolbar-tray-horizontal .menu-item + .menu-item {
border-left: 0 none ; border-left: 0 none;
border-right: 1px solid #dddddd; border-right: 1px solid #dddddd;
} }
.toolbar .toolbar-tray-horizontal .menu-item:last-child { .toolbar .toolbar-tray-horizontal .menu-item:last-child {

View File

@ -147,7 +147,7 @@
margin-bottom: 2em; margin-bottom: 2em;
} }
@media screen and (min-width:45em) { /* 720px */ @media screen and (min-width: 45em) { /* 720px */
.views-display-columns > * { .views-display-columns > * {
float: left; /* LTR */ float: left; /* LTR */
margin-left: 2%; /* LTR */ margin-left: 2%; /* LTR */

View File

@ -345,7 +345,7 @@ td.group-title {
padding: 0; padding: 0;
width: auto; width: auto;
} }
.views-displays .tabs li.add ul.action-list li{ .views-displays .tabs li.add ul.action-list li {
margin: 0; margin: 0;
} }
.views-displays .tabs.secondary li { .views-displays .tabs.secondary li {
@ -483,7 +483,7 @@ td.group-title {
.view-preview-form .form-actions { .view-preview-form .form-actions {
vertical-align: top; vertical-align: top;
} }
@media screen and (min-width:45em) { /* 720px */ @media screen and (min-width: 45em) { /* 720px */
.view-preview-form .form-type-textfield .description { .view-preview-form .form-type-textfield .description {
white-space: nowrap; white-space: nowrap;
} }