Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/css/StyleSheet.css @ 13656

Last change on this file since 13656 was 13656, checked in by ascheibe, 8 years ago

#2582 created branch for Hive Web Job Manager

File size: 716 bytes
Line 
1@import url(http://fonts.googleapis.com/css?family=Roboto:400);
2body {
3  background-color:#fff;
4  -webkit-font-smoothing: antialiased;
5  font: normal 14px Roboto,arial,sans-serif;
6}
7
8.container {
9    padding: 25px;
10    position: fixed;
11}
12
13
14.form-login {
15    background-color: #EDEDED;
16    padding-top: 10px;
17    padding-bottom: 20px;
18    padding-left: 20px;
19    padding-right: 20px;
20    border-radius: 15px;
21    border-color:#d2d2d2;
22    border-width: 5px;
23    box-shadow:0 1px 0 #cfcfcf;
24}
25
26h4 {
27 border:0 solid #fff;
28 border-bottom-width:1px;
29 padding-bottom:10px;
30 text-align: center;
31}
32
33.form-control {
34    border-radius: 10px;
35}
36
37.wrapper {
38    text-align: center;
39}
Note: See TracBrowser for help on using the repository browser.