Commit a13f6e0e by Rashid Khan

Firefox apply button height fix

parent 8686bc6f
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
} }
.filter-apply { .filter-apply {
float:right; float:right;
margin-bottom: 5px;
} }
</style> </style>
...@@ -72,8 +71,10 @@ ...@@ -72,8 +71,10 @@
</li> </li>
</ul> </ul>
<div> <div>
<input type="submit" value="Apply" ng-click="filterSrv.list[id].editing=undefined;refresh()" class="filter-apply btn btn-success btn-mini" bs-tooltip="'Save and refresh'"/>
<button ng-click="filterSrv.list[id].editing=undefined" class="filter-apply btn btn-mini" bs-tooltip="'Save without refresh'">Save</button> <button type="submit" ng-click="filterSrv.list[id].editing=undefined;refresh()" class="filter-apply btn btn-mini btn-success" bs-tooltip="'Save and refresh'">Apply</button>
<button ng-click="filterSrv.list[id].editing=undefined" class="filter-apply btn-mini btn" bs-tooltip="'Save without refresh'">Save</button>
</div> </div>
</form> </form>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment