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

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

Issue 29551727: Issue 5634 - Removed search from abp.org header (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 21, 2017, 10:44 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
OLDNEW
1 html 1 html
2 { 2 {
3 position: relative; 3 position: relative;
4 min-height: 100%; 4 min-height: 100%;
5 } 5 }
6 6
7 header, #content, #footer-content 7 header, #content, #footer-content
8 { 8 {
9 margin-left: auto; 9 margin-left: auto;
10 margin-right: auto; 10 margin-right: auto;
(...skipping 22 matching lines...) Expand all
33 text-align: right; 33 text-align: right;
34 white-space: nowrap; 34 white-space: nowrap;
35 } 35 }
36 36
37 header nav ul *, 37 header nav ul *,
38 html[dir="rtl"] header nav ul 38 html[dir="rtl"] header nav ul
39 { 39 {
40 text-align: left; 40 text-align: left;
41 } 41 }
42 42
43 header nav li, #search form, #search-field, #search-field-label-button 43 header nav li
44 { 44 {
45 display: inline-block; 45 display: inline-block;
46 vertical-align: middle; 46 vertical-align: middle;
47 } 47 }
48 48
49 header nav li 49 header nav li
50 { 50 {
51 height: 18px; 51 height: 18px;
52 border-left: 1px dotted #848484; 52 border-left: 1px dotted #848484;
53 border-right-width: 0; 53 border-right-width: 0;
(...skipping 25 matching lines...) Expand all
79 header nav li.first, .language-entry 79 header nav li.first, .language-entry
80 { 80 {
81 border-left-width: 0; 81 border-left-width: 0;
82 border-right-width: 0; 82 border-right-width: 0;
83 margin-left: 0; 83 margin-left: 0;
84 margin-right: 0; 84 margin-right: 0;
85 padding-left: 0; 85 padding-left: 0;
86 padding-right: 0; 86 padding-right: 0;
87 } 87 }
88 88
89 #search
90 {
91 height: 22px;
92 padding-top: 0;
93 padding-bottom: 0;
94 }
95
96 #search-box
97 {
98 height: 20px;
99 }
100
101 #search-field-label-plain
102 {
103 display: none;
104 }
105
106 #search-field-label-button
107 {
108 border: none;
109 }
110
111 #search-field
112 {
113 width: 160px;
114 -webkit-box-sizing: border-box;
115 -moz-box-sizing: border-box;
116 -ms-box-sizing: border-box;
117 -o-box-sizing: border-box;
118 box-sizing: border-box;
119 }
120
121 #search-button
122 {
123 font-size: 12px;
124 padding: 0 10px;
125 margin-left: 5px;
126 margin-right: 0;
127 background: #ededed;
128 background: -webkit-linear-gradient(top, #fefefe, #ededed);
129 background: -moz-linear-gradient(top, #fefefe, #ededed);
130 background: -ms-linear-gradient(top, #fefefe, #ededed);
131 background: -o-linear-gradient(top, #fefefe, #ededed);
132 background: linear-gradient(top, #fefefe, #ededed);
133 }
134
135 html[dir="rtl"] #search-button
136 {
137 margin-right: 5px;
138 margin-left: 0;
139 }
140
141 #search-button:active
142 {
143 position: relative;
144 top: 1px;
145 background: #ddd;
146 background: -webkit-linear-gradient(bottom, #fefefe, #ededed);
147 background: -moz-linear-gradient(bottom, #fefefe, #ededed);
148 background: -ms-linear-gradient(bottom, #fefefe, #ededed);
149 background: -o-linear-gradient(bottom, #fefefe, #ededed);
150 background: linear-gradient(bottom, #fefefe, #ededed);
151 }
152
153 #language 89 #language
154 { 90 {
155 position: relative; 91 position: relative;
156 cursor: pointer; 92 cursor: pointer;
157 } 93 }
158 94
159 #language-arrow 95 #language-arrow
160 { 96 {
161 width: 16px; 97 width: 16px;
162 height: 9px; 98 height: 9px;
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 margin-left: -150px; 254 margin-left: -150px;
319 margin-right: -150px; 255 margin-right: -150px;
320 width: 980px; 256 width: 980px;
321 } 257 }
322 258
323 #globalnav 259 #globalnav
324 { 260 {
325 margin-top: 5px; 261 margin-top: 5px;
326 margin-bottom: 5px; 262 margin-bottom: 5px;
327 } 263 }
OLDNEW
« locales/en/menu.json ('K') | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld