[FIX][#2454][#2377] MPOS stylesheet improvements

This commit is contained in:
Sebastian Grewe 2015-07-15 14:50:07 +02:00
parent deb3b115d0
commit f5234ea74e

View File

@ -71,7 +71,8 @@ input[type="color"],
color: #555555; color: #555555;
border: 1px solid #ccc; border: 1px solid #ccc;
height: 25px; height: 25px;
line-height: 25px; /*line-height: 25px; IE FIX?*/
width: 100%;
} }
.input-group-sm > .form-control, .input-group-sm > .form-control,
@ -584,6 +585,7 @@ div.fade {
.table > tbody > tr > td .table > tbody > tr > td
{ {
padding:4px; padding:4px;
vertical-align: middle;
} }
.panel > .table, .panel > .table,
@ -625,3 +627,21 @@ div.fade {
} }
/* End Footer */ /* End Footer */
.navbar-right {
float: right !important;
margin-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
margin-bottom: 0px;
width: auto;
min-width: 100%;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
line-height: 0;
}