Skip to content

Commit

Permalink
Remove extra CSS
Browse files Browse the repository at this point in the history
Don't need this now that we're not using 2 separate fields
  • Loading branch information
mckernanin committed Aug 30, 2016
1 parent f3c4b4f commit dbdbf73
Showing 1 changed file with 0 additions and 106 deletions.
106 changes: 0 additions & 106 deletions css/attached-posts-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,109 +101,3 @@
ul.hide-selected li.added{
display: none;
}

/* Users */

.postbox-container .cmb-type-custom-attached-users .cmb-th + .cmb-td {
width: 100%;
}

.cmb-type-custom-attached-users .cmb-type-custom_attached_users {
padding-top: 0;
}

.cmb-type-custom-attached-users .attached-users-wrap {
display: inline-block;
width: 100%;
}

.cmb-type-custom-attached-users .column-wrap {
float: left;
width: 45%;
}

.cmb-type-custom-attached-users .retrieved-wrap {
margin-right: 10%;
}

.cmb-type-custom-attached-users .attached-users-section {
margin-bottom: 5px;
}

.cmb-type-custom-attached-users .search-wrap .regular-text {
width: 100%;
margin: 0 0 7px 0;
}

.cmb-type-custom-attached-users .connected {
background: #F4F4F4;
cursor: pointer;
height: 300px;
overflow-y: scroll;
padding: 0;
width: 100%;
}

.cmb-type-custom-attached-users .has-thumbnails.connected {
height: 600px;
}

.cmb-type-custom-attached-users .has-thumbnails li {
clear: both;
}

.cmb-type-custom-attached-users .has-thumbnails li img {
margin-right: 10px;
vertical-align: middle;
float: left;
}

.cmb-type-custom-attached-users .has-thumbnails li a {
text-indent: 55px;
}

.attached-users-wrap .attached {
float: right;
}

.cmb-type-custom-attached-users .connected li {
border-bottom: 1px solid #f1f1f1;
margin: 0;
padding: 10px 40px 10px 10px;
position: relative;
}

.cmb-type-custom-attached-users .connected li.odd {
background-color: #f9f9f9;
}

.cmb-type-custom-attached-users .connected li:hover {
background: #e6e6e6;
}

.attached-users-wrap .retrieved li.added {
opacity: .5;
}

.attached-users-wrap .retrieved li.added:hover {
background: #fff;
cursor: initial;
}

.attached-users-wrap .retrieved li.added:hover .add-remove {
background-position: 0 -22px;
}

.connected li .add-remove {
display: block;
height: 17px;
margin-top: -8px;
position: absolute;
right: 10px;
top: 50%;
width: 22px;
}

ul.hide-selected li.added{
display: none;
}

0 comments on commit dbdbf73

Please sign in to comment.