| Index: chrome/browser/resources/options/cookies_view.css
|
| ===================================================================
|
| --- chrome/browser/resources/options/cookies_view.css (revision 86208)
|
| +++ chrome/browser/resources/options/cookies_view.css (working copy)
|
| @@ -6,7 +6,7 @@
|
|
|
| /* styles for the cookies list elements in cookies_view.html */
|
| #remove-all-cookies-search-column {
|
| - bottom: 0;
|
| + bottom: 10px;
|
| position: absolute;
|
| right: 0;
|
| }
|
| @@ -17,13 +17,14 @@
|
| }
|
|
|
| #cookies-column-headers {
|
| - margin-bottom: 10px;
|
| position: relative;
|
| width: 100%;
|
| }
|
|
|
| #cookies-column-headers h3 {
|
| - margin-bottom: 0;
|
| + font-size: 105%;
|
| + font-weight: bold;
|
| + margin: 10px 0;
|
| }
|
|
|
| /* notice the width and padding for these columns match up with those below */
|
|
|