| @@ -14,7 +14,7 @@ | |||||
| <style> | <style> | ||||
| body { | body { | ||||
| margin: 0; | margin: 0; | ||||
| padding: 0 2px; | |||||
| padding: 0 6px; | |||||
| background: #f8f8f8; | background: #f8f8f8; | ||||
| overflow: scroll; | overflow: scroll; | ||||
| overflow-x: hidden | overflow-x: hidden | ||||
| @@ -25,26 +25,26 @@ | |||||
| .mright { | .mright { | ||||
| width: 100%; | width: 100%; | ||||
| background: #fff; | background: #fff; | ||||
| border: 1px solid #dee2e6; | |||||
| box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); | |||||
| border-radius: 0 0 .2rem .2rem | border-radius: 0 0 .2rem .2rem | ||||
| } | } | ||||
| a.mmac div { | a.mmac div { | ||||
| margin-bottom: 2px; | |||||
| margin-bottom: 6px; | |||||
| padding: 6px 0; | padding: 6px 0; | ||||
| width: 50px; | width: 50px; | ||||
| color: #fff; | color: #fff; | ||||
| background: #424b51; | background: #424b51; | ||||
| border-bottom: 1px solid #dee2e6; | |||||
| box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); | |||||
| border-radius: .2rem 0 0 .2rem; | border-radius: .2rem 0 0 .2rem; | ||||
| text-align: center | text-align: center | ||||
| } | } | ||||
| a.mm div { | a.mm div { | ||||
| margin-bottom: 2px; | |||||
| margin-bottom: 6px; | |||||
| padding: 6px 0; | padding: 6px 0; | ||||
| width: 50px; | width: 50px; | ||||
| color: #424b51; | color: #424b51; | ||||
| background: #fff; | background: #fff; | ||||
| border-bottom: 1px solid #dee2e6; | |||||
| box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); | |||||
| border-radius: .2rem 0 0 .2rem; | border-radius: .2rem 0 0 .2rem; | ||||
| text-align: center; | text-align: center; | ||||
| cursor: pointer | cursor: pointer | ||||