зеркало из https://github.com/mozilla/pjs.git
Bug #249650 --> clean up some old style rules that aren't needed now. Fixes the large white space in the message pane.
This commit is contained in:
Родитель
5044b8a007
Коммит
8d64f85ae4
|
@ -66,17 +66,6 @@ const MESSAGE_TEMPLATE = "\n\
|
|||
border: none;\n\
|
||||
padding: 0;\n\
|
||||
}\n\
|
||||
#toolbar {\n\
|
||||
position: fixed;\n\
|
||||
top: 0;\n\
|
||||
right: 0;\n\
|
||||
left: 0;\n\
|
||||
height: 1.4em;\n\
|
||||
margin: 0;\n\
|
||||
border-bottom: thin solid black;\n\
|
||||
padding-left: 0.5em;\n\
|
||||
background-color: -moz-dialog;\n\
|
||||
}\n\
|
||||
%STYLE%\n\
|
||||
</style>\n\
|
||||
</head>\n\
|
||||
|
@ -95,7 +84,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\
|
|||
const REMOTE_STYLE = "\n\
|
||||
iframe {\n\
|
||||
position: fixed;\n\
|
||||
top: 1.4em;\n\
|
||||
top: 0;\n\
|
||||
right: 0;\n\
|
||||
bottom: 0;\n\
|
||||
left: 0;\n\
|
||||
|
|
|
@ -686,17 +686,6 @@ const MESSAGE_TEMPLATE = "\n\
|
|||
border: none;\n\
|
||||
padding: 0;\n\
|
||||
}\n\
|
||||
#toolbar {\n\
|
||||
position: fixed;\n\
|
||||
top: 0;\n\
|
||||
right: 0;\n\
|
||||
left: 0;\n\
|
||||
height: 1.4em;\n\
|
||||
margin: 0;\n\
|
||||
border-bottom: thin solid black;\n\
|
||||
padding-left: 0.5em;\n\
|
||||
background-color: -moz-dialog;\n\
|
||||
}\n\
|
||||
%STYLE%\n\
|
||||
</style>\n\
|
||||
</head>\n\
|
||||
|
@ -715,7 +704,7 @@ const REMOTE_CONTENT_TEMPLATE = "\n\
|
|||
const REMOTE_STYLE = "\n\
|
||||
iframe {\n\
|
||||
position: fixed;\n\
|
||||
top: 1.4em;\n\
|
||||
top: 0;\n\
|
||||
right: 0;\n\
|
||||
bottom: 0;\n\
|
||||
left: 0;\n\
|
||||
|
|
Загрузка…
Ссылка в новой задаче