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

Side by Side Diff: static/css/main.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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 } 95 }
96 96
97 header nav li.install-link .install-link-icon 97 header nav li.install-link .install-link-icon
98 { 98 {
99 display: inline-block; 99 display: inline-block;
100 width: 12px; 100 width: 12px;
101 height: 12px; 101 height: 12px;
102 background-position: -167px -13px; 102 background-position: -167px -13px;
103 } 103 }
104 104
105 #search-field, #search-button
106 {
107 height: 20px;
108 border: 1px solid #d9d9d9;
109 border-radius: 2px;
110 }
111
112 #search-field
113 {
114 -webkit-appearance: none;
115 -moz-appearance: none;
116 -ms-appearance: none;
117 -o-appearance: none;
118 appearance: none;
119 }
120
121 .language-entry a 105 .language-entry a
122 { 106 {
123 display: block; 107 display: block;
124 } 108 }
125 109
126 #language .flag 110 #language .flag
127 { 111 {
128 width: 16px; 112 width: 16px;
129 height: 11px; 113 height: 11px;
130 max-height: 11px; 114 max-height: 11px;
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 433
450 [dir="ltr"] .alert 434 [dir="ltr"] .alert
451 { 435 {
452 border-left: 5px solid #d14841; 436 border-left: 5px solid #d14841;
453 } 437 }
454 438
455 [dir="rtl"] .alert 439 [dir="rtl"] .alert
456 { 440 {
457 border-right: 5px solid #d14841; 441 border-right: 5px solid #d14841;
458 } 442 }
OLDNEW
« locales/en/menu.json ('K') | « locales/en/menu.json ('k') | static/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld