11body , html {
2+ font-family : 'Lucida Grande' , 'Segoe UI' , Tahoma, sans-serif;
23 height : 100% ;
34 position : fixed;
45 top : 0 ;
@@ -8,76 +9,129 @@ body, html {
89}
910
1011@font-face {
11- font-family : 'solidusicons' ;
12- src : url ('solidusicons.woff?8i2fev' ) format ('woff' );
13- font-weight : normal;
14- font-style : normal;
12+ font-family : 'solidusicons' ;
13+ src : url ('solidusicons.woff?8i2fev' ) format ('woff' );
14+ font-weight : normal;
15+ font-style : normal;
1516}
1617
1718[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 ;
19+ font-family : 'solidusicons' ;
20+ speak : none;
21+ font-style : normal;
22+ font-weight : normal;
23+ font-variant : normal;
24+ text-transform : none;
25+ line-height : 1 ;
2526
26- /* Better Font Rendering =========== */
27- -webkit-font-smoothing : antialiased;
28- -moz-osx-font-smoothing : grayscale;
27+ -webkit-font-smoothing : antialiased;
28+ -moz-osx-font-smoothing : grayscale;
2929}
3030
31- [class ^= "icon-" ]: before {
31+ [class ^= "icon-" ]: before {
3232 margin-right : 1em ;
3333}
3434
3535.icon-console : before {
36- content : "\e603" ;
36+ content : "\e603" ;
3737}
3838.icon-info : before {
39- content : "\e601" ;
39+ content : "\e601" ;
40+ }
41+ .icon-clear : before {
42+ content : "\e600" ;
4043}
4144.icon-json : before {
42- content : "\e602" ;
45+ content : "\e602" ;
4346}
4447
4548
4649.scroll-panel {
47- height : 100% ;
4850 overflow : scroll;
51+ border-top-color : # E6E6E6 ;
52+ padding : 10px ;
53+ }
54+
55+ pre .scroll-panel {
56+ border-width : 1px 0 0 0 ;
57+ font-size : 11px ;
58+ font-family : Menlo, monospace;
59+ background : # fff ;
60+ border-radius : 0 ;
61+ max-height : 90% ;
4962}
5063
5164.sidetab-column {
5265 height : 100% ;
5366 padding : 0 ;
5467 position : static;
55- border-right : 1px solid # ddd ;
68+ border-right : 1px solid # a3a3a3 ;
69+ background : # e8e8e8 ;
70+ width : 200px ;
71+ }
72+
73+ .nav-tabs > li > a {
74+ font-size : 12px ;
75+ line-height : 12px ;
76+ color : # 303942 ;
77+ border-radius : 0 ;
78+ border : 0 ;
79+ }
80+
81+ .nav-tabs > li > a : hover {
82+ border-right : 1px ;
83+ border-right-color : # a3a3a3 ;
84+ background : inherit;
85+ }
86+
87+ .nav-tabs > li .active > a {
88+ background : # 3879d9 ;
89+ border : 0 ;
90+ color : # fff ;
91+ text-shadow : rgba (0 , 0 , 0 , 0.33 ) 1px 1px 0 ;
92+ }
93+
94+ .nav-tabs > li .active > a : hover , .nav-tabs > li .active > a : focus {
95+ border : 0 ;
96+ color : # fff ;
97+ background : # 3879d9 ;
5698}
5799
58100.panel-column {
59101 height : 100% ;
60102 position : static;
61103 padding : 0 ;
62- width : 70 % ;
63- padding : 10 px ;
104+ width : 100 % ;
105+ float : none ;
64106}
65107
66108.tab-content , .tab-pane {
67109 height : 100% ;
68- padding-bottom : 30px ;
69110}
70111
71112.tab-pane : first-child {
72113 margin-top : 0 ;
73114}
74115
75- .inspector-json {
76- padding : 0 ;
116+ .server-log-buttons {
117+ height : 23px ;
118+ font-size : 12px ;
119+ color : # 303942 ;
120+ background : white;
121+ }
122+
123+ .server-log-buttons .btn {
124+ padding : 0 10px ;
125+ line-height : 23px ;
126+ border : 0 ;
127+ border-radius : 0 ;
128+ color : # 676767 ;
129+ font-size : 14px ;
77130}
78131
79- .btn-group {
80- margin-bottom : 10px ;
132+ .server-log-buttons .btn : hover {
133+ color : # 404040 ;
134+ background-color : inherit;
81135}
82136
83137.tabs-left {
0 commit comments