Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bluecheese-3334807
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
bluecheese-3334807
Commits
eda2e66f
Commit
eda2e66f
authored
11 years ago
by
Neil Drumm
Browse files
Options
Downloads
Patches
Plain Diff
Comment style.
parent
1ec906e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sass/partials/common/_search.scss
+3
-6
3 additions, 6 deletions
sass/partials/common/_search.scss
sass/partials/common/_sprites.scss
+7
-15
7 additions, 15 deletions
sass/partials/common/_sprites.scss
with
10 additions
and
21 deletions
sass/partials/common/_search.scss
+
3
−
6
View file @
eda2e66f
/**
* 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
;
}
This diff is collapsed.
Click to expand it.
sass/partials/common/_sprites.scss
+
7
−
15
View file @
eda2e66f
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment