1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-16 19:02:59 +00:00
This commit is contained in:
Loic Blot
2014-10-05 10:28:21 +00:00
parent 922a5bf853
commit 89b9082e11
3 changed files with 37 additions and 5 deletions
+22 -1
View File
@@ -44,8 +44,29 @@
color: #333;
}
#app-content {
#app-content-wrapper {
padding: 15px;
margin-top: 70px;
}
#app-content-header {
background-color: #E6E6E6;
min-height: 30px;
width: 100%;
float: left;
position: fixed;
top: 45px;
padding: 15px;
}
#ocsms-phone-label {
font-weight: bold;
color: #555;
}
#ocsms-phone-opt-number {
color: #999;
padding-left: 15px;
}
.msg-sent, .msg-recv {