@import "compass/css3"; #wp-link { select { margin-left: 4px;margin-top: 5px; } .link-follow { padding: 3px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; input { margin-left:3px; } } @media screen and (max-width: 782px){ select { padding: 6px 10px; height:inherit;font-size:16px; } .link-follow { margin-top:4px; } } } #awl_author { a { text-decoration: none; font-style: italic; font-weight: bold; &:hover{ text-decoration: underline; } } } table#awl_settings_form_table { tr { vertical-align: top; } table#awl_styling_options { background-color: #fff; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); box-shadow: 0 1px 1px rgba(0,0,0,.04); margin-bottom: 10px; tr { td, th { padding:15px 10px; border-bottom: 1px solid #e5e5e5; } &:last-child { td { border-bottom-width:0px; } } } } a.awl_remove { display: inline-block; height:22px;line-height:22px;width:22px; @include border-radius(50%); background-color:#a00; text-align:center; color:#fff; span {line-height:22px;} cursor: pointer; &:hover { background-color:red; } } }