added logout button
This commit is contained in:
@@ -121,6 +121,13 @@ button.viewdebts {
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
height: 25%;
|
height: 25%;
|
||||||
}
|
}
|
||||||
|
button.logout {
|
||||||
|
background-color: #009999;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 450%;
|
||||||
|
width: 100%;
|
||||||
|
height 25%;
|
||||||
|
}
|
||||||
h1.logomaxipad {
|
h1.logomaxipad {
|
||||||
background-color: #0000ff;
|
background-color: #0000ff;
|
||||||
color: #99ccff;
|
color: #99ccff;
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
<h1>{{$message}}</h1>
|
<h1>{{$message}}</h1>
|
||||||
|
<button class="logout"><a href="/">log out</a></button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -196,6 +196,7 @@
|
|||||||
</table>
|
</table>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
<button class="logout"><a href="/">log out</a></button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
{{ Form::button('view', array('class' => 'viewsection', 'type' => 'submit')) }}
|
{{ Form::button('view', array('class' => 'viewsection', 'type' => 'submit')) }}
|
||||||
</p>
|
</p>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
<button class="logout"><a href="/">log out</a></button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<button class="logout"><a href="/">log out</a></button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user