css
This commit is contained in:
parent
acaf066d1d
commit
f188d5addb
@ -342,7 +342,7 @@ $rellink .= '&file='.urlencode($filepath);
|
|||||||
$fulllink = $urlwithroot.$rellink;
|
$fulllink = $urlwithroot.$rellink;
|
||||||
print img_picto('', 'globe').' ';
|
print img_picto('', 'globe').' ';
|
||||||
if ($action != 'edit') {
|
if ($action != 'edit') {
|
||||||
print '<input type="text" class="quatrevingtpercent" id="downloadinternallink" name="downloadinternellink" value="'.dol_escape_htmltag($fulllink).'">';
|
print '<input type="text" class="maxquatrevingtpercent widthcentpercentminusxx" id="downloadinternallink" name="downloadinternellink" value="'.dol_escape_htmltag($fulllink).'">';
|
||||||
} else {
|
} else {
|
||||||
print $fulllink;
|
print $fulllink;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -714,6 +714,9 @@ th .button {
|
|||||||
.quatrevingtpercent, .inputsearch {
|
.quatrevingtpercent, .inputsearch {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
.maxquatrevingtpercent {
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
.soixantepercent {
|
.soixantepercent {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -872,6 +872,9 @@ th .button {
|
|||||||
.quatrevingtpercent, .inputsearch {
|
.quatrevingtpercent, .inputsearch {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
.maxquatrevingtpercent {
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
.soixantepercent {
|
.soixantepercent {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user