Skip to content
Snippets Groups Projects
Commit 8a5c7c84 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #6829 by kika: cleanup of drupal.css. The patch did not apply 100%...

- Patch #6829 by kika: cleanup of drupal.css.  The patch did not apply 100% cleanly so hopefully everything is well.
parent 8e5a2659
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
......@@ -49,8 +49,26 @@ li a.active {
#pager div {
padding: 0.5em;
}
.breadcrumb {
padding-bottom: .5em
.path {
padding-bottom: 0.7em;
font-size: 1.1em;
}
/*
** Module specific styles
*/
#aggregator .feed img {
float: right;
}
#aggregator .news-item .date {
float: left;
}
#aggregator .news-item .body {
margin-top: 1em;
margin-left: 4em;
}
#aggregator .news-item .body .feed {
font-size: 0.9em;
}
.book {
margin: 1em 0 1em 0;
......@@ -96,10 +114,6 @@ li a.active {
.book .nav .up {
text-align: center;
}
.block ul {
margin: 0;
padding: 0 0 0.25em 1em;
}
.calendar .row-week td a {
display: block;
}
......@@ -178,36 +192,6 @@ li a.active {
#tracker table {
width: 100%;
}
.item-list .icon {
color: #555;
float: right;
padding-left: 0.25em;
clear: right;
}
.item-list .icon a {
color: #000;
text-decoration: none;
}
.item-list .icon a:hover {
color: #000;
text-decoration: none;
}
.item-list .title {
font-weight: bold;
}
.item-list ul {
margin: 0 0 0.75em 0;
padding: 0;
}
.item-list ul li {
margin: 0 0 0.25em 1.5em;
padding: 0;
list-style: disc;
}
.path {
padding-bottom: 0.7em;
font-size: 1.1em;
}
.poll .bar {
height: 1em;
margin: 1px 0;
......@@ -329,8 +313,4 @@ td.watchdog-httpd {
td.watchdog-error {
background: #e44;
border: 1px solid #c22;
}
hr {
height: 1px;
border: 1px solid gray;
}
}
\ No newline at end of file
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