Skip to content

Commit

Permalink
Minor Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincio87 committed Nov 6, 2015
1 parent 681ed15 commit f727b6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions resources/css/reorder-admin.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
#post-list {
margin-top: 20px;
}
#post-list > li > div {
#post-list > li > .ui-sortable-handle,
#post-list > li > .children > li > div {
width: 50%;
font-weight: bold;
background: #fff; /* for non-css3 browsers */
cursor: move;
border: 1px solid #ddd;
position: relative;
padding: 1em;
}
#post-list > li > .ui-sortable-handle a {
text-transform: uppercase;
text-decoration: none;
background-color: #ddd;
padding: 0 3px;
color: #000;
}
#post-list > li > .children > li > div:nth-child(1) {
margin-top: 5px;
}
.text {
position: relative;
display: table;
width: 100%;
padding: 10px;
}
.text div {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion resources/css/section.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
.box-section .row-field label {
display: inline-block;
position: relative;
width: 20%;
width: 35%;
}
.box-section .wp-editor-wrap{
margin-top: 10px;
Expand Down

0 comments on commit f727b6e

Please sign in to comment.