소스 검색

gluon-luci-theme: remove top padding cbi-field-title

This allows to use cbi-field to format plain text instead of form fields.
Matthias Schiffer 10 년 전
부모
커밋
71c9bb815f
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      package/gluon-luci-theme/files/www/luci-static/gluon/cascade.css
  2. 1 2
      package/gluon-luci-theme/sass/cascade.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
package/gluon-luci-theme/files/www/luci-static/gluon/cascade.css


+ 1 - 2
package/gluon-luci-theme/sass/cascade.scss

@@ -632,13 +632,12 @@ table.cbi-section-table .cbi-section-table-cell {
 div.cbi-value {
   display: flex;
   flex-direction: row;
-  margin-bottom: 0.5em;
+  margin-bottom: 0.8em;
 }
 
 .cbi-value-title {
   flex: 2;
   text-align: right;
-  padding-top: 0.39em;
   padding-right: 1em;
   font-weight: bold;
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.