Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cernbase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Web Team
Drupal
Public Drupal Repositories
Drupal 8
D8 Themes
cernbase
Commits
3c9310ae
Commit
3c9310ae
authored
5 years ago
by
Konstantinos Platis
Browse files
Options
Downloads
Patches
Plain Diff
Added .event-grid as a styling for events
parent
c08841c5
No related branches found
No related tags found
2 merge requests
!40
Merge v2.5.0 to master branch
,
!34
Resolve "Append event-grid classes along with feature_events ones"
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/views/agenda-views.css
+148
-103
148 additions, 103 deletions
css/views/agenda-views.css
sass/views/agenda-views.scss
+6
-3
6 additions, 3 deletions
sass/views/agenda-views.scss
with
154 additions
and
106 deletions
css/views/agenda-views.css
+
148
−
103
View file @
3c9310ae
This diff is collapsed.
Click to expand it.
sass/views/agenda-views.scss
+
6
−
3
View file @
3c9310ae
...
@@ -442,7 +442,8 @@
...
@@ -442,7 +442,8 @@
/* ALL EVENTS PAGE VIEWS */
/* ALL EVENTS PAGE VIEWS */
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-past_events
{
.cern-view-display-page.cern-view-display-past_events
,
.event-grid
{
&
>
h2
{
&
>
h2
{
margin
:
3rem
0
!
important
;
margin
:
3rem
0
!
important
;
}
}
...
@@ -648,7 +649,8 @@
...
@@ -648,7 +649,8 @@
@media
only
screen
and
(
max-width
:
991px
)
{
@media
only
screen
and
(
max-width
:
991px
)
{
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-past_events
{
.cern-view-display-page.cern-view-display-past_events
,
.event-grid
{
form
.views-exposed-form
.form-inline
{
form
.views-exposed-form
.form-inline
{
.form-item
{
.form-item
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -688,7 +690,8 @@
...
@@ -688,7 +690,8 @@
@media
only
screen
and
(
max-width
:
767px
)
{
@media
only
screen
and
(
max-width
:
767px
)
{
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-feature_events
,
.cern-view-display-page.cern-view-display-past_events
{
.cern-view-display-page.cern-view-display-past_events
,
.event-grid
{
form
.views-exposed-form
.form-inline
{
form
.views-exposed-form
.form-inline
{
margin
:
0
;
margin
:
0
;
...
...
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