Fixed tooltip interfering with save button, fixed button alignment

This commit is contained in:
Rashid Khan 2013-10-11 10:24:26 +02:00
parent 635db6b0b8
commit c1c4c3d95b
4 changed files with 4 additions and 8 deletions

View File

@ -67,9 +67,9 @@
<ul class="dropdown-menu" style="padding:10px">
<li ng-show="dashboard.current.loader.save_elasticsearch">
<form class="input-append nomargin">
<form class="input-prepend nomargin">
<button style="margin-top:-1px" class="btn" ng-click="elasticsearch_save('dashboard')"><i class="icon-save"></i></button>
<input class='input-medium' ng-model="dashboard.current.title" type="text" ng-model="elasticsearch.title"/>
<button class="btn" ng-click="elasticsearch_save('dashboard')"><i class="icon-save"></i></button>
</form>
</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -225,10 +225,6 @@ a {
font-weight: 200;
}
.input-append label {
font-size: inherit !important;
}
.input-smaller {
width: 75px;
}