Browse Source

change sidemenu position to right

main
ghost 3 years ago
parent
commit
6e2c4dc8f6
  1. 4
      src/public/css/template/default/app.css
  2. 2
      src/public/css/template/default/module/menu.css

4
src/public/css/template/default/app.css

@ -21,13 +21,13 @@ a:active { @@ -21,13 +21,13 @@ a:active {
}
.container > .left {
position: fixed;
float: right;
z-index: 99;
width: 360px
}
.container > .right {
padding-left: 380px
padding-right: 380px
}
.container {

2
src/public/css/template/default/module/menu.css

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
cursor: pointer;
text-align: center;
padding: 8px 16px;
margin: 2px
margin: 0 2px 2px 2px;
}
.moduleMenu .item.active,

Loading…
Cancel
Save