mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
removed useless grpahics & code
This commit is contained in:
parent
f468cfce5d
commit
0495d7ace0
Binary file not shown.
Before Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 587 B |
@ -37,12 +37,6 @@
|
||||
|
||||
|
||||
|
||||
#standard-dialog-title-icon
|
||||
{
|
||||
padding-left : 2px;
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/new_event_icon.png");
|
||||
}
|
||||
|
||||
#repeat-box,
|
||||
#repeat-end-box,
|
||||
#alarm-box,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 643 B |
Binary file not shown.
Before Width: | Height: | Size: 137 B |
@ -49,28 +49,6 @@
|
||||
background-color :#c7d0d9;
|
||||
}
|
||||
|
||||
/* dialog title */
|
||||
#standard-dialog-title
|
||||
{
|
||||
border :1px #000000 solid;
|
||||
background-image :url('chrome://calendar/skin/dialog/standard-dialog-title-background.png');
|
||||
background-repeat :repeat;
|
||||
-moz-box-pack : end;
|
||||
}
|
||||
|
||||
/* this needs 1 px padding because of the 1 px border in the standard-dialog-title */
|
||||
#standard-dialog-title-icon
|
||||
{
|
||||
padding : 1px;
|
||||
}
|
||||
|
||||
#standard-dialog-title-text
|
||||
{
|
||||
color :#FFFFFF;
|
||||
font-family :Helvetica;
|
||||
font-size :14pt;
|
||||
}
|
||||
|
||||
/* the main content of the dialog */
|
||||
#standard-dialog-content
|
||||
{
|
||||
@ -78,37 +56,6 @@
|
||||
padding :10px;
|
||||
}
|
||||
|
||||
/* Bigger margin and make the default button bigger than regular buttons */
|
||||
.dialog-btn-class[default="true"]
|
||||
{
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.dialog-btn-class
|
||||
{
|
||||
height: 15px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* Standard Dialog Command Button Bars */
|
||||
#standard-dialog-command
|
||||
{
|
||||
background-color: #083A7C;
|
||||
}
|
||||
|
||||
/* center the content vertically instead of stretching it */
|
||||
|
||||
#standard-dialog-commands-wizard,
|
||||
#standard-dialog-commands-confirmation,
|
||||
#standard-dialog-commands-confirmation-nocancel,
|
||||
#standard-dialog-commands-standard,
|
||||
#standard-dialog-commands-standard-nocancel
|
||||
{
|
||||
-moz-box-align : center;
|
||||
min-height : 30px;
|
||||
}
|
||||
|
||||
/* center the buttons vertically instead of stretching them,
|
||||
allows buttons to be different sizes
|
||||
*/
|
||||
|
@ -37,12 +37,6 @@
|
||||
|
||||
|
||||
|
||||
#standard-dialog-title-icon
|
||||
{
|
||||
padding-left : 2px;
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/new_event_icon.png");
|
||||
}
|
||||
|
||||
#repeat-box,
|
||||
#repeat-end-box,
|
||||
#alarm-box,
|
||||
|
Loading…
Reference in New Issue
Block a user