| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /*html, body {
- background-color: #f5f5f5;
- height: 100%;
- }
- body > .container {
- background-color: #FFFFFF;
- height: 100%;
- }
- .row {
- margin-top: 5px;
- }
- .logo {
- max-height: 42px;
- }
- .pleaselogin {
- padding-top: 25%;
- }
- .signinbox {
- max-width: 25%;
- padding-top: 15%;
- }
- .form-signin input[type="text"] {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .form-signin input[type="password"] {
- margin-bottom: 10px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- table tr > td:last-of-type {
- text-align: right;
- width: 50%;
- }*/
- .navbar-label-header {
- font-weight: 600;
- }
- table td {
- vertical-align: middle !important;
- }
- #protocol.editable-element-select-protocol {
- text-transform: uppercase;
- }
- /*.footer {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 60px;
- background-color: #f5f5f5;
- }*/
|