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

Side by Side Diff: appengine_apps/chromium_status/stylesheets/cq.css

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 table.issue {
2 table-layout: fixed;
3 width: 100%;
4 margin-top: 1em;
5 border-collapse: collapse;
6 border-spacing: 0px;
7 }
8
9 table.issue, table.issue td, table.issue th {
10 border: 1px solid black;
11 padding: 5px;
12 }
13
14 table.issue .timestamp {
15 width: 200px;
16 }
17
18 table.issue .type {
19 width: 100px;
20 }
21
22 table.issue .message {
23 width: auto
24 }
25
26 table.issue .message .output {
27 margin: 0px;
28 overflow-x: auto;
29 width: 100%;
30 }
31
32 table.links {
33 table-layout: fixed;
34 width: 100%;
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698