Changed name of webapp/web/css/individual/menuManagement.css to avoid confusion with file of same name in webapp/web/css/menupage/
This commit is contained in:
parent
dd132c040b
commit
a477c2face
2 changed files with 2 additions and 2 deletions
20
webapp/web/css/individual/menuManagement-menuItems.css
Normal file
20
webapp/web/css/individual/menuManagement-menuItems.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* MENU ITEMS------> */
|
||||
ul.menuItems {
|
||||
width: 35%;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
ul.menuItems li {
|
||||
margin: .2em 0;
|
||||
padding: .5em;
|
||||
background: #f3f3f0;
|
||||
}
|
||||
ul.menuItems.dragNdrop li {
|
||||
padding-left: 1.4em;
|
||||
background: url("../../edit/forms/images/sortable_icon.png") no-repeat .4em center #f3f3f0;
|
||||
cursor: move;
|
||||
}
|
||||
span.controls {
|
||||
float: right;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue