css fix for a terribly hard to trace angular modal input height bug
This commit is contained in:
parent
32b25f29b4
commit
96fb34cb73
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user