allow user to config custom menu

This commit is contained in:
OttoMao
2015-07-12 21:19:49 +08:00
parent 95531a3558
commit 1558813144
9 changed files with 325 additions and 290 deletions

View File

@@ -205,7 +205,7 @@ body, html {
border-left: 1px solid #CCC;
top: 0;
padding: 10px 20px 10px 10px;
overflow-y:scroll;
overflow-y:auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
@@ -225,6 +225,12 @@ body, html {
word-wrap: break-word;
}
.recordDetailOverlay iframe{
position: relative;
height: 92vh;
width: 100%;
}
.data_id{
color: #777;
}