Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- https://discussions.apple.com/mysubscriptions.jspa#start=0&numResults=25&itemView=detail&filterID=all~objecttype~discn~discn%5Ball%5D&sortKey=all~recentActivityDateDesc&sortColumn=lastReplied&sortOrder=0&filterOnlyUnanswered=false&authored=false&participated=false&autoRefreshed=false&communityId=
- */
- @-moz-document
- url-prefix(https://discussions.apple.com/mysubscriptions.jspa),
- url-prefix(https://discussionsjapan.apple.com/mysubscriptions.jspa),
- url-prefix(https://discussionskorea.apple.com/mysubscriptions.jspa),
- regexp("https://communities.apple.com/(de|es|fr|pt)/mysubscriptions.*") {
- /* Move button out of list. Da */
- button#auto-refresh {
- position: absolute !important; /* override what in the main css */
- text-align: left !important;
- top: 200px !important;
- left: 320px !important;
- font-size: 13px !important;
- width: inherit !important; /* override what in the main css */
- height: 30px !important;
- /* background-color: yellow !important; /* */
- }
- /* How much space to let for the title. Space allocation comes from the header line */
- th.text-left.contentTitle.th-sortable.bold-text{
- width: 520px !important;
- /* background-color: pink !important;/**/
- }
- /* padding to the right. No need for 50px. */
- td.text-left.contentTitle {
- padding-right: 0px !important;
- /*background-color: pink !important;/**/
- }
- /* # viewed; # replies
- Right align numbers */
- td.text-left.viewCount.hidden-xs.icon-size,
- td.text-left.replyCount.hidden-xs {
- text-align: right !important;
- /*background-color: lightcoral !important;/**/
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement