소스 검색

Expand non dashboard sidebar width

Denis K 9 년 전
부모
커밋
b9a470e7e8
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      jet/static/jet/css/_content.scss
  2. 1 1
      jet/static/jet/css/themes/default/base.css
  3. 1 1
      jet/static/jet/css/themes/green/base.css

+ 1 - 1
jet/static/jet/css/_content.scss

@@ -78,7 +78,7 @@ ul.object-tools {
 
 .content-sidebar {
   float: right;
-  width: 18em;
+  width: 24em;
   margin: 0 20px;
 }
 

+ 1 - 1
jet/static/jet/css/themes/default/base.css

@@ -4650,7 +4650,7 @@ ul.object-tools {
 
 .content-sidebar {
   float: right;
-  width: 18em;
+  width: 24em;
   margin: 0 20px; }
 
 .dashboard .module table td a {

+ 1 - 1
jet/static/jet/css/themes/green/base.css

@@ -4681,7 +4681,7 @@ ul.object-tools {
 
 .content-sidebar {
   float: right;
-  width: 18em;
+  width: 24em;
   margin: 0 20px; }
 
 .dashboard .module table td a {