Cleaning up code
This commit is contained in:
parent
2e20b06d22
commit
05da76f3b9
9 changed files with 41 additions and 461 deletions
|
@ -12,16 +12,10 @@ html {
|
|||
}
|
||||
body.drag {
|
||||
cursor: move;
|
||||
} /*
|
||||
@media (max-width: 799px) {
|
||||
body {
|
||||
font-size: 17px;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 0; /*
|
||||
border-radius: 0; */
|
||||
border: 0;
|
||||
border-left: 6px solid #3c8dbc;
|
||||
}
|
||||
body.print-body pre {
|
||||
|
@ -58,12 +52,9 @@ table.sticky-enabled td {
|
|||
vertical-align: top;
|
||||
} */
|
||||
th.active {
|
||||
white-space: nowrap; /*
|
||||
padding-right: 22px !important;
|
||||
position: relative !important; */
|
||||
white-space: nowrap;
|
||||
}
|
||||
th.active img { /*
|
||||
position: absolute; */
|
||||
th.active img {
|
||||
margin-left: 5px;
|
||||
} /*
|
||||
th a:link, th a:visited {
|
||||
|
@ -188,18 +179,15 @@ span.marker {
|
|||
|
||||
tr.error {
|
||||
background: #fcc;
|
||||
color: #200; /*
|
||||
padding: 2px; */
|
||||
color: #200;
|
||||
}
|
||||
tr.warning {
|
||||
background: #ffd;
|
||||
color: #220; /*
|
||||
padding: 2px; */
|
||||
color: #220;
|
||||
}
|
||||
tr.ok {
|
||||
background: #dfd;
|
||||
color: #020; /*
|
||||
padding: 2px; */
|
||||
color: #020;
|
||||
}
|
||||
|
||||
div.messages,
|
||||
|
@ -268,8 +256,7 @@ div.status {
|
|||
|
||||
.new {
|
||||
color: #fff999;
|
||||
background-color: red; /*
|
||||
border-radius: 2px; */
|
||||
background-color: red;
|
||||
margin: .3em 0 .3em .6em;
|
||||
padding: 0 5px;
|
||||
font-size: .92em;
|
||||
|
@ -299,8 +286,7 @@ div.indentation {
|
|||
padding: .1em;
|
||||
}
|
||||
|
||||
/* Other common styles */
|
||||
/*
|
||||
/* Other common styles */ /*
|
||||
div.tree-child {
|
||||
background: url(../images/tree.png) no-repeat 11px center;
|
||||
}
|
||||
|
@ -413,14 +399,12 @@ dl.multiselect .form-item {
|
|||
margin: 0;
|
||||
} */
|
||||
|
||||
/* Inline items (need to override above) */
|
||||
/*
|
||||
/* Inline items (need to override above) */ /*
|
||||
.container-inline div, .container-inline label {
|
||||
display: inline;
|
||||
} */
|
||||
|
||||
/* Teaser splitter */
|
||||
/*
|
||||
/* Teaser splitter */ /*
|
||||
.joined + .grippie {
|
||||
height: 5px;
|
||||
background-position: center 1px;
|
||||
|
@ -499,46 +483,6 @@ html.js .js-hide {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
* Drupal Aggregator module.
|
||||
*/ /*
|
||||
#aggregator .feed-source .feed-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
#aggregator .feed-source .feed-image img {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
#aggregator .feed-source .feed-icon {
|
||||
float: right;
|
||||
display: block;
|
||||
}
|
||||
#aggregator .feed-item {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
#aggregator .feed-item-title {
|
||||
margin-bottom: 0;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#aggregator .feed-item-meta, #aggregator .feed-item-body {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
#aggregator .feed-item-categories {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#aggregator td {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#aggregator td.categorize-item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#aggregator .categorize-item .news-item .body {
|
||||
margin-top: 0;
|
||||
}
|
||||
#aggregator .categorize-item h3 {
|
||||
margin-bottom: 1em;
|
||||
margin-top: 0;
|
||||
} */
|
||||
|
||||
/*
|
||||
* Drupal User module.
|
||||
*/
|
||||
|
@ -600,8 +544,7 @@ html.js .js-hide {
|
|||
#user-login-form div.item-list ul li a:hover {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
*/
|
||||
} */
|
||||
#user-pass #edit-submit {
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
|
|
Reference in a new issue