Compress too long share names in dropdown menus

This commit is contained in:
bergware
2021-05-25 22:13:10 +02:00
parent 903c8d99fc
commit 0961ff7643
+4 -4
View File
@@ -1,8 +1,8 @@
Type="xmenu"
---
<?PHP
/* Copyright 2005-2020, Lime Technology
* Copyright 2012-2020, Bergware International.
/* Copyright 2005-2021, Lime Technology
* Copyright 2012-2021, Bergware International.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
@@ -40,10 +40,10 @@ div.clone2{position:absolute;right:0;margin-top:48px}
span.input{display:inline-block;width:420px}
<?if ($themes1):?>
span.wrap{display:inline-block;width:128px}
select.clone{min-width:123px;margin-right:0}
select.clone{min-width:123px;max-width:123px;margin-right:0}
<?else:?>
span.wrap{display:inline-block;width:150px}
select.clone{min-width:145px;margin-right:0}
select.clone{min-width:145px;max-width:145px;margin-right:0}
<?endif;?>
input.clone{margin-left:8px;margin-right:0}
span.clone{margin-right:4px}