Commit b0612364 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Fix css rules for offline gaia

Fixed: 1071770
Change-Id: I38fc772129e93663ab7adcc650dce351bfc2128e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156546Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760489}
parent b4d3c22a
...@@ -41,10 +41,11 @@ ...@@ -41,10 +41,11 @@
<dom-module id="offline-gaia"> <dom-module id="offline-gaia">
<template> <template>
<style include="cr-shared-style"></style> <style include="cr-shared-style"></style>
<link rel="stylesheet" href="offline_gaia.css">
<link rel="stylesheet" href="oobe_flex_layout.css"> <link rel="stylesheet" href="oobe_flex_layout.css">
<link rel="stylesheet" href="oobe_fonts.css">
<link rel="stylesheet" href="oobe_dialog_host.css"> <link rel="stylesheet" href="oobe_dialog_host.css">
<link rel="stylesheet" href="gaia_card_parameters.css"> <link rel="stylesheet" href="gaia_card_parameters.css">
<link rel="stylesheet" href="offline_gaia.css">
<oobe-dialog role="dialog" has-buttons selected$="[[activeSection]]" <oobe-dialog role="dialog" has-buttons selected$="[[activeSection]]"
id="dialog" no-header no-footer-padding id="dialog" no-header no-footer-padding
animation-in-progress$="[[animationInProgress]]"> animation-in-progress$="[[animationInProgress]]">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment