Member simple skin

This commit is contained in:
MinSoo Kim 2017-01-09 22:48:37 +09:00
parent ab4b37a462
commit 7156b4c3fd
18 changed files with 246 additions and 176 deletions

View file

@ -115,13 +115,11 @@
background: #2196f3 none repeat scroll 0 0;
border: medium none;
color: #fff;
margin-top: 20px;
padding: 10px;
vertical-align: bottom;
}
.rx_simple_member .sw-footer
{
margin-bottom:30px;
.rx_simple_member form div.control-group>input[type="submit"], .rx_simple_member .sw-footer{
margin: 20px 0;
}
.rx_simple_member .sw-footer>a
{
@ -178,7 +176,7 @@
border-left: 0 none;
}
.rx_simple_member .sw-anchor-buttons {
float:right
text-align:right;
}
.rx_simple_member .sw-anchor-buttons a {
display:inline-block;
@ -198,6 +196,9 @@
white-space: nowrap;
text-decoration: none;
}
.rx_simple_member .rx_sw_list .cont_a.no_delete {
padding-right: 15px;
}
.rx_simple_member .rx_sw_list .cont_a:hover {
color: #2196f3;
}