Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
drupal
Commits
a70a74fc
Commit
a70a74fc
authored
9 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2486453
by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan: Set maximum width on Seven
parent
66c9f700
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/themes/seven/css/components/tabs.css
+2
-2
2 additions, 2 deletions
core/themes/seven/css/components/tabs.css
core/themes/seven/css/layout/layout.css
+7
-0
7 additions, 0 deletions
core/themes/seven/css/layout/layout.css
with
9 additions
and
2 deletions
core/themes/seven/css/components/tabs.css
+
2
−
2
View file @
a70a74fc
...
...
@@ -21,8 +21,8 @@
/* Span the full width of the viewport */
.content-header
.is-horizontal
.tabs
:before
,
.content-header
.is-collapse-enabled
.tabs
:before
{
left
:
-
2.5
em
;
right
:
-
2.5
em
;
left
:
-
99
em
;
right
:
-
99
em
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
core/themes/seven/css/layout/layout.css
+
7
−
0
View file @
a70a74fc
...
...
@@ -4,3 +4,10 @@
.page-content
{
margin-bottom
:
80px
;
}
@media
all
and
(
min-width
:
75em
)
{
.layout-container
{
width
:
1170px
;
margin
:
0
auto
;
}
}
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