Created
February 5, 2016 14:18
-
-
Save brianhsu/0011dd3e18d4c6b944a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /********************************************************* | |
| * 把「所有訊息」、「我發表的訊息」等控制項展開至右下角 | |
| ********************************************************/ | |
| #filter_tab li {clear:none;width:auto;margin-right:5px;} | |
| #filter_tab a {height:25px !important; margin:0 !important;} | |
| .timeline_control {margin-left:0;} | |
| #timeline_control_holder {width:100%;} | |
| #updater {left:5px;} | |
| /************************************************ | |
| * 隱藏兩側 BEGIN 箭頭 | |
| ***********************************************/ | |
| .browse_button .cmp_arrow_right, .browse_button .cmp_arrow_right + .cmp_back_to_today { | |
| width: 0; | |
| height: 0; | |
| font-size: 0; | |
| } | |
| .browse_button .cmp_arrow_left, .browse_button .cmp_arrow_left + .cmp_back_to_today { | |
| width: 0; | |
| height: 0; | |
| font-size: 0; | |
| } | |
| /**************************************************************** | |
| * 時間標籤移到分割線下方,11 和 2 這個兩數字要自己調一下測測看 | |
| ***************************************************************/ | |
| .bottom_start { | |
| margin-top: 11px; | |
| } | |
| #time_show { | |
| margin-top: 2px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment