jeticg / Evangelion-Uebersicht-Widget

Evangelion Style Übersicht Widget.
MIT License
74 stars 23 forks source link

[Info] Font size #6

Closed hreality closed 8 years ago

hreality commented 8 years ago

Cell 51 Input/output attempted to change font size however OBytes doesnt change size with other info (IBYTES/OBYTES text and IBYTES number)

jeticg commented 8 years ago

Sorry, I don't know what you are talking about, perhaps a grammar check would be better.

jeticg commented 8 years ago

I assume you are talking about the font-size of the Network usage cells, in that case the text "IBYTES/S" and "OBYTES/S" are both placed under Cell 52, where the actual digits are presented in Cell 52 and Cell 55. This is due to the fact that I want to make Cell 52 and 55 visually connected without blocking the display of contents.

hreality commented 8 years ago

Correct and both are using div class contentS In the css portion: .contentS transform:rotate(-90deg) font-style: Black font-size: 15px <--- z-index:99999 Changing the value changes the size of the text in those cells except for the network value under OBYTES it stays large

jeticg commented 8 years ago

No. The digits are using class content and the font-sizes are manually specified to be 25px. My CSS classes doesn't always contain all the specifications, they are merely templates.

hreality commented 8 years ago

Ty, located.. not sure how I missed it before. Next project will be loading local IP, SSID/Network & device (en0 or en1 etc.)