Skip to content
Snippets Groups Projects
Commit 3b840285 authored by catch's avatar catch
Browse files

Issue #1137782 by disasm: Remove unused CSS in Seven theme that uses desktop-sized layouts.

parent 47877683
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -35,19 +35,6 @@ ol {
padding: 20px 20px 0 20px;
}
#branding div.block {
float: left;
padding-left: 0;
padding-right: 10px;
}
#branding div.block form div.form-item {
float: right;
}
#branding div.block form input.form-text {
margin-left: 10px;
margin-right: 0;
}
/**
* Help.
*/
......@@ -89,9 +76,6 @@ ul.primary {
margin-left: 40px;
margin-right: 40px;
}
#secondary-links ul.links li {
padding: 0 0 10px 10px;
}
ul.links li,
ul.inline li {
padding-left: 1em;
......
......@@ -187,30 +187,6 @@ pre {
font-size: 0.846em;
padding-bottom: 5px;
}
#branding div.block {
position: relative;
float: right; /* LTR */
width: 240px;
padding-left: 10px; /* LTR */
background: #333;
}
#branding div.block form label {
display: none;
}
#branding div.block form div.form-item {
float: left; /* LTR */
border: 0;
margin: 0;
padding: 0;
}
#branding div.block form input.form-text {
width: 140px;
margin-right: 10px; /* LTR */
}
#branding div.block form input.form-submit {
text-align: center;
width: 80px;
}
/**
* Help.
......@@ -348,24 +324,6 @@ ul.secondary li.active a.active {
position: relative;
color: #333;
}
#secondary-links ul.links li {
padding: 0 10px 10px 0; /* LTR */
}
#secondary-links ul.links li a {
font-size: 0.923em;
background: #777;
color: #fff;
text-align: center;
padding: 5px;
height: 55px;
width: 80px;
overflow: hidden;
-moz-border-radius: 5px;
border-radius: 5px;
}
#secondary-links ul.links li a:hover {
background: #999;
}
ul.links li,
ul.inline li {
padding-right: 1em; /* LTR */
......@@ -373,10 +331,6 @@ ul.inline li {
ul.inline li {
display: inline;
}
#secondary-links ul.links li.active-trail a,
#secondary-links ul.links li a.active {
background: #333;
}
ul.admin-list li {
position: relative;
padding-left: 30px; /* LTR */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment