mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
buttons for page view dialog
This commit is contained in:
parent
59e42c6cd2
commit
63912284dd
@ -36,6 +36,8 @@
|
|||||||
* ***** END LICENSE BLOCK ***** */
|
* ***** END LICENSE BLOCK ***** */
|
||||||
|
|
||||||
/* This CSS rule has to be here because code is accessing styleSheets[1].rules[0]! */
|
/* This CSS rule has to be here because code is accessing styleSheets[1].rules[0]! */
|
||||||
|
|
||||||
|
|
||||||
#urlbar input {
|
#urlbar input {
|
||||||
background-position:0px 100%;
|
background-position:0px 100%;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
@ -55,6 +57,25 @@ toolbar *, #appcontent * {
|
|||||||
margin: 0px ! important;
|
margin: 0px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-close {
|
||||||
|
background: url("chrome://minimo/skin/close.gif") no-repeat 50% 50%;
|
||||||
|
margin-right:4px ! important;
|
||||||
|
margin-top:0px ! important;
|
||||||
|
border:1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-border {
|
||||||
|
border:1px solid black;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
margin-left:2px ! important;
|
||||||
|
padding-left:2px ! important;
|
||||||
|
padding-right:2px ! important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-floatoptions {
|
||||||
|
margin:2px ! important;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: small ! important;
|
font-size: small ! important;
|
||||||
font-family: sans-serif ! important;
|
font-family: sans-serif ! important;
|
||||||
@ -96,18 +117,3 @@ toolbar *, #appcontent * {
|
|||||||
{
|
{
|
||||||
list-style-image : url("chrome://minimo/skin/reload.gif");
|
list-style-image : url("chrome://minimo/skin/reload.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#item-call
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#item-copy
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#item-paste
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user