mirror of
https://github.com/unraid/webgui.git
synced 2026-05-21 13:49:32 -05:00
Compress too long share names in dropdown menus
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user