File tree Expand file tree Collapse file tree
javascripts/admin/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 </div >
1111</div >
1212
13- <ul class =" nav nav-pills" >
13+ <ul class =" nav nav-pills site-settings-nav " >
1414 {{ #each category in controller }}
15- <li >{{ #link-to ' adminSiteSettingsCategory' category.nameKey }} {{ category.name }} {{ /link-to }} </li >
15+ <li {{ bindAttr class = " category.nameKey " }} >{{ #link-to ' adminSiteSettingsCategory' category.nameKey class = category.nameKey }} {{ category.name }} {{ /link-to }} </li >
1616 {{ /each }}
1717</ul >
1818
Original file line number Diff line number Diff line change @@ -143,6 +143,24 @@ td {border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
143143 }
144144}
145145
146+ .site-settings-nav {
147+ li {
148+ background-color : grayscale ($nav-pills-background-color-hover );
149+ margin-bottom : 5px ;
150+
151+ & .required , & .basic {
152+ margin-bottom : 20px ; // so nothing floats underneath these ones
153+ }
154+
155+ > a {
156+ font-size : 13px ;
157+ & .required , & .basic {
158+ font-size : 16px ;
159+ }
160+ }
161+ }
162+ }
163+
146164.settings {
147165 .setting {
148166 padding-bottom : 20px ;
You can’t perform that action at this time.
0 commit comments