/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Collection of various  project independent pixeladmin theme css fixes/extensions
 
 * This stylesheet is/should be imported lastly in order to be effective.
 * (use myapp.css for project specific css styling.)
 *
 * To fix some issue, simply duplicate the affected css selector below and fix the css property value.
 */
 
 @media ( min-width : 480px) {
	.page-signin .form-actions .signin-btn {
		/* make signin button a bit less wide */
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-signin div.logo img {
	/* style the logo on the login page */
	display: block;
	margin: -5px auto 0;
	width: 130px;
}

.navbar .navbar-icon {
	/* place some whitespace between an narbar icon and its label, similar to .menu-icon */
	margin-right: 5px;
}

.table>thead>tr>th a {
	/* table links should not be colored differently */
	color: inherit;
}

.datepicker td {
	/* make date-Picker a bit wider */
	width: 40px;
}