make the view not look horrible

This commit is contained in:
vladimir%pobox.com 2005-04-22 04:38:36 +00:00
parent 61eb2248c0
commit 04dc7542f7
2 changed files with 15 additions and 16 deletions

View File

@ -54,36 +54,35 @@ calendar-event-box {
calendar-event-gripbar {
-moz-binding: url(chrome://calendar/content/calendar-multiday-view.xml#calendar-event-gripbar);
-moz-box-align: center;
-moz-box-pack: center;
min-height: 3px;
min-width: 3px;
/* background: #4e84c2;*/
background: #2e4e73;
}
calendar-event-gripbar[parentorient="vertical"] {
-moz-box-align: center;
-moz-box-pack: center;
border-top: 1px dotted #888888;
border-bottom: 1px dotted #888888;
/* border-top: 1px dotted #2e4e73;
border-bottom: 1px dotted #2e4e73; */
cursor: n-resize;
min-height: 3px;
min-width: 3px;
background: #aaaaaa;
}
calendar-event-gripbar {
calendar-event-gripbar[parentorient="horizontal"] {
-moz-box-align: center;
-moz-box-pack: center;
border-left: 1px dotted #888888;
border-right: 1px dotted #888888;
/* border-left: 1px dotted #2e4e73;
border-right: 1px dotted #2e4e73; */
cursor: e-resize;
min-height: 3px;
min-width: 3px;
background: #aaaaaa;
}
/*== calendar-time-bar ==*/

View File

@ -248,8 +248,8 @@
<content>
<xul:stack anonid="boxstack" flex="1">
<xul:box anonid="bgbox" flex="1"/>
<xul:box anonid="topbox" flex="1"/>
<xul:box anonid="fgbox" flex="1"/>
<xul:box anonid="topbox" flex="1"/>
</xul:stack>
</content>