Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1786
css-changes
Active
Public
Actions
Authored by
epriestley
on May 19 2015, 3:47 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F410408: css-changes
May 19 2015, 3:47 PM
2015-05-19 15:47:17 (UTC+0)
Subscribers
None
diff --git a/webroot/rsrc/css/phui/calendar/phui-calendar-list.css b/webroot/rsrc/css/phui/calendar/phui-calendar-list.css
index 80d34d2..6f4aac4 100644
--- a/webroot/rsrc/css/phui/calendar/phui-calendar-list.css
+++ b/webroot/rsrc/css/phui/calendar/phui-calendar-list.css
@@ -43,11 +43,11 @@
}
.phui-calendar-list-title {
- width: 200px;
- display: inline-block;
- overflow: hidden;
+ position: absolute;
+ right: 0;
+ left: 60px;
text-overflow: ellipsis;
- white-space: nowrap;
+ overflow: hidden;
}
.phui-calendar-list-item .phui-calendar-list-time {
diff --git a/webroot/rsrc/css/phui/calendar/phui-calendar-month.css b/webroot/rsrc/css/phui/calendar/phui-calendar-month.css
index bd05dfe..a49b038 100644
--- a/webroot/rsrc/css/phui/calendar/phui-calendar-month.css
+++ b/webroot/rsrc/css/phui/calendar/phui-calendar-month.css
@@ -182,6 +182,12 @@ li.phui-calendar-list-item.all-day:first-child {
margin: 0 8px;
}
+.phui-calendar-view .phui-calendar-list li a {
+ display: block;
+ overflow: hidden;
+ position: relative;
+}
+
.phui-calendar-view .phui-calendar-list li:first-child {
margin-top: 8px;
}
@@ -208,13 +214,7 @@ li.phui-calendar-list-item.all-day:first-child {
}
.phui-calendar-view li.phui-calendar-list-item .phui-calendar-list-title {
- position: relative;
- display: inline-block;
- max-width: 120px;
- min-width: 80px;
- line-height: 18px;
vertical-align: middle;
- overflow: hidden;
}
Event Timeline
epriestley
edited the content of this paste.
(Show Details)
May 19 2015, 3:47 PM
2015-05-19 15:47:17 (UTC+0)
epriestley
changed the title of this paste from untitled to
css-changes
.
epriestley
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment