css fix for a terribly hard to trace angular modal input height bug

This commit is contained in:
hamza zia 2013-03-09 04:02:26 +00:00
parent 32b25f29b4
commit 96fb34cb73

View File

@ -18,6 +18,13 @@
<link rel="stylesheet" href="css/download.css">
<link rel="stylesheet" href="css/modals.css">
<style>
/* temporary hack for angularui modal implementation */
.control-group input {
height: 30px;
}
</style>
<!-- external javascript dependencies -->
<script src="js/libs/jquery-1.8.3.js"></script>