Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b40ead7d
authored
2012-04-26 10:50:39 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add basic styles for sortable list items. Taken from the "Post Types Order" plugin. refs #1489
1 parent
015754fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
b40ead7
...
...
@@ -785,4 +785,10 @@ h6.fieldset-heading {
a
.remove-option-group
,
a
.remove-option
{
margin-left
:
15px
;
}
\ No newline at end of file
}
#sortable
{
list-style-type
:
none
;
margin
:
10px
0
0
;
padding
:
0
;
width
:
100%
;
}
#sortable
ul
{
margin-left
:
20px
;
list-style
:
none
;
}
#sortable
li
{
padding
:
2px
0px
;
margin
:
4px
0px
;
border
:
1px
solid
#DDDDDD
;
cursor
:
move
;
-moz-border-radius
:
6px
}
#sortable
li
span
{
display
:
block
;
background
:
#f7f7f7
;
padding
:
5px
;
color
:
#808080
;
font-size
:
14px
;
font-weight
:
bold
;
}
#sortable
li
.placeholder
{
border
:
dashed
2px
#ccc
;
background-color
:
#FFF
;
height
:
20px
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment