File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 16071607 box-shadow : 1px 1px 2px rgba (0 , 0 , 0 , 0.3 );
16081608}
16091609
1610- /* temporary stuff */
16111610.return-values
16121611{
16131612 margin : 5px ;
@@ -1617,19 +1616,33 @@ d
16171616
16181617.return-value
16191618{
1620- white-space : nowrap ;
1621- margin-left : 14 px ;
1619+ display : table ;
1620+ width : 100 % ;
16221621}
16231622
1624- .return-function-from > examine-objects ,
1625- .return-value > examine-objects ,
1626- .return-value > item
1623+ .return-function-from > examine-objects
16271624{
16281625 display : inline-block;
1626+ }
1627+
1628+ .return-function-from > examine-objects ,
1629+ .return-value > examine-objects
1630+ {
16291631 padding : 0 ;
16301632}
16311633
1632- /* TODO: use another template instead */
1634+ .return-value > .return-value-arrow ,
1635+ .return-value > item ,
1636+ .return-value > examine-objects
1637+ {
1638+ display : table-cell;
1639+ }
1640+
1641+ .return-value .return-value-arrow-to
1642+ {
1643+ padding-left : 14px ;
1644+ }
1645+
16331646.return-function-from .folder-key
16341647{
16351648 display : none;
16531666
16541667.return-value-arrow-to
16551668{
1656- background : transparent url ("../ui-images/arrow_tail.png" ) 0 50 % no-repeat;
1669+ background : transparent url ("../ui-images/arrow_tail.png" ) 14 px 2 px no-repeat;
16571670}
16581671
16591672.return-values li : hover .return-value-arrow
You can’t perform that action at this time.
0 commit comments