Skip to content
Snippets Groups Projects
Commit eda2e66f authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Comment style.

parent 1ec906e3
No related branches found
No related tags found
No related merge requests found
/**
* Search
*/
/* Main search form */
// Main search form
#header input[type="text"] {
background-color: $white;
border: 3px solid nth($blues, 1);
......@@ -49,7 +46,7 @@
padding: .33em 1em;
}
/* Refine your search header form */
// Refine your search header form
#search-theme-form-advanced {
display: none;
width: 275px;
......@@ -154,6 +151,6 @@ html.js #search-theme-form-advanced fieldset.collapsible .fieldset-wrapper {
}
#search-theme-form-submit {
display: inline; /* Fixes Chrome issue */
display: inline; // Fixes Chrome issue
margin-top: 3px;
}
......@@ -96,17 +96,13 @@ div.nav-content-dashboard ul li.active span.hover a.delete {
background-position: 2px -128px;
}
/**
* Large icons sprite. Graphic has large transparent gaps.
*/
// Large icons sprite. Graphic has large transparent gaps.
.page-search #aside .item-list ul li,
#block-drupalorg_news-news-terms ul.links li {
line-height: 1.5em;
}
/**
* Pointer icon.
*/
// Pointer icon.
.page-search #aside .item-list ul li a.selected,
.page-search #aside .item-list ul li a:hover,
.page-search #aside .item-list ul li a.facetapi-active,
......@@ -172,12 +168,10 @@ input[name*="search"] {
background-position: 4px -1056px;
}
/**
* Horizontally repeated images
*
* Used for images that are very small in width but usually high.
* For example, gradients that are repeated on the x axis.
*/
// Horizontally repeated images
//
// Used for images that are very small in width but usually high.
// For example, gradients that are repeated on the x axis.
#header {
background-image: $sprite-horizontal;
background-repeat: repeat-x;
......@@ -191,9 +185,7 @@ body.front #header {
background-position: 0 0;
}
/**
* General sprites
*/
// General sprites
#site-name a,
#front-drupal-stats,
.image-tags span,
......
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