Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12666 for trunk/sources


Ignore:
Timestamp:
07/08/15 09:42:45 (9 years ago)
Author:
dglaser
Message:

#2413: Fixed QuickSelection ComboBox width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/history/history.cshtml

    r12583 r12666  
    3333            <div class="btn-group" dropdown dropdown-append-to-body>
    3434                <button type="button" class="btn btn-default dropdown-toggle" dropdown-toggle style="width: 130px; text-align: left;">
    35                     {{curQuickSelection.name}} <span class="glyphicon glyphicon-chevron-down" style="margin-top: 3px; float:right"></span>
     35                    <span class="text-left" style="display: inline-block; width: 85px;">{{curQuickSelection.name}}</span>
     36                    <span class="glyphicon glyphicon-chevron-down" style="margin-top: 3px;"></span>
    3637                </button>
    3738                <ul class="dropdown-menu" role="menu">
Note: See TracChangeset for help on using the changeset viewer.