Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/css/main-mobile.css

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Addressed comments Created Oct. 11, 2017, 1:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/main-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content 1 #content
2 { 2 {
3 margin-top: 20px; 3 margin-top: 20px;
4 margin-bottom: 50px; 4 margin-bottom: 50px;
5 } 5 }
6 6
7 #footer-main
8 {
9 text-align: center;
10 position: static;
11 }
12
13 #footer-main h1, #footer-main nav li
14 {
15 padding: 15px;
16 margin: 0px;
17 }
18
19 #footer-main nav li
20 {
21 display: none;
22 }
23
24 #footer-main nav section h1::after
25 {
26 content: "";
27 display: inline-block;
28 width: 11px;
29 height: 11px;
30 margin-left: 5px;
31 margin-right: 0;
32 background-image: url(../img/sprite-main.png);
33 background-position: -31px -166px;
34 }
35
36 html[dir="rtl"] #footer-main nav section h1::after
37 {
38 margin-right: 5px;
39 margin-left: 0;
40 }
41
42 #footer-main nav section.visible h1::after
43 {
44 background-position: -31px -178px;
45 }
46
47 #footer-main nav section.visible li
48 {
49 display: block;
50 }
51
52 #social-list
53 {
54 padding: 0px;
55 }
56
57 #anwiki-admin, #pageactions 7 #anwiki-admin, #pageactions
58 { 8 {
59 display: none; 9 display: none;
60 } 10 }
OLDNEW
« no previous file with comments | « static/css/main-desktop.css ('k') | static/css/noscript-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld