Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
ebe427f7
Commit
ebe427f7
authored
May 17, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unwanted 'x'es from search box
parent
45497a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
css/style.css
css/style.css
+1
-1
sass/style.scss
sass/style.scss
+8
-0
No files found.
css/style.css
View file @
ebe427f7
@charset
"UTF-8"
;
@import
url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic)
;
::selection
{
background
:
#ed6637
}
a
::selection
,
a
*
::selection
{
background
:
#77216f
}
.logo
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
10
}
body
.toolbar
.logo
{
top
:
30px
}
header
.banner
{
margin-bottom
:
0
}
header
.banner.inverted
{
background
:
#f7f7f7
;
margin-bottom
:
20px
;
margin-top
:
-4px
}
header
.banner.inverted
.nav-primary
ul
{
border-color
:
#fff
}
header
.banner.inverted
.nav-primary
ul
li
,
header
.banner.inverted
.nav-primary
ul
li
:last-child
{
border-color
:
#eaeaea
}
header
.banner.inverted
.nav-primary
ul
li
a
:link
,
header
.banner.inverted
.nav-primary
ul
li
a
:visited
{
border-color
:
#fff
;
color
:
#978e83
}
header
.banner.inverted
.nav-primary
ul
li
a
:hover
{
background
:
#eaeaea
;
color
:
#454545
}
header
.banner.inverted
.nav-primary
a
.active
,
header
.banner.inverted
.nav-primary
a
:active
{
border-color
:
#eaeaea
;
background
:
#eaeaea
}
header
.banner.inverted
.header-search
{
overflow
:
hidden
;
padding
:
7px
0
7px
14px
;
max-width
:
240px
;
float
:
right
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-appearance
:
none
;
float
:
left
;
display
:
block
;
font-size
:
1em
;
margin-bottom
:
0.75em
;
height
:
2.1em
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
width
:
100%
;
border
:
none
;
margin-bottom
:
0
;
background-color
:
transparent
;
-moz-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
all
0.5s
;
-moz-transition
:
all
0.5s
;
transition
:
all
0.5s
;
padding
:
.5em
2.5em
.5em
.5em
;
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:focus
{
background
:
rgba
(
0
,
0
,
0
,
0.05
)}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-webkit-input-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-moz-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-moz-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-ms-input-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
padding
:
3px
2px
;
line-height
:
0
;
float
:
left
;
margin-left
:
-40px
;
display
:
block
;
background
:
none
;
overflow
:
visible
}
header
.banner
.site-name
{
float
:
right
}
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.25em
;
margin-bottom
:
0.33333em
;
margin-bottom
:
0
;
position
:
relative
;
text-transform
:
lowercase
;
margin
:
0
;
display
:
inline-block
;
margin-left
:
20px
;
font-weight
:
300
}
@charset
"UTF-8"
;
@import
url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic)
;
::selection
{
background
:
#ed6637
}
a
::selection
,
a
*
::selection
{
background
:
#77216f
}
input
[
type
=
text
]
::-ms-clear
{
display
:
none
;
width
:
0
;
height
:
0
}
input
[
type
=
text
]
::-ms-reveal
{
display
:
none
;
width
:
0
;
height
:
0
}
input
[
type
=
"search"
]
::-webkit-search-decoration
,
input
[
type
=
"search"
]
::-webkit-search-cancel-button
,
input
[
type
=
"search"
]
::-webkit-search-results-button
,
input
[
type
=
"search"
]
::-webkit-search-results-decoration
{
display
:
none
}
.logo
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
10
}
body
.toolbar
.logo
{
top
:
30px
}
header
.banner
{
margin-bottom
:
0
}
header
.banner.inverted
{
background
:
#f7f7f7
;
margin-bottom
:
20px
;
margin-top
:
-4px
}
header
.banner.inverted
.nav-primary
ul
{
border-color
:
#fff
}
header
.banner.inverted
.nav-primary
ul
li
,
header
.banner.inverted
.nav-primary
ul
li
:last-child
{
border-color
:
#eaeaea
}
header
.banner.inverted
.nav-primary
ul
li
a
:link
,
header
.banner.inverted
.nav-primary
ul
li
a
:visited
{
border-color
:
#fff
;
color
:
#978e83
}
header
.banner.inverted
.nav-primary
ul
li
a
:hover
{
background
:
#eaeaea
;
color
:
#454545
}
header
.banner.inverted
.nav-primary
a
.active
,
header
.banner.inverted
.nav-primary
a
:active
{
border-color
:
#eaeaea
;
background
:
#eaeaea
}
header
.banner.inverted
.header-search
{
overflow
:
hidden
;
padding
:
7px
0
7px
14px
;
max-width
:
240px
;
float
:
right
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-appearance
:
none
;
float
:
left
;
display
:
block
;
font-size
:
1em
;
margin-bottom
:
0.75em
;
height
:
2.1em
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
width
:
100%
;
border
:
none
;
margin-bottom
:
0
;
background-color
:
transparent
;
-moz-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
inset
0
1px
4px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-transition
:
all
0.5s
;
-moz-transition
:
all
0.5s
;
transition
:
all
0.5s
;
padding
:
.5em
2.5em
.5em
.5em
;
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:focus
{
background
:
rgba
(
0
,
0
,
0
,
0.05
)}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-webkit-input-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-moz-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
::-moz-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-ms-input-placeholder
{
color
:
#555
}
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
padding
:
3px
2px
;
line-height
:
0
;
float
:
left
;
margin-left
:
-40px
;
display
:
block
;
background
:
none
;
overflow
:
visible
}
header
.banner
.site-name
{
float
:
right
}
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.25em
;
margin-bottom
:
0.33333em
;
margin-bottom
:
0
;
position
:
relative
;
text-transform
:
lowercase
;
margin
:
0
;
display
:
inline-block
;
margin-left
:
20px
;
font-weight
:
300
}
sass/style.scss
View file @
ebe427f7
...
...
@@ -14,6 +14,14 @@ a {
}
}
// Remove unwanted "x"es from search box (webkit and ie)
input
[
type
=
text
]
::-ms-clear
{
display
:
none
;
width
:
0
;
height
:
0
;
}
input
[
type
=
text
]
::-ms-reveal
{
display
:
none
;
width
:
0
;
height
:
0
;
}
input
[
type
=
"search"
]
::-webkit-search-decoration
,
input
[
type
=
"search"
]
::-webkit-search-cancel-button
,
input
[
type
=
"search"
]
::-webkit-search-results-button
,
input
[
type
=
"search"
]
::-webkit-search-results-decoration
{
display
:
none
;
}
.logo
{
position
:absolute
;
top
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment