Backed out changeset cf116f73a2d2 (bug 1330827) for bustage

CLOSED TREE
This commit is contained in:
Iris Hsiao 2017-01-20 15:49:06 +08:00
Родитель c331f9d12f
Коммит 4943dbc348
4 изменённых файлов: 4 добавлений и 8 удалений

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

@ -214,7 +214,6 @@ Converter.prototype = {
let baseUrl = clientBaseUrl + "jsonview/";
let themeVarsUrl = clientBaseUrl + "themes/variables.css";
let commonUrl = clientBaseUrl + "themes/common.css";
let toolbarsUrl = clientBaseUrl + "themes/toolbars.css";
let os;
let platform = Services.appinfo.OS;
@ -239,8 +238,6 @@ Converter.prototype = {
themeVarsUrl + "\">" +
"<link rel=\"stylesheet\" type=\"text/css\" href=\"" +
commonUrl + "\">" +
"<link rel=\"stylesheet\" type=\"text/css\" href=\"" +
toolbarsUrl + "\">" +
"<link rel=\"stylesheet\" type=\"text/css\" href=\"css/main.css\">" +
"<script data-main=\"viewer-config\" src=\"lib/require.js\"></script>" +
"</head><body>" +

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

@ -29,6 +29,10 @@
height: 28px;
}
.tabs .tabs-menu-item a {
cursor: default;
}
/* The tab takes entire horizontal space and individual tabs
should stretch accordingly. Use flexbox for the behavior.
Use also `overflow: hidden` so, 'overflow' and 'underflow'

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

@ -30,10 +30,6 @@
white-space: nowrap;
}
.tabs .tabs-menu-item a {
cursor: default;
}
/* Make sure panel content takes entire vertical space.
(minus the height of the tab bar) */
.tabs .panels {

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

@ -11,6 +11,5 @@ DIRS += [
DevToolsModules(
'common.css',
'splitters.css',
'toolbars.css',
'variables.css',
)