зеркало из https://github.com/mozilla/gecko-dev.git
CSS changes for editor dialogs, b=47695, r=sfraser
This commit is contained in:
Родитель
91c1d284bc
Коммит
0e5476a6ce
|
@ -84,7 +84,7 @@ titledbox {
|
|||
width:20px;
|
||||
height: 16px;
|
||||
border: 1px inset #CCCCCC;
|
||||
margin: 4px;
|
||||
margin: 3px 1px 5px 8px;
|
||||
}
|
||||
|
||||
.color-well[default="true"] {
|
||||
|
@ -93,6 +93,10 @@ titledbox {
|
|||
}
|
||||
|
||||
.color-button {
|
||||
/* shouldn't have to do this!
|
||||
but can't get sizing in stack to work!
|
||||
*/
|
||||
width: 38px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ titledbox {
|
|||
width:20px;
|
||||
height: 16px;
|
||||
border: 1px inset #CCCCCC;
|
||||
margin: 4px;
|
||||
margin: 3px 1px 5px 8px;
|
||||
}
|
||||
|
||||
.color-well[default="true"] {
|
||||
|
@ -93,6 +93,10 @@ titledbox {
|
|||
}
|
||||
|
||||
.color-button {
|
||||
/* shouldn't have to do this!
|
||||
but can't get sizing in stack to work!
|
||||
*/
|
||||
width: 38px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ titledbox {
|
|||
width:20px;
|
||||
height: 16px;
|
||||
border: 1px inset #CCCCCC;
|
||||
margin: 1px 0px 2px 4px;
|
||||
margin: 3px 1px 5px 8px;
|
||||
}
|
||||
|
||||
.color-well[default="true"] {
|
||||
|
@ -93,6 +93,10 @@ titledbox {
|
|||
}
|
||||
|
||||
.color-button {
|
||||
/* shouldn't have to do this!
|
||||
but can't get sizing in stack to work!
|
||||
*/
|
||||
width: 38px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче