diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-10-02 17:02:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-10-02 17:02:22 (GMT) |
commit | ff872383e09d74ee5dca0bd85d8ecf285a9342e3 (patch) | |
tree | 91fc14a9682b1851f5a8c25860df7dbfa7b10e3a /index.html | |
parent | 8dacc4f6a60245ad2211aeb56d1dbde0e8b6575a (diff) |
added status info tag for file uploads
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,6 +21,10 @@ .btn i[class*='icon-'] { vertical-align: middle; } + + .progress { + margin-bottom: 0; + } </style> <link href="/javascript/twitter-bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> <script src="/javascript/jquery/jquery.min.js"></script> @@ -89,7 +93,7 @@ </div> <div class="modal-footer"> <a href="#" class="btn" data-dismiss="modal">Abbrechen</a> - <a href="#" class="btn btn-primary">Importieren</a> + <a href="#" class="btn btn-primary" id="shows-upload-confirm">Importieren</a> </div> </div> <div class="row-fluid"> |