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

Side by Side Diff: static/css/index-desktop.css

Issue 29716660: Fixes #5 - Update home page hero unit (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 7, 2018, 8:01 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/index.css ('k') | static/css/index-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
(Empty)
1 #main
2 {
3 width: 426px;
4 height: auto;
5 /* Force height to be at least the height of the video/image */
6 min-height: 310px;
7 position: relative;
8 float: right;
9 margin-left: 0px;
10 margin-right: 3px;
11 margin-bottom: 4px;
12 }
13
14 html[dir="rtl"] #main
15 {
16 float: left;
17 margin-right: 0px;
18 margin-left: 8px;
19 }
20
21 #information-android
22 {
23 position: absolute;
24 }
25
26 h3.edge-message
27 {
28 margin: 0px;
29 }
30
31 #install .install-button
32 {
33 width: 100%;
34 }
35
36 #install .install-button:active
37 {
38 bottom: 0px;
39 }
40
41 #other-platform
42 {
43 margin-top: 10px;
44 }
45
46 #other-platform > div
47 {
48 margin-bottom: 10px;
49 }
50
51 #content.edge #edge-teaser
52 {
53 display: inline-block;
54 padding: 0px;
55 }
56
57 #information-android
58 {
59 left: 2px;
60 bottom: -25px;
61 }
62
63 #messages-wrapper
64 {
65 margin-top: 20px;
66 margin-bottom: 30px;
67 width: 100%;
68 float: right;
69 }
70
71 #messages-wrapper > div
72 {
73 margin-top: 0px;
74 margin-bottom: 20px;
75 }
76
77 #content.edge #messages-wrapper
78 {
79 margin-top: 80px;
80 }
81
82 #key-facts
83 {
84 clear: both;
85 margin-top: 50px;
86 margin-left: 80px;
87 margin-right: 0px;
88 }
89
90 html[dir="rtl"] #key-facts
91 {
92 margin-right: 80px;
93 margin-left: 0px;
94 }
95
96 #key-facts section
97 {
98 width: 215px;
99 vertical-align: top;
100 margin-left: 20px;
101 margin-right: 0px;
102 padding-left: 95px;
103 padding-right: 0px;
104 border-left: 1px dotted black;
105 border-right-width: 0px;
106 }
107
108 html[dir="rtl"] #key-facts section
109 {
110 margin-right: 20px;
111 margin-left: 0px;
112 padding-right: 95px;
113 padding-left: 0px;
114 border-right: 1px dotted black;
115 border-left-width: 0px;
116 }
117
118 html #key-facts section.first
119 {
120 margin-left: 0;
121 margin-right: 0;
122 padding-left: 0;
123 padding-right: 0;
124 border-left-width: 0px;
125 border-right-width: 0px;
126 }
127
128 #key-facts section p
129 {
130 width: 225px;
131 }
132
133 #pageactions
134 {
135 margin-left: 0;
136 margin-right: 0;
137 width: 100%;
138 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld