mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
css
This commit is contained in:
parent
be2309c70f
commit
83f4cf67e6
|
|
@ -1904,7 +1904,10 @@ function printSearchForm($urlaction, $urlobject, $title, $htmlmorecss, $htmlinpu
|
|||
$ret.=($accesskey?' accesskey="'.$accesskey.'"':'');
|
||||
$ret.=' placeholder="'.strip_tags($title).'"';
|
||||
$ret.=' name="'.$htmlinputname.'" id="'.$prefhtmlinputname.$htmlinputname.'" />';
|
||||
$ret.='<input type="submit" class="button" style="padding-top: 4px; padding-bottom: 4px; padding-left: 6px; padding-right: 6px" value="'.$langs->trans("Go").'">';
|
||||
//$ret.='<input type="submit" class="button" style="padding-top: 4px; padding-bottom: 4px; padding-left: 6px; padding-right: 6px" value="'.$langs->trans("Go").'">';
|
||||
$ret.='<button type="submit" class="button" style="padding-top: 4px; padding-bottom: 4px; padding-left: 6px; padding-right: 6px">';
|
||||
$ret.='<span class="fa fa-search"></span>';
|
||||
$ret.='</button>';
|
||||
$ret.="</form>\n";
|
||||
return $ret;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2059,6 +2059,8 @@ input.vmenusearchselectcombo[type=text] {
|
|||
#menu_contenu_logo { /* padding-top: 0; */ }
|
||||
.companylogo { }
|
||||
.searchform { padding-top: 10px; }
|
||||
.searchform input { font-size: 16px; }
|
||||
|
||||
|
||||
a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu { white-space: nowrap; font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold; }
|
||||
font.vmenudisabled { font-family: <?php print $fontlist ?>; text-align: <?php print $left; ?>; font-weight: bold; color: #aaa; margin-left: 4px; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user