Page MenuHomePhabricator
Paste P1786

css-changes
ActivePublic

Authored by epriestley on May 19 2015, 3:47 PM.
Tags
None
Referenced Files
F410408: css-changes
May 19 2015, 3:47 PM
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 changed the title of this paste from untitled to css-changes.
epriestley updated the paste's language from autodetect to autodetect.