New Last 10 Callers
This commit is contained in:
BIN
dist/www-bootstrap/static/newuser.png
vendored
Normal file
BIN
dist/www-bootstrap/static/newuser.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
13
dist/www-bootstrap/static/style-mobile.css
vendored
13
dist/www-bootstrap/static/style-mobile.css
vendored
@@ -341,6 +341,19 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.last10-new {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 1px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 100%;
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#msgbody {
|
||||
background-color: black;
|
||||
color: gray;
|
||||
|
19
dist/www-bootstrap/static/style.css
vendored
19
dist/www-bootstrap/static/style.css
vendored
@@ -331,9 +331,22 @@
|
||||
padding-left: 15px;
|
||||
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 33.333333%;
|
||||
flex: 0 0 33.333333%;
|
||||
max-width: 33.333333%;
|
||||
-ms-flex: 0 0 23.333333%;
|
||||
flex: 0 0 23.333333%;
|
||||
max-width: 23.333333%;
|
||||
}
|
||||
|
||||
.last10-new {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 1px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 10%;
|
||||
flex: 0 0 10%;
|
||||
max-width: 10%;
|
||||
}
|
||||
|
||||
#msgbody {
|
||||
|
Reference in New Issue
Block a user