FIxing skin problem and week view problems.

This commit is contained in:
mikep%oeone.com 2002-08-15 20:14:02 +00:00
Родитель d01062fa4d
Коммит 959f7765c8
2 изменённых файлов: 55 добавлений и 76 удалений

Просмотреть файл

@ -58,7 +58,6 @@
background-image: url("chrome://calendar/skin/calendar_topbar.gif"); background-image: url("chrome://calendar/skin/calendar_topbar.gif");
} }
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------
* Top bar, with name, image and buttons * Top bar, with name, image and buttons
*-------------------------------------------------------------------*/ *-------------------------------------------------------------------*/
@ -290,10 +289,6 @@
list-style-image : url( "chrome://calendar/skin/event_repeating.png" ); list-style-image : url( "chrome://calendar/skin/event_repeating.png" );
} }
.unifinder-treecell-box-class
{
-moz-box-align : start;
}
/*<<-------------------------------------------------/\/\/\ Month*/ /*<<-------------------------------------------------/\/\/\ Month*/
#month-controls-box{ #month-controls-box{
@ -451,12 +446,12 @@
.month-day-number-class .month-day-number-class
{ {
margin-top: 3px; margin-top : 3px;
margin-left: 4px; margin-left : 4px;
margin-bottom: -1px; margin-bottom : -1px;
font-size: 1.1em; font-size : 1.1em;
font-family: Arial, Helvetica; font-family : Arial, Helvetica;
color: #1d7ab5; color : #1d7ab5;
} }
@ -464,63 +459,37 @@
* Events in month view are in a box * Events in month view are in a box
*-------------------------------------------------------------------*/ *-------------------------------------------------------------------*/
.month-day-event-text-class
{
cursor : pointer;
}
.month-day-event-box-class .month-day-event-box-class
{ {
border: 1px solid #1D7AB5; border : 1px solid #1D7AB5;
margin-bottom: 1px; margin-bottom : 1px;
margin-left: 2px; margin-left : 2px;
margin-right: 2px; margin-right : 2px;
background-color: #F9F4FF; background-color : #F9F4FF;
text-align: center; text-align : center;
font-size: 0.9em; font-size : 0.9em;
font-family: Arial, Helvetica; font-family : Arial, Helvetica;
cursor : pointer; cursor : pointer;
} }
.month-day-event-box-class:hover .month-day-event-box-class:hover
{ {
background-color : #F9F4FF; background-color : #F9F4FF;
border : 1px solid #003366; border : 1px solid #003366;
} }
.month-day-event-box-class[eventselected="true"] .month-day-event-box-class[eventselected="true"]
{ {
background-color: #D5E3F2; background-color : #D5E3F2;
border-color: #003366; border-color : #003366;
} }
/*--------------------------------------------------------------------
* Text item for events in month view
*-------------------------------------------------------------------*/
.month-day-event-text-class
{
}
/*--------------------------------------------------------------------
* Box that contains a view of the day's overall busyness
*-------------------------------------------------------------------*/
.month-day-busy-ind-class
{
min-width : 30px;
max-width : 30px;
max-height : 10px;
min-height : 10px;
}
.month-day-busy-ind-class[busy="true"]
{
background-color : #6699CC;
}
.month-allday-busy-ind-class
{
}
.all-day-event-class, .all-day-event-class,
.month-allday-busy-ind-class[busy="true"] .month-allday-busy-ind-class[busy="true"]
{ {
@ -708,10 +677,6 @@
* Box around the tree content * Box around the tree content
*-------------------------------------------------------------------*/ *-------------------------------------------------------------------*/
#day-view-content-box[allday="true"]
{
}
.day-view-event-class .day-view-event-class
{ {
margin-bottom : 1px; margin-bottom : 1px;
@ -793,7 +758,6 @@
* W E E K V I E W * W E E K V I E W
*-------------------------------------------------------------------*/ *-------------------------------------------------------------------*/
#week-view-box #week-view-box
{ {
background-color: #FAFCFB; background-color: #FAFCFB;
@ -886,7 +850,7 @@
} }
#weekview-header-spacer-left #weekview-header-spacer-left
{ {
-moz-box-align : start; -moz-box-align : start;
background-color : #FAFCFB; background-color : #FAFCFB;
border-bottom : 1px solid #1D7AB5; border-bottom : 1px solid #1D7AB5;
} }
@ -959,10 +923,6 @@
} }
#week-view-content-box[allday="true"]
{
}
#week-view-content-holder{ #week-view-content-holder{
margin-right: 3px; margin-right: 3px;
background-color: #ffffff; background-color: #ffffff;
@ -1013,7 +973,6 @@
-moz-box-align : center; -moz-box-align : center;
} }
.week-view-hour-box-class .week-view-hour-box-class
{ {
border-bottom : 1px solid #2085c4; border-bottom : 1px solid #2085c4;
@ -1064,7 +1023,12 @@
border-top : 1px solid #2085c4; border-top : 1px solid #2085c4;
border-left : 1px solid #2085c4; border-left : 1px solid #2085c4;
border-right : 1px solid #2085c4; border-right : 1px solid #2085c4;
min-height : 15px; min-height : 25px;
}
#weekview-daynumber-spacer-left
{
width : 122px;
} }
.all-day-content-box-text-title .all-day-content-box-text-title
@ -1087,16 +1051,11 @@
width : 8px; width : 8px;
} }
.calendar-unifinder-event-text
{
}
.calendar-unifinder-event-indent .calendar-unifinder-event-indent
{ {
padding-left : 30px; padding-left : 30px;
} }
#unifinder-search-results-tree listitem[selected="true"] > listcell, #unifinder-search-results-tree listitem[selected="true"] > listcell,
#unifinder-categories-tree listitem[selected="true"] > listcell #unifinder-categories-tree listitem[selected="true"] > listcell
{ {
@ -1112,7 +1071,7 @@
{ {
background-color : white; background-color : white;
color : black; color : black;
border : none; border : none;
} }
.unifinder-tree-class > listitem[selected="true"] > listcell .unifinder-tree-class > listitem[selected="true"] > listcell
@ -1156,6 +1115,15 @@ treechildren:-moz-tree-cell-text(completed)
text-decoration : line-through; text-decoration : line-through;
} }
treechildren:-moz-tree-row(selected) {
background-color : -moz-Dialog;
}
treechildren:-moz-tree-row(selected, focus) {
background-color : #d5e3f2;
border : 1px dotted #d5e3f2;
}
/* TO DO LIST IMAGES */ /* TO DO LIST IMAGES */
@ -1164,11 +1132,19 @@ treechildren:-moz-tree-cell-text(completed)
} }
treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress) { treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress) {
list-style-image : url( "chrome://calendar/skin/unifinder/checkbox_unchecked.png" ) list-style-image : url("chrome://global/skin/checkbox/cbox.gif");
}
treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, inprogress, current) {
list-style-image : url("chrome://global/skin/checkbox/cbox-act.gif");
} }
treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed) { treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed) {
list-style-image : url( "chrome://calendar/skin/unifinder/checkbox_checked.png" ) list-style-image : url("chrome://global/skin/checkbox/cbox-check.gif");
}
treechildren:-moz-tree-image(unifinder-todo-tree-col-completed, completed, current) {
list-style-image : url("chrome://global/skin/checkbox/cbox-act-check.gif");
} }
#unifinder-todo-tree-col-priority { #unifinder-todo-tree-col-priority {

Просмотреть файл

@ -44,7 +44,6 @@
#calendar-top-box #calendar-top-box
{ {
/*background-color : #F267B9;*/
overflow:auto; overflow:auto;
} }
@ -1033,7 +1032,12 @@
border-top : 1px solid #2085c4; border-top : 1px solid #2085c4;
border-left : 1px solid #2085c4; border-left : 1px solid #2085c4;
border-right : 1px solid #2085c4; border-right : 1px solid #2085c4;
min-height : 15px; min-height : 25px;
}
#weekview-daynumber-spacer-left
{
width : 122px;
} }
.all-day-content-box-text-title .all-day-content-box-text-title
@ -1094,7 +1098,6 @@
background-color : -moz-Dialog; background-color : -moz-Dialog;
} }
.unifinder-treecell-box-class .unifinder-treecell-box-class
{ {
padding : 2px; padding : 2px;