chromium/ios/tools/documents_statistics_viewer/viewer.css

/* Copyright 2023 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  background-color: #eee;
  font: 'sans-serif';
}

#report_upload {
  text-align: center;
}

#centered_large_icon {
  margin-top: 100px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110px;
  color: #4c8bf5;
}

#instructions {
  position: fixed;
  left: 0;
  bottom: 120;
  width: 100%;
}

#root_path {
  font-weight: bold;
}

#local_file {
  font-weight: bold;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: lightgray;
}

#infobar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.spacer {
  flex-grow: 100;
}

#toolbar .button {
  margin-left: 5px;
  margin-right: 5px;
}

.contents {
  display: flex;
  flex-direction: column;
}

.item_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 400px;
  height: 2em;
  width: 100%;
}

.grey_bg {
  background-color: #ddd;
}

.item_icon {
  flex-shrink: 0;
  margin: 5px;
  width: 20px;
}

.item_spacing {
  flex-shrink: 0;
}

.item_name {
  flex-grow: 10;
  min-width: 230px;
  width: 55%;
}

.backed_up_cloud {
  margin-left: 6px;
}

.arrow-up {
  text-decoration: none;
  margin-left: 6px;
}

.item_size {
  flex-shrink: 0;
  min-width: 40px;
  width: 10%;
}

.item_accessed {
  flex-shrink: 0;
  min-width: 100px;
}

.item_created {
  flex-shrink: 0;
  min-width: 100px;
}

.item_modified {
  flex-shrink: 0;
  min-width: 100px;
}

.header_row {
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 2;
}