css
This commit is contained in:
parent
e087edf005
commit
a0b6d9c4e0
@ -19,6 +19,7 @@ This page is a sample of page using Dolibarr HTML widget methods. It is designed
|
|||||||
- css (add parameter &theme=newtheme to test another theme or edit css of current theme)<br>
|
- css (add parameter &theme=newtheme to test another theme or edit css of current theme)<br>
|
||||||
- jmobile (add parameter <a class="wordbreak" href="<?php echo $_SERVER["PHP_SELF"].'?dol_use_jmobile=1&dol_optimize_smallscreen=1'; ?>">dol_use_jmobile=1&dol_optimize_smallscreen=1</a> and switch to small screen < 570 to enable with emulated jmobile)<br>
|
- jmobile (add parameter <a class="wordbreak" href="<?php echo $_SERVER["PHP_SELF"].'?dol_use_jmobile=1&dol_optimize_smallscreen=1'; ?>">dol_use_jmobile=1&dol_optimize_smallscreen=1</a> and switch to small screen < 570 to enable with emulated jmobile)<br>
|
||||||
- no javascript / usage for bind people (add parameter <a class="wordbreak" href="<?php echo $_SERVER["PHP_SELF"].'?nojs=1'; ?>">nojs=1</a> to force disable javascript)<br>
|
- no javascript / usage for bind people (add parameter <a class="wordbreak" href="<?php echo $_SERVER["PHP_SELF"].'?nojs=1'; ?>">nojs=1</a> to force disable javascript)<br>
|
||||||
|
- use with a text browser (add parameter <a class="wordbreak" href="<?php echo $_SERVER["PHP_SELF"].'?textbrowser=1'; ?>">textbrowser=1</a> to force detection of a text browser)<br>
|
||||||
</h2>
|
</h2>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
@ -174,15 +174,15 @@ input {
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
padding-top: 4px;
|
padding-top: 5px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 5px;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
}
|
}
|
||||||
input, select {
|
input, select {
|
||||||
margin-left:0px;
|
margin-left: 0px;
|
||||||
margin-bottom:1px;
|
margin-bottom: 1px;
|
||||||
margin-top:1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
#mainbody input.button:not(.buttongen):not(.bordertransp) {
|
#mainbody input.button:not(.buttongen):not(.bordertransp) {
|
||||||
background: var(--butactionbg);
|
background: var(--butactionbg);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user