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
c8000ecf
Commit
c8000ecf
authored
Nov 09, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed header sizes
parent
23d6995b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
23 deletions
+31
-23
css/style.css
css/style.css
+19
-15
sass/style.scss
sass/style.scss
+12
-8
No files found.
css/style.css
View file @
c8000ecf
...
...
@@ -7593,48 +7593,52 @@ body.node-type-community-page {
header
.banner
{
margin-bottom
:
0
;
}
/* line 4
8
, ../sass/style.scss */
/* line 4
9
, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
{
border-left
:
none
;
border-right
:
1px
solid
#ed6637
;
}
/* line 55, ../sass/style.scss */
/* line 53, ../sass/style.scss */
header
.banner
.nav-primary
ul
li
a
{
line-height
:
17px
;
}
/* line 60, ../sass/style.scss */
header
.banner.inverted
{
background
:
#f7f7f7
;
margin-bottom
:
20px
;
margin-top
:
-4px
;
}
/* line 6
1
, ../sass/style.scss */
/* line 6
5
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
{
border-color
:
white
;
margin-top
:
1px
;
}
/* line
66
, ../sass/style.scss */
/* line
70
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
,
header
.banner.inverted
.nav-primary
ul
li
:last-child
{
border-color
:
#eaeaea
;
}
/* line 7
0
, ../sass/style.scss */
/* line 7
4
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
a
:link
,
header
.banner.inverted
.nav-primary
ul
li
a
:visited
{
border-color
:
white
;
color
:
#6f6f6f
;
}
/* line 7
5
, ../sass/style.scss */
/* line 7
9
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
ul
li
a
:hover
{
background
:
#eaeaea
;
color
:
#454545
;
}
/* line 8
3
, ../sass/style.scss */
/* line 8
7
, ../sass/style.scss */
header
.banner.inverted
.nav-primary
a
.active
,
header
.banner.inverted
.nav-primary
a
:active
{
border-color
:
#eaeaea
;
background
:
#eaeaea
;
}
/* line 9
1
, ../sass/style.scss */
/* line 9
5
, ../sass/style.scss */
header
.banner.inverted
.header-search
{
overflow
:
hidden
;
padding
:
4px
0
0
14px
;
max-width
:
240px
;
float
:
right
;
}
/* line
97
, ../sass/style.scss */
/* line
101
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
...
@@ -7662,7 +7666,7 @@ header.banner.inverted .header-search input[type="search"] {
padding
:
.5em
2.5em
.5em
.5em
;
color
:
#555
;
}
/* line 11
4
, ../sass/style.scss */
/* line 11
8
, ../sass/style.scss */
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:focus
{
background
:
rgba
(
0
,
0
,
0
,
0.05
);
}
...
...
@@ -7682,9 +7686,9 @@ header.banner.inverted .header-search input[type="search"]::-moz-placeholder {
header
.banner.inverted
.header-search
input
[
type
=
"search"
]
:-ms-input-placeholder
{
color
:
#555555
;
}
/* line 12
0
, ../sass/style.scss */
/* line 12
4
, ../sass/style.scss */
header
.banner.inverted
.header-search
button
[
type
=
"submit"
]
{
padding
:
3
px
2px
;
padding
:
5
px
2px
;
line-height
:
0
;
float
:
left
;
margin-left
:
-40px
;
...
...
@@ -7692,11 +7696,11 @@ header.banner.inverted .header-search button[type="submit"] {
background
:
none
;
overflow
:
visible
;
}
/* line 13
2
, ../sass/style.scss */
/* line 13
6
, ../sass/style.scss */
header
.banner
.site-name
{
float
:
right
;
}
/* line 13
4
, ../sass/style.scss */
/* line 13
8
, ../sass/style.scss */
header
.banner
.site-name
.logo-ubuntuit
{
font-size
:
2.4em
;
margin-bottom
:
0
;
...
...
sass/style.scss
View file @
c8000ecf
...
...
@@ -43,19 +43,23 @@ body.node-type-community-page {
header
.banner
{
margin-bottom
:
0
;
.nav-primary
{
ul
{
li
{
border-left
:
none
;
border-right
:
1px
solid
lighten
(
$ubuntu-orange
,
10%
);
.nav-primary
{
ul
{
li
{
border-left
:
none
;
border-right
:
1px
solid
lighten
(
$ubuntu-orange
,
10%
);
a
{
line-height
:
17px
;
}
}
}
}
&
.inverted
{
background
:
$light-grey
;
margin-bottom
:
20px
;
margin-top
:
-4px
;
// Ugly fix for gap between navbar
.nav-primary
{
ul
{
...
...
@@ -90,7 +94,7 @@ header.banner {
.header-search
{
overflow
:hidden
;
// padding:7px 0 7px
14px;
padding
:
4px
0
0
14px
;
max-width
:
240px
;
float
:right
;
...
...
@@ -118,7 +122,7 @@ header.banner {
@include
placeholder
(
#555
);
}
button
[
type
=
"submit"
]
{
padding
:
3
px
2px
;
padding
:
5
px
2px
;
line-height
:
0
;
float
:left
;
margin-left
:
-40px
;
...
...
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