Fossil SCM

Add CSS rules to limit the width of input and textarea items to 95% of the available screen width.

drh 2020-05-22 00:27 trunk
Commit dbcfcef7acedd355b5bcaef2315b7ad811dc260b39948ead3f11ca57dec0a259
1 file changed +6
--- src/default_css.txt
+++ src/default_css.txt
@@ -860,5 +860,11 @@
860860
// }
861861
// #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
862862
// max-width: 30em;
863863
// overflow: auto;
864864
// }
865
+input {
866
+ max-width: 95%;
867
+}
868
+textarea {
869
+ max-width: 95%;
870
+}
865871
--- src/default_css.txt
+++ src/default_css.txt
@@ -860,5 +860,11 @@
860 // }
861 // #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
862 // max-width: 30em;
863 // overflow: auto;
864 // }
 
 
 
 
 
 
865
--- src/default_css.txt
+++ src/default_css.txt
@@ -860,5 +860,11 @@
860 // }
861 // #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
862 // max-width: 30em;
863 // overflow: auto;
864 // }
865 input {
866 max-width: 95%;
867 }
868 textarea {
869 max-width: 95%;
870 }
871

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button