Uh oh!
There was an error while loading. Please reload this page.
[UI] Refined the navigator with CSS. - #285
Conversation
xuqingkuang
commented
Sep 12, 2012
@zhizhangchen After Chrome upgraded, the width computing seems correct. The css and home icon is updated, it could be in review now. |
zhizhangchen
commented
Sep 12, 2012
In Linux, the font seems a little grey and thin. |
xuqingkuang
commented
Sep 13, 2012
@zhizhangchen The font changed to OpenSans-SB, looks more bold now. |
sbryan
commented
Sep 14, 2012
Why are we changing these so drastically, especially by adding more hard coded sizes (which is causing zoom issues)? Was there a bug for this? Also, now the tabs section in the navbar does not align with the initial width of the left panel (contains page picker, outline view and property view), so the initial visual presentation looks odd. |
sbryan
commented
Sep 14, 2012
OK, so I see now that we never replaced the view tab button images with real CSS. Unfortunately, I'm not liking the way it's being done with the hard coded sizes and having to add the text content of the href in the code. By adding the following to builder.css, you can remove the code changes to main.js: There are other places where we could be doing things better. I will see if I can make code suggestions. |
xuqingkuang
commented
Sep 20, 2012
@sbryan How about place the text contents in main.js ? it will make RIB internationalize in future more easier. |
No description provided.