1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-28 18:26:51 +00:00
ocsms/css/style.css
2014-09-16 19:14:59 +00:00

16 lines
370 B
CSS

/* Navigation: folder like structure */
#app-mailbox-peers {
width: 250px;
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
background-color: #f5f5f5;
padding-bottom: 44px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}