monospace font for sequence and seconday structure restraints
[django_unres.git] / static / style.css
1 .user-name {
2         text-align: right;
3 }
4
5 .task-item {
6         display: flex;
7 }
8
9 .new-task-item form {
10         width: 100%;
11 }
12
13 .new-task-item .save-button {
14         color: black;
15 }
16
17 .actions-column {
18         text-align: center;
19 }
20 .errorlist
21     {
22         color: red;
23     }
24
25 fieldset.inlineLabels ul {list-style:none}
26
27 .navbar-nav > li > a, .navbar-brand {
28     padding-top:5px !important; padding-bottom:0 !important;
29     height: 30px;
30 }
31 .navbar {min-height:30px !important;}
32
33 .monospace { font-family:'Lucida Console', monospace}