css
This commit is contained in:
parent
acaf066d1d
commit
f188d5addb
@ -342,7 +342,7 @@ $rellink .= '&file='.urlencode($filepath);
|
||||
$fulllink = $urlwithroot.$rellink;
|
||||
print img_picto('', 'globe').' ';
|
||||
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 {
|
||||
print $fulllink;
|
||||
}
|
||||
|
||||
@ -714,6 +714,9 @@ th .button {
|
||||
.quatrevingtpercent, .inputsearch {
|
||||
width: 80%;
|
||||
}
|
||||
.maxquatrevingtpercent {
|
||||
max-width: 80%;
|
||||
}
|
||||
.soixantepercent {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
@ -872,6 +872,9 @@ th .button {
|
||||
.quatrevingtpercent, .inputsearch {
|
||||
width: 80%;
|
||||
}
|
||||
.maxquatrevingtpercent {
|
||||
max-width: 80%;
|
||||
}
|
||||
.soixantepercent {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user