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

This reverts commit f5234ea74e.

Broke the login form, Username and Password hints were not readable.
This commit is contained in:
Sebastian Grewe 2015-07-15 15:59:52 +02:00
parent f5234ea74e
commit b9ab718d71

View File

@ -71,8 +71,7 @@ input[type="color"],
color: #555555;
border: 1px solid #ccc;
height: 25px;
/*line-height: 25px; IE FIX?*/
width: 100%;
line-height: 25px;
}
.input-group-sm > .form-control,
@ -585,7 +584,6 @@ div.fade {
.table > tbody > tr > td
{
padding:4px;
vertical-align: middle;
}
.panel > .table,
@ -627,21 +625,3 @@ div.fade {
}
/* 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;
}