Skin cleanup, also fixes bug 162631 (resizing list cells causes Mozilla to hang.);

This commit is contained in:
mikep%oeone.com 2002-10-30 14:14:46 +00:00
Родитель aa36b65282
Коммит f4998f6fd5
8 изменённых файлов: 24 добавлений и 87 удалений

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

@ -38,22 +38,13 @@
*
* ***** END LICENSE BLOCK ***** */
/*--------------------------------------------------------------------
* C A L E N D A R
*-------------------------------------------------------------------*/
#calendar-top-box
{
overflow:auto;
}
/*--------------------------------------------------------------------
* Top bar, with name, image and buttons
*-------------------------------------------------------------------*/
#calendar-deck{
overflow:auto;
}
#calendar-bar > .toolbar-holder > .toolbar-primary-icon {
background-image: url("chrome://calendar/skin/calendar_topbar.gif");
}
@ -271,24 +262,6 @@
}
/*
** U N I F I N D E R S T U F F
*/
.unifinder-calendar-event-icon-class
{
list-style-image : url( "chrome://calendar/skin/event.png" );
}
.unifinder-calendar-event-icon-class[alarm="true"]
{
list-style-image : url( "chrome://calendar/skin/event_alarm.png" );
}
.unifinder-calendar-event-icon-class[recur="true"]
{
list-style-image : url( "chrome://calendar/skin/event_repeating.png" );
}
/*<<-------------------------------------------------/\/\/\ Month*/
#month-controls-box{
@ -898,7 +871,7 @@
}
#week-view-header-spacer{
background-color: #fff;
background-color : #fffffff;
width : 19px;
}
@ -993,7 +966,8 @@
border-bottom : 1px solid #2085c4;
}
*[weekend="true"]{
.month-day-box-class[weekend="true"],
.week-view-hour-box-class[weekend="true"]{
background-color : #FFF9EF;
}

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

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

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

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

@ -38,22 +38,13 @@
*
* ***** END LICENSE BLOCK ***** */
/*--------------------------------------------------------------------
* C A L E N D A R
*-------------------------------------------------------------------*/
#calendar-top-box
{
overflow:auto;
}
/*--------------------------------------------------------------------
* Top bar, with name, image and buttons
*-------------------------------------------------------------------*/
#calendar-deck{
overflow:auto;
}
#calendar-bar > .toolbar-holder > .toolbar-primary-icon {
background-image: url("chrome://calendar/skin/calendar_topbar.gif");
}
@ -70,13 +61,6 @@
max-height : 33px;
}
.toolbarseparator-primary
{
margin : 0px;
border : 0px;
}
/*--------------------------------------------------------------------
* Primary toolbar buttons
*-------------------------------------------------------------------*/
@ -280,24 +264,6 @@
}
/*
** U N I F I N D E R S T U F F
*/
.unifinder-calendar-event-icon-class
{
list-style-image : url( "chrome://calendar/skin/event.png" );
}
.unifinder-calendar-event-icon-class[alarm="true"]
{
list-style-image : url( "chrome://calendar/skin/event_alarm.png" );
}
.unifinder-calendar-event-icon-class[recur="true"]
{
list-style-image : url( "chrome://calendar/skin/event_repeating.png" );
}
/*<<-------------------------------------------------/\/\/\ Month*/
#month-controls-box{
@ -907,7 +873,7 @@
}
#week-view-header-spacer{
background-color: #fff;
background-color : #fffffff;
width : 19px;
}
@ -1002,7 +968,8 @@
border-bottom : 1px solid #2085c4;
}
*[weekend="true"]{
.month-day-box-class[weekend="true"],
.week-view-hour-box-class[weekend="true"]{
background-color : #FFF9EF;
}
@ -1065,10 +1032,6 @@
padding-left : 30px;
}
#calendar-bar > .toolbar-holder > .toolbar-primary-icon {
background-image: url("chrome://calendar/skin/calendar_topbar.gif");
}
.unifinder-treecell-box-class
{
padding : 2px;

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

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

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