Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calendar-3330521
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
calendar-3330521
Commits
4d820789
Commit
4d820789
authored
16 years ago
by
Karen Stevenson
Browse files
Options
Downloads
Patches
Plain Diff
#292164
Keep calendar date selector description from floating out of block in IE.
parent
99e892a6
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
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
calendar.css
+6
-4
6 additions, 4 deletions
calendar.css
with
7 additions
and
4 deletions
CHANGELOG.txt
+
1
−
0
View file @
4d820789
...
...
@@ -4,6 +4,7 @@ Views Calendar 5.x
Version 5.2 dev
===============
- #292164 Keep calendar date selector description from floating out of block in IE.
- #298929 Fix code so that calendar legend doesn't display empty div when empty.
- Make some fixes to the calendar legend to be sure text added for accessibility stays invisible in all themes.
- Rework html of Year view so month titles will match block view month title for easier css themeing.
...
...
This diff is collapsed.
Click to expand it.
calendar.css
+
6
−
4
View file @
4d820789
...
...
@@ -175,13 +175,13 @@ table td.mini a {
}
table
.mini-day-on
a
{
text-decoration
:
underline
;
}
}
.calendar-calendar
.mini
.title
{
font-size
:
.8em
;
}
}
.mini
.calendar-calendar
.week
{
font-size
:
.7em
;
}
}
.mini-row
{
width
:
100%
;
border
:
none
;
...
...
@@ -236,7 +236,9 @@ table.calendar-legend tr.even .stripe {
margin
:
0
;
float
:
right
;
}
.calendar-date-select
.description
{
float
:
none
;
}
.calendar-label
{
font-weight
:
bold
;
display
:
block
;
...
...
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