File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,42 @@ body, html {
77 right : 0 ;
88}
99
10+ @font-face {
11+ font-family : 'solidusicons' ;
12+ src : url ('solidusicons.woff?8i2fev' ) format ('woff' );
13+ font-weight : normal;
14+ font-style : normal;
15+ }
16+
17+ [class ^= "icon-" ], [class *= " icon-" ] {
18+ font-family : 'solidusicons' ;
19+ speak : none;
20+ font-style : normal;
21+ font-weight : normal;
22+ font-variant : normal;
23+ text-transform : none;
24+ line-height : 1 ;
25+
26+ /* Better Font Rendering =========== */
27+ -webkit-font-smoothing : antialiased;
28+ -moz-osx-font-smoothing : grayscale;
29+ }
30+
31+ [class ^= "icon-" ]: before {
32+ margin-right : 1em ;
33+ }
34+
35+ .icon-console : before {
36+ content : "\e603" ;
37+ }
38+ .icon-info : before {
39+ content : "\e601" ;
40+ }
41+ .icon-json : before {
42+ content : "\e602" ;
43+ }
44+
45+
1046.scroll-panel {
1147 height : 100% ;
1248 overflow : scroll;
Original file line number Diff line number Diff line change 1515< body >
1616 < div class ="sidetab-column col-xs-3 ">
1717 < ul class ="nav nav-tabs tabs-left " id ="panelTabs ">
18- < li > < a href ="#context " data-toggle ="tab "> Context</ a > </ li >
19- < li > < a href ="#logs " data-toggle ="tab "> Logs</ a > </ li >
20- < li > < a href ="#info " data-toggle ="tab "> Info</ a > </ li >
18+ < li > < a href ="#context " data-toggle ="tab "> < span class =" icon-json " > </ span > Context</ a > </ li >
19+ < li > < a href ="#logs " data-toggle ="tab "> < span class =" icon-console " > </ span > Logs</ a > </ li >
20+ < li > < a href ="#info " data-toggle ="tab "> < span class =" icon-info " > </ span > Info</ a > </ li >
2121 </ ul >
2222 </ div >
2323 < div class ="panel-column col-xs-9 ">
You can’t perform that action at this time.
0 commit comments