DD and z-index

This commit is contained in:
Sagi Dayan 2015-06-10 12:44:09 +03:00
parent 8149e4c61f
commit 9b887c0599
2 changed files with 6 additions and 2 deletions

View file

@ -39,7 +39,6 @@ body.noscroll
position: fixed;
width:40%;
height:400px;
z-index:200;
margin: auto;
margin-top: 15%;
left: 0;

View file

@ -20,7 +20,12 @@
" I Am A Lecturer... ": {{ user.isLecturer }}
</md-switch>
</div>
<center>
<center>
<div>
<md-select placeholder="Campus Name" ng-model="campus" style="z-index: 9999">
<md-option ng-repeat="c in campuses" value="{{c.title}}">{{c.title}}</md-option>
</md-select>
</div>
<p>
<b>Note:</b> This setting can be changed in the future. <br>
But Choose Now for easy Registration...