~15651933282-v/study.cs.ucl-password-collection-clients/study.cs.ucl-password-collection-clients

« back to all changes in this revision

Viewing changes to css/settings.css

  • Committer: Steve Dodier-Lazaro
  • Date: 2015-04-13 18:19:00 UTC
  • Revision ID: s.dodier-lazaro@cs.ucl.ac.uk-20150413181900-x0g3cwg6lsitqau3
Optimisations to CSS and HTML

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    padding-top: 6px;
30
30
}
31
31
 
32
 
.navbar-header {
33
 
    width: 450px;
34
 
}
35
 
 
36
32
h2.navbar-text {
37
33
    margin-left: 0;
38
34
}
39
35
 
40
36
ul.navbar-nav {
41
 
    margin-left: 130px;
 
37
    margin-left: 6%;
42
38
}
43
39
 
44
40
ul.nav > li > a.tab-header {
63
59
    text-align: center;
64
60
}
65
61
 
 
62
.captured-entries {
 
63
  border: 1px solid #ddd;
 
64
  border-radius: 3px;
 
65
  border-collapse: separate;
 
66
}
 
67
 
 
68
 
 
69
.captured-entries>tbody>tr table {
 
70
  margin-bottom: .4em !important;
 
71
}
 
72
 
66
73
th[tooltip] > span {
67
74
    border-bottom: 1px dotted #777;
68
75
}
126
133
 
127
134
.table > tbody > tr > td.inner-table-cell {
128
135
    padding: 0 0 0 20px;
129
 
    background-color: #e9eaed;
 
136
    background-color: #fff;
 
137
}
 
138
 
 
139
.captured-entries {
130
140
}
131
141
 
132
142
.inner-table {
207
217
    display: inline-block;
208
218
    z-index: 2;
209
219
    margin-top: 51px;
210
 
}
 
 
b'\\ No newline at end of file'
 
220
}
 
221
 
 
222
.panel-heading>.table, .panel-heading>.table th {
 
223
  margin: 0px;
 
224
  border: 0px;
 
225
  font-weight: normal;
 
226
}