/* -----------------------------------------------------------------------------
Engine:     Gametize
Author:     Gametize Pte Ltd
Description:  Key component definitions for webviews (not part of old player web)
----------------------------------------------------------------------------- */

/* ---- INBOX ---- */
.message-inbox {
  height: 45px;
  box-sizing: border-box;
}

.message-inbox > a {
    box-sizing: border-box;
}

/* ---- PLAYER SEARCH ---- */
.player-search-result-wrap { border : 1px solid #ccc; background : #fff }
  .player-search-result { padding : 5px; cursor : pointer }
  .player-search-result:not(:last-child) { border-bottom : 1px solid #ccc }
