提交 cfff818f 编写于 作者: G gusreiber

need to grab another spot + a little bigger for Jesse

上级 6d6c129a
......@@ -103,7 +103,7 @@ ${h.initPageVariables(context)}
<!-- should the sidebar be hidden on load? -->
<style>
body.j-hide-left #side-panel{width:0; padding:0; overflow:hidden;}
body.j-hide-left #main-panel{margin:0 auto; max-width:900px;}
body.j-hide-left #main-panel{margin:0 auto; max-width:75em;}
</style>
<!-- are we running as an unit test? -->
......
......@@ -2,7 +2,7 @@
* Tab bar specific rules.
*/
body.add-item.hide-side #side-panel{width:0; padding:0; overflow:hidden; transition: all 0.5s ease;}
body.add-item.hide-side #main-panel{margin:0 auto; max-width:70em; transition: all 0.5s ease;}
body.add-item.hide-side #main-panel{margin:0 auto; max-width:75em; transition: all 0.5s ease;}
body.add-item .jenkins-config table tr {display:none;}
body.add-item .jenkins-config table tr:last-of-type {display:table-row}
body.add-item .jenkins-config-widgets .form-config.tabBarFrame .tabBar .tab.active {background:@bright; border-bottom-color:@bright}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册