PluginProbe
Auto Submenu / trunk
Auto Submenu vtrunk
1.0.7 trunk 0.1 0.2 0.3.0 0.3.1 0.3.2 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6
auto-submenu / src / asm.css

asm.css in Auto Submenu trunk, at src/asm.css

27 lines 918 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }