| 1 |
/* Copyright 2024 Diana van de Laarschot (email : mail@telodelic.nl) |
| 2 |
|
| 3 |
This program is free software; you can redistribute it and/or modify |
| 4 |
it under the terms of the GNU General Public License, version 2, as |
| 5 |
published by the Free Software Foundation. |
| 6 |
|
| 7 |
This program is distributed in the hope that it will be useful, |
| 8 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 |
GNU General Public License for more details. |
| 11 |
|
| 12 |
You should have received a copy of the GNU General Public License |
| 13 |
along with this program; if not, write to the Free Software |
| 14 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 15 |
*/ |
| 16 |
|
| 17 |
.menu-item-settings .asm-description { |
| 18 |
float: left; |
| 19 |
margin: 0 10px 0 0; |
| 20 |
padding: 3px 5px 5px; |
| 21 |
margin-top: 3px; |
| 22 |
border: 1px solid #DFDFDF; |
| 23 |
} |
| 24 |
|
| 25 |
.d-none { |
| 26 |
display: none; |
| 27 |
} |