Ton Huisman
aa447b4320
[UI] Widen textarea fields for easier input of larger/wider text
2023-08-20 13:40:40 +02:00
Ton Huisman
1393593bc7
[UI] Darker background color for disabled input fields
2022-12-19 21:45:47 +01:00
chromoxdor
0c7f1aba02
forgot to change width to max-width
2022-11-25 15:31:38 +01:00
chromoxdor
c4f1ef1885
made the number inputfield better fit (except firefox)
2022-11-25 15:04:21 +01:00
chromoxdor
a9b01112a1
and xmp is out
2022-11-24 23:12:48 +01:00
chromoxdor
2d5d9d2c7e
removed one sys var wrap and re added pre tag
2022-11-24 23:02:45 +01:00
chromoxdor
7f863f66cb
forgot to minify and embed the css
2022-11-24 22:14:55 +01:00
chromoxdor
2bd4fdd8a4
[style][layout] css optimizations, values table improvement
2022-11-24 21:47:08 +01:00
chromoxdor
6aaa0f3af3
re adding max-height
2022-10-17 11:52:07 +02:00
chromoxdor
03c328e942
removing height for textarea completely
...
textarea height is given by "cols" in the tag and it ignores things like "fit-content" so i removed it and this also makes "max-height" unnecessary....
Auto resize the textarea to fit content is possible but adds more extra code:
Example: https://codepen.io/phpcodertech/pen/oNXVzWW
2022-10-17 11:20:51 +02:00
chromoxdor
ec4978c995
it should be height not width :)
2022-10-17 01:06:50 +02:00
chromoxdor
3a8e3cc4cb
css fix for textviewer
...
also removed unnecessary files from /static
2022-10-17 01:02:39 +02:00
chromoxdor
28360d4c8c
firefox was left out for "normal" rules, removed unnecessary folder
2022-09-22 16:55:15 +02:00
Ton Huisman
5e3e0c668f
[UI] Fix dark mode display for Chart JS graphs
2022-09-09 14:05:07 +02:00
Ton Huisman
521041bbb9
[UI] Replace 'odd' by 'even' class, restoring pre-dark mode multirow style
2022-09-07 22:27:04 +02:00
Ton Huisman
94c96f8c1c
[UI] Change multi2row to multirow tworow (@chromoxdor), improved tworow
2022-09-06 21:19:56 +02:00
Ton Huisman
45a4d2a317
[UI] Make theme selectable: Auto, Light, Dark
2022-09-05 22:57:29 +02:00
chromoxdor
9aff6e45b2
added xwide to css, reverted p016 column change
...
...and i made managed to make the css even smaller :)
(removed the table from table.normal and table.multirow as well as input and select from input.wide/select.wide since these are anyway the only objects, that use this css)
2022-09-01 00:02:46 +02:00
chromoxdor
23ca308ff1
resolves minor issue in /setup
2022-08-29 15:11:50 +02:00
chromoxdor
86d9cadaf4
minor changes+ adding automode css files
2022-08-29 12:18:16 +02:00
chromoxdor
605ec1a0c7
table-border ios fix the 2nd
2022-08-13 21:13:50 +02:00
chromoxdor
e2ef50ab87
render table-border on ios devices
2022-08-13 21:06:58 +02:00
chromoxdor
1338390d15
modernized the css
2022-08-13 11:24:16 +02:00
chromoxdor
c4a69f7955
ubbs..i edited the wrong line
2022-08-12 17:12:26 +02:00
chromoxdor
b4ba8a33f4
put back some stuff
...
i striped my css down a lot to make it the same size as the old one.... but for better user experience i put some things back in :)
2022-08-12 17:02:24 +02:00
chromoxdor
0988a2f9c2
accommodate to windows users
2022-08-12 16:33:55 +02:00
chromoxdor
1804535e00
no rounded corners and green is back
...
no rounded corners for the gentlemen programmers
2022-08-12 15:55:24 +02:00
chromoxdor
b9309f6498
fixed to wide input fields
2022-08-12 15:21:53 +02:00
chromoxdor
898961036c
changed highlightcolor + wider column
2022-08-12 15:07:53 +02:00
chromoxdor
87a01f974e
removed unnecessary css
2022-08-12 14:15:37 +02:00
chromoxdor
18544a1ca2
css update+ round helper buttons
2022-08-12 13:27:23 +02:00
chromoxdor
19744a9300
changed css +round buttons
2022-08-12 12:59:32 +02:00
uwekaditz
82b88a35fb
[NEW] css style xwide
...
1. new style xwide for html items delector and textbox with max-width: 500px and width: 100%
2. new prototype for a table data cell html_TD(const String& style) to use special style elements, e.g. html_TD(F("padding-right: 8px"))
2022-04-21 22:08:59 +02:00
TD-er
1e02509a80
[GPS] Add distance counter + distance from ref point
...
Also updated float form fields to allow upto 6 decimals as those were only used for GPS coordinates.
2020-10-15 03:14:20 +02:00
Unknown
5e65f18235
[HTML] Made HTML layout more uniform and optimize CSS
...
- Replaced all <TH> with functions
- Optimized CSS (removed some errors too)
- Uniform rendering of pages (TH, width first column)
- Added some metadata to timing stats page
- Reduction in used flash strings.
2018-11-21 00:29:52 +01:00
Unknown
8f350fcd0c
[SSDP] Disable SSDP checkbox
...
See #1998
2018-11-20 19:49:33 +01:00
TD-er
9eb2ebe210
[Cleanup] Minify JavaScript and CSS to reduce sketch size
...
Sketch size is reduced by 5 - 6 kB
Files are extracted from original source and moved to `static` directory.
2018-10-31 16:25:42 +01:00