user_notes.css
548 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.user_notes_container {
height: 98%;
width: 55%;
border-style: none;
padding:0 0 0 0;
}
.notes-pages {
border-style: none;
padding:0 0 0 0;
height: 93%;
}
.notes-paginate {
width:60%;
float:right;
}
.notes-actions {
display: inline-block;
border-style: none;
padding: 0 0 0 10;
width: 43%;
height: 95%;
}
.note-text {
height: 80%;
border-style: solid;
border-width: 1px;
border-color: grey;
white-space: pre-wrap;
overflow: auto;
font-size: 12px;
}
.notes-table {
display: inline-block;
overflow: auto;
height: 95%;
}