Browse Source

ui test

tags/1.1.0
Robin Thoni 8 years ago
parent
commit
8afcba9e5f
2 changed files with 2 additions and 1 deletions
  1. 2
    0
      app/index.html
  2. 0
    1
      app/less/app.less

+ 2
- 0
app/index.html View File

100
 
100
 
101
     </md-sidenav>
101
     </md-sidenav>
102
     <div layout="column" flex md-theme="blue" id="content">
102
     <div layout="column" flex md-theme="blue" id="content">
103
+        <md-content>
103
         <md-toolbar layout="row">
104
         <md-toolbar layout="row">
104
             <div class="md-toolbar-tools">
105
             <div class="md-toolbar-tools">
105
                 <!-- Add a toggleMenu function to your menuCtrl controller with the following in it
106
                 <!-- Add a toggleMenu function to your menuCtrl controller with the following in it
239
                 </footer>
240
                 </footer>
240
             </div>
241
             </div>
241
         </md-content>
242
         </md-content>
243
+        </md-content>
242
     </div>
244
     </div>
243
 </div>
245
 </div>
244
 
246
 

+ 0
- 1
app/less/app.less View File

1
 .md-main-content {
1
 .md-main-content {
2
   padding-top: 10px;
2
   padding-top: 10px;
3
   padding-left: 10px;
3
   padding-left: 10px;
4
-  overflow: scroll;
5
 }
4
 }
6
 
5
 
7
 .text-center() {
6
 .text-center() {

Loading…
Cancel
Save