Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 542033002: [Local NTP] block image-related context menu items for thumbnails; CSS fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/most_visited_thumbnail.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 9cdab2eacacb7f0b8951ec1aafddd29ff974b630..49ceddcb27456a5a5d1588b4050d067c9180457b 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -15,16 +15,7 @@ body {
text-align: -webkit-center;
}
-#ntp-contents.classical {
- margin-top: 157px;
-}
-
-#ntp-contents.md {
- margin-top: 157px;
-}
-
.non-google-page #ntp-contents {
- margin-top: 0;
position: absolute;
top: calc(50% - 155px);
width: 100%;
@@ -50,6 +41,7 @@ body.fakebox-disable #fakebox > input {
background-size: 269px 95px;
height: 95px;
margin-bottom: 24px;
+ margin-top: 157px;
width: 269px;
}
@@ -119,7 +111,7 @@ body[dir=rtl] #fakebox > input {
margin-top: 1px;
overflow: hidden;
position: absolute;
- text-align: left;
+ text-align: initial;
text-overflow: ellipsis;
vertical-align: middle;
visibility: inherit;
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/most_visited_thumbnail.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698