equal
deleted
inserted
replaced
|
1 .Rk-PadTitle { |
|
2 height: unset; |
|
3 } |
|
4 |
|
5 .rnk-container { |
|
6 min-height: 100%; |
|
7 position: relative; |
|
8 width: 100%; |
|
9 } |
|
10 |
|
11 input[type="search"].Rk-GraphSearch-Field { |
|
12 height: 2em; |
|
13 } |
|
14 |
|
15 .Rk-Fold-Bins { |
|
16 width: unset; |
|
17 } |
|
18 |
|
19 .Rk-Bins-Title { |
|
20 height: unset; |
|
21 width: unset; |
|
22 } |
|
23 |
|
24 input[type="search"].Rk-Bins-Search-Input { |
|
25 width: 235px; |
|
26 line-height: 25px; |
|
27 height: 25px; |
|
28 padding: 0; |
|
29 } |
|
30 |
|
31 |
|
32 #content { |
|
33 position:absolute; |
|
34 top:45px; |
|
35 left: 0; |
|
36 right: 0; |
|
37 bottom: 45px; |
|
38 } |
|
39 |
|
40 #renkanlist { |
|
41 margin-top: 5em; |
|
42 } |
|
43 |
|
44 #renkanlist-table { |
|
45 width: 90%; |
|
46 } |
|
47 |
|
48 #renkanlist-title-header { |
|
49 width: 90%; |
|
50 } |
|
51 |
|
52 #renkanlist-actions-header { |
|
53 width: 10%; |
|
54 } |
|
55 |
|
56 |
|
57 .renkanlist-actions { |
|
58 text-align: center; |
|
59 } |
|
60 |
|
61 .renkanlist-actions .has-tip { |
|
62 cursor: pointer; |
|
63 } |
|
64 |
|
65 .renkanlist-actions span { |
|
66 margin: 0 0.2em; |
|
67 } |
|
68 |
|
69 .renkandel-buttons form { |
|
70 display: inline-block; |
|
71 margin: 0 0.5em; |
|
72 } |
|
73 |
|
74 footer{ |
|
75 height: 40px; |
|
76 position: fixed; |
|
77 bottom: 0px; |
|
78 left: 0px; |
|
79 line-height: 40px; |
|
80 background: #333 none repeat scroll 0% 0%; |
|
81 color: #FFF; |
|
82 text-align: center; |
|
83 width: 100%; |
|
84 padding: 0px 10px; |
|
85 } |