1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Add style for mailbox-content

This commit is contained in:
Loic Blot
2014-09-16 19:14:32 +00:00
parent a8ca14fd5d
commit b559b43983
2 changed files with 17 additions and 10 deletions
+15 -3
View File
@@ -1,3 +1,15 @@
#hello {
color: red;
}
/* Navigation: folder like structure */
#app-mailbox-content {
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;
}