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
/*官方釋出的標籤展開+時光機修正*/
#filter_tab {
  width:660px;
  position:absolute;
  right:60px;
  top:-20px;
}

#filter_tab li {
  clear:none;
  width:auto;
  margin-right: 5px;
}

#filter_tab a {
  height:25px !important;
  width:auto;
  margin-top:0px !important;
}

.off_tab.timeMachine {
  position:absolute;
  right:-55px;
  width:auto !important;
}

.timeline_control {
  margin-left:0;
}

#timeline_control_holder {
  width:100%;
}

#updater {
  left:5px;
}

/*標籤展開END*/