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

Unified Diff: appengine/config_service/ui/src/config-ui/front-page.html

Issue 2984073002: Nothing changed, ignore this commit (Closed)
Patch Set: Created 3 years, 5 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 | « appengine/config_service/ui/src/config-ui/config-ui.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/src/config-ui/front-page.html
diff --git a/appengine/config_service/ui/src/config-ui/front-page.html b/appengine/config_service/ui/src/config-ui/front-page.html
index 9744eb267f5d04ad642efb4d75f44b39626ea8a1..2fd855b2e289d296dce0a1a4ffe3f0c129cf1829 100644
--- a/appengine/config_service/ui/src/config-ui/front-page.html
+++ b/appengine/config_service/ui/src/config-ui/front-page.html
@@ -17,11 +17,18 @@
<dom-module id="front-page">
<template>
<style>
- .center {
- width: 23%;
- margin: auto;
+ @media only screen and (min-width: 768px) {
+ .center {
+ width: 550px;
+ }
+
+ paper-search-bar {
+ width: 900px;
+ }
}
+ .loading { text-align: center; }
+
.config-card {
padding-bottom: 1%;
animation: fadein 1.5s;
@@ -32,8 +39,6 @@
to {opacity: 1}
}
- .loading { text-align: center; }
-
.search-bar {
padding-top: 7%;
padding-bottom: 2%;
@@ -45,12 +50,16 @@
text-align: center;
}
+ .center {
+ margin: auto;
+ }
+
paper-search-bar {
@apply --shadow-elevation-4dp;
- width: 40%;
height: 100%;
margin: auto;
}
+
</style>
<iron-ajax
« no previous file with comments | « appengine/config_service/ui/src/config-ui/config-ui.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698